Wookieepedia

READ MORE

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

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

Warning: All URL entries must be entered in lowercase. Otherwise, the URL will not match the lookup key in the archive repository, in which case the template may assume it doesn't have an archive link and subsequently add the page to a maintenance category.


local p = {}

p.knownArchiveDates = {
	['/'] = '20201215234341',
	['art-department/star-wars-the-rise-of-skywalker-a-design-case-study'] = '20220529115153',
	['credits/rogue-one-star-wars-story-credits'] = '20211216221456',
	['credits/solo-a-star-wars-story-credits'] = '20210509065126',
	['credits/star-wars-the-force-awakens-credits'] = '20210509083829',
	['credits/star-wars-the-rise-of-skywalker-credits'] = '20210505220259',
	['gareth-edwards-looks-back-on-directing-rogue-one-a-star-wars-story'] = '20211227171927',
	['hatsrabbits/industrial-light-magic-launches-ilm-tv'] = '20190714035923',
	['john-knoll-discusses-rogue-one'] = '20211218194555',
	['pdf/Miller-rel_09-12-03.pdf'] = '20050130100449',
	['people/aaron-mcbride'] = '20220129050545',
	['people/ale-melendez'] = '20220106224359',
	['people/andrew-roberts'] = '20220104041342',
	['people/ben-morris'] = '20210123043950',
	['people/david-nakabayashi'] = '20230609053435',
	['people/dennis-muren'] = '20230530153906',
	['people/ian-milham'] = '20220106210520',
	['people/janet-lewin'] = '20230530142732',
	['people/john-knoll'] = '20230603180520',
	['people/maria-brill'] = '20220104041342',
	['people/rob-bredow'] = '20210123053224',
	['people/rob-coleman'] = '20221201042534',
	['people/roger-guyett'] = '20211022035611',
	['people/stephen-tappin'] = '20210617031641',
	['people/tim-alexander'] = '20171022011631',
	['press-release-light-and-magic'] = '20220709203111',
	['vfx/ahsoka'] = '20230601111246',
	['vfx/andor'] = '20230715235756',
	['vfx/light-magic'] = '20230330075020',
	['vfx/obi-wan-kenobi'] = '20220310115032',
	['vfx/rogue-one'] = '20230603183718',
	['vfx/solo-star-wars-story'] = '20230609054632',
	['vfx/star-wars-episode-i-the-phantom-menace'] = '20230324235016',
	['vfx/star-wars-episode-ii-attack-of-the-clones'] = '20230528082505',
	['vfx/star-wars-episode-iii-revenge-of-the-sith'] = '20230530153447',
	['vfx/star-wars-episode-iv-a-new-hope'] = '20230628194514',
	['vfx/star-wars-episode-v-the-empire-strikes-back-2'] = '20230530134341',
	['vfx/star-wars-episode-vi-return-of-the-jedi'] = '20230530142318',
	['vfx/star-wars-episode-vii-the-force-awakens'] = '20230130135750',
	['vfx/star-wars-last-jedi'] = '20230530151307',
	['vfx/star-wars-the-rise-of-skywalker'] = '20230609042746',
	['vfx/the-book-of-boba-fett'] = '20230609034436',
	['vfx/the-mandalorian'] = '20230609055528',
	['vfx/the-mandalorian-season-2'] = '20230530150857',
	['vfx/the-mandalorian-season-3'] = '20230905232450',
	['visual_development/star-wars-the-rise-of-skywalker-developing-a-heart-of-darkness'] = '20201215193147',
}

return p
Advertisement