Content deleted Content added
test |
simplify |
||
(16 intermediate revisions by the same user not shown) | |||
Line 2:
local function _main(args)
return true
end
function p.main(frame)
local mwSite = ''
mwSite = mwSite .. '\n*mw.site.' .. k .. ': '
if type(v) == 'string' or type(v) == 'number' then
mwSite = mwSite .. v
elseif type(v) == 'table' then
▲ for k, v in pairs(args) do
end
end
return
end
|