Module:Infobox interval region: Difference between revisions
rollback changes; infobox will (hopefully) auto-process jagged arrays Tag: Manual revert |
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 | ["Title"] = "[[Interval region|" .. name .. "]]", | ||
["Rows"] = data, | ["Rows"] = data, | ||
} | } | ||