Module:Param Parse: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 457: | Line 457: | ||
local parts = {} |
local parts = {} |
||
for part in |
for part in value:gmatch("%w+") do |
||
table.insert(parts, part) |
table.insert(parts, part) |
||
end |
end |