Module:Infobox interval region: Difference between revisions

Ganaram inukshuk (talk | contribs)
rollback changes; infobox will (hopefully) auto-process jagged arrays
Tag: Manual revert
Overthink (talk | contribs)
improve title
 
Line 113: Line 113:
end
end
local args = {
local args = {
["Adjacent Links"] = { "← "..(prevRegion or ""), (nextRegion or "").." →" },
["Adjacent Links"] = { "← " .. (prevRegion or ""), (nextRegion or "") .. " →" },
["Title"] = "Interval region",
["Title"] = "[[Interval region|" .. name .. "]]",
["Rows"] = data,
["Rows"] = data,
}
}