Module:Infobox interval region: Difference between revisions

No edit summary
No edit summary
Line 21: Line 21:
local centsupperStrict = frame.args["centsUpper"]
local centsupperStrict = frame.args["centsUpper"]
local subregions = frame.args["subregions"]
local subregions = frame.args["subregions"]
local superregions = frame.args["superregions"]
local prevRegion = frame.args["prevRegion"]
local prevRegion = frame.args["prevRegion"]
local nextRegion = frame.args["nextRegion"]
local nextRegion = frame.args["nextRegion"]
Line 106: Line 107:
"Subregions",
"Subregions",
subregions
subregions
})
end
if superregions ~= nil and superregions ~= "" then
table.insert(data, {
"Superregion(s)",
superregions
})
})
end
end