Module:Map series/map series: Difference between revisions
Jump to navigation
Jump to search
(Created page with "-- MapSeries.dat local data = { { { id = 'Map', name = 'Original', }, { id = 'Map2', name = 'The Aw...") |
(Replaced content with "-- MapSeries.dat local data = { { ordinal = 1, id = 'Map', name = 'Original', }, } return data") Tag: Replaced |
||
(15 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
local data = { | local data = { | ||
{ | { | ||
ordinal = 1, | |||
id = 'Map', | |||
name = 'Original', | |||
}, | |||
}, | |||
} | } | ||
return data | return data |
Latest revision as of 19:08, 25 September 2024
You might want to create a documentation page for this module.
Editors can experiment in this module's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this module.
Editors can experiment in this module's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this module.