跳转到内容

用户:Emojiwiki/market/item/module

维基百科,自由的百科全书

模组页送给您!

[编辑]

模组:Wikipedia free


-- For unit tests, see [[Module:Example]]
local p = {}
 
function p.hello()
    return "Wikipedia,the free encyclopedia"
end
 
return p
{{{1}}}--~~~~