Module:State tournaments box/common
Appearance
Documentation for this module may be created at Module:State tournaments box/common/doc
local p = {}
-- The columns of the "State tournaments box". First entry is the associated parameter key that is
-- passed into "Stb row". The second entry is the display name that is shown in the rendered table.
--
-- The order in which the keys are iterated over determine the cell order
p.columns = {
{ key = "name", display = "Name" },
{ key = "type", display = "Type" },
{ key = "date", display = "Date" },
{ key = "div", display = "Division" },
{ key = "format", display = "Format" },
}
return p