「モジュール:テスト」の版間の差分

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

回編集