Module documentation follows
Note: the module above may sometimes be partially or fully invisible.
Visit Module:ArchiveAccess/IncrediBuilds/doc to edit this documentation.

This module's subpage serves as a centralized location for archivedate values on {{IncrediBuilds}} entries. It can still be overridden by using archivedate= or archiveurl= on {{IncrediBuilds}}, but if neither of those values is given, this subpage will provide a default archivedate.


local p = {}

p.knownArchiveDates = {
	['collections/incredibuilds/products/incredibuilds-journey-to-star-wars-the-last-jedi-a-wing-3d-wood-model-and-book'] = '20211213153033',
	['collections/incredibuilds/products/incredibuilds-journey-to-star-wars-the-last-jedi-a-wing-deluxe-book-and-model-set'] = '20211213152858',
	['collections/incredibuilds/products/incredibuilds-star-wars-resistance-bomber-book-and-3d-wood-model'] = '20211213103535',
	['collections/incredibuilds/products/incredibuilds-star-wars-rogue-one-at-act-3d-wood-model-and-book'] = '20211213184422',
	['collections/incredibuilds/products/incredibuilds-star-wars-rogue-one-at-act-deluxe-book-and-model-set'] = '20211213183742',
	['collections/incredibuilds/products/incredibuilds-star-wars-star-destroyer-book-and-3d-wood-model'] = '20211213095204',
	['collections/incredibuilds/products/incredibuilds-star-wars-star-destroyer-deluxe-book-and-model-set'] = '20211213095133',
	['collections/incredibuilds/products/incredibuilds-star-wars-x-wing-3d-wood-model'] = '20211213151548',
	['collections/incredibuilds/products/incredibuilds-star-wars-x-wing-deluxe-book-and-model-set'] = '20211213151300',
	['collections/incredibuilds?page=1&rb_snize_facet6=Star+Wars'] = '20211213101906',
	['product/incredibuilds-journey-to-star-wars-the-last-jedi-a-wing-deluxe-book-and-model-set'] = '20200824193111',
	['product/incredibuilds-journey-to-star-wars-the-last-jedi-bb-8-deluxe-book-and-model-set'] = '20200823212411',
	['product/incredibuilds-star-wars-millennium-falcon-deluxe-book-and-model-set'] = '20200823220103',
	['product/incredibuilds-star-wars-r2-d2-deluxe-book-and-model-set'] = '20200819230007',
	['product/incredibuilds-star-wars-rogue-one-death-star-deluxe-book-and-model-set'] = '20200821185055',
	['product/incredibuilds-star-wars-star-destroyer-book-and-3d-wood-model'] = '20200819213409',
	['product/incredibuilds-star-wars-tie-fighter-deluxe-book-and-model-set'] = '20200819224023',
	['products/incredibuilds-journey-to-star-wars-the-last-jedi-a-wing-3d-wood-model-and-book'] = '20230601013135',
	['products/incredibuilds-star-wars-resistance-bomber-deluxe-book-and-model-set'] = '20210516214756',
	["cdn/shop/files/incredibild_logot_red_350x.jpg"] = "20250411193409",
	["wp-content/uploads/2017/08/cropped-favicon.png"] = "20200819214459",
}

return p