Module:Uniform map: Difference between revisions

Sintel (talk | contribs)
better defaults
ArrowHead294 (talk | contribs)
mNo edit summary
Line 155: Line 155:
wikimap = wikimap .. " " .. luatable[i][j]
wikimap = wikimap .. " " .. luatable[i][j]
end
end
wtable = wtable .. "| " .. frame:expandTemplate({ title = "map", args = { wikimap } }) .. "\n"
wtable = wtable .. string.format("| {{map|%s}}\n", wikimap)
end
end
wtable = wtable .. "|}"
wtable = wtable .. "|}"