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

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


local p = {}

p.knownArchiveDates = {
	['/'] = '20220428065331',
	['about-game'] = '20250426050211',
	['news/DisneyDreamlightValleyShowcase'] = '20250320004751',
	['news/EarlyAccessUpdate'] = '20250420085915',
	['news/update-apr-23-2025'] = '20250426162652',
	['news/WonderlandWhimsyUpdate'] = '20250423140525',
}

return p