Module:Uniform map: Difference between revisions
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 .. "| | wtable = wtable .. string.format("| {{map|%s}}\n", wikimap) | ||
end | end | ||
wtable = wtable .. "|}" | wtable = wtable .. "|}" |