Module:Minimal Example Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Revision as of 01:24, 9 November 2024 by B (talk | contribs) (Created page with "-------------------------------------------------------------------------------- -- -- Module:Minimal Example Data Cell -- -------------------------------------------------------------------------------- return { ["Somewhere"] = { ["version"] = "Blazing" }, ["Elsewhere"] = { ["version"] = "Light" }, ["A Different Place"] = { ["version"] = "Stormy" }, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Minimal Example Data Cell/doc

--------------------------------------------------------------------------------
--
--                    Module:Minimal Example Data Cell
--
--------------------------------------------------------------------------------

return {
	["Somewhere"] = { ["version"] = "Blazing" },
	["Elsewhere"] = { ["version"] = "Light" },
	["A Different Place"] = { ["version"] = "Stormy" },
}