Module:Overthink/test: Difference between revisions

Overthink (talk | contribs)
change this?
Overthink (talk | contribs)
proper concat symbol
 
(2 intermediate revisions by the same 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"] = "{{{name|Interval region}}}",
["Title"] = "[[Interval region|" .. name .. "]]",
["Rows"] = data,
["Rows"] = data,
}
}