跳至內容

用戶: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}}}--~~~~