跳转到内容

User: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}}}--~~~~