コンテンツにスキップ

英文维基 | 中文维基 | 日文维基 | 草榴社区

モジュール:サンドボックス/rinopo/test

モジュールの解説[作成]
local p = {}
function p.hello(frame)
    return 'Hello'
end
return p