Module:Minimal Example Data Cell

MDFW - The Mystery Dungeon Tree of Information.
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" },
}