Module:Overthink/test: Difference between revisions

Overthink (talk | contribs)
test module
 
Overthink (talk | contribs)
proper concat symbol
 
(3 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"] = "Interval region",
["Title"] = "[[Interval region|" .. name .. "]]",
["Rows"] = data,
["Rows"] = data,
}
}