Difference between revisions of "Module:SB Infobox Begin"
Jump to navigation
Jump to search
m |
m |
||
Line 8: | Line 8: | ||
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