Module:Infobox interval region: Difference between revisions
m Cleanup and style |
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 | ["Title"] = "[[Interval region|" .. name .. "]]", | ||
["Rows"] = data, | ["Rows"] = data, | ||
} | } | ||