3,314
回編集
編集の要約なし |
編集の要約なし |
||
1行目: | 1行目: | ||
local p = {} | local p = {} | ||
function p.test(frame) | function p.test(frame) | ||
return frame.args[2] | if frame.args[2] == true then | ||
return frame.args[2] | |||
else | |||
return "失敗." | |||
end | |||
end | end | ||
function p.hundred(frame) | function p.hundred(frame) |
回編集