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

提供:WikiWiki
ナビゲーションに移動 検索に移動
編集の要約なし
( (トーク) による版 6468 を取り消し)
タグ: 取り消し
1行目: 1行目:
local p = {}
local p = {}
function p.hundred(frame)
function p.hundred(frame)
str1 = frame.args[1]
    if frame.args[2] == true then
str2 = frame.args[2]
         if string.find(frame.args[1],frame.args[2]) == true then
    if str2 == true then
             local a,b = string.find(frame.args[1],frame.args[2])
         if string.find(str1,str2) == true then
             local m = string.char(string.byte(frame.args[1],a,b))
             local a,b = string.find(str1,str2)
             local m = string.char(string.byte(str1,a,b))
             if a == 1 then
             if a == 1 then
                 local n =""
                 local n =""
             else  
             else  
                 local n = string.char(string.byte(str1,1,a-1))
                 local n = string.char(string.byte(frame.args[1],1,a-1))
             end
             end
             if b == #str1 then
             if b == #frame.args[1] then
                 local o=""
                 local o=""
             else
             else
                 local o = string.char(string.byte(str1,b+1,#str1-1))
                 local o = string.char(string.byte(frame.args[1],b+1,#frame.args[1]-1))
             end
             end
             return n..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..o
             return n..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..o

2年1月12日 (来) 00:10時点における版

このモジュールについての説明文ページを モジュール:テスト/doc に作成できます

local p = {}
function p.hundred(frame)
    if 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 m = string.char(string.byte(frame.args[1],a,b))
            if a == 1 then
                local n =""
            else 
                local n = string.char(string.byte(frame.args[1],1,a-1))
            end
            if b == #frame.args[1] then
                local o=""
            else
                local o = string.char(string.byte(frame.args[1],b+1,#frame.args[1]-1))
            end
            return n..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..o
        else
        	local m = frame.args[1]
        	return m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m
        end
    else
    	local m = frame.args[1]
        	return m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m..m
    end
end
return p