Module:Minimal Example Data Cell
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" },
}