Module:Infobox interval region: Difference between revisions

m Cleanup and style
Overthink (talk | contribs)
improve title
 
(3 intermediate revisions by one other user not shown)
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,
}
}