Module:Infobox regtemp: Difference between revisions
No edit summary |
No edit summary |
||
| Line 64: | Line 64: | ||
}) | }) | ||
for num in mapping:gmatch("; ") do | for num in mapping:gmatch("(%d+); ") do | ||
table.insert(map, num) | table.insert(map, num) | ||
end | end | ||