Difference between revisions of "Module:SB Infobox Begin"
Jump to navigation
Jump to search
m |
|||
(73 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
local args = getArgs(frame) | local args = getArgs(frame) | ||
return p._main(args) | return p._main(args) | ||
end | end | ||
function p._main(args) | function p._main(args) | ||
local t = {} | |||
for i, v in ipairs(args) do | |||
t[i] = tostring(v) | |||
end | |||
return table.concat(t,"") | |||
end | end | ||
return p | return p |
Latest revision as of 02:57, 26 May 2021
Documentation for this module may be created at Module:SB Infobox Begin/doc