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