モジュール:テスト

2年1月8日 (K) 23:33時点における (トーク | 投稿記録)による版

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

local p = {}
function p.hundred(frame)
	function q(f)
		for i=1,100 do mw.log(f) end
	end
    if frame.args[2] == true then
        if string.find(frame.args[1],frame.args[2]) == true then
            a,b = string.find(frame.args[1],frame.args[2])
            m = string.char(string.byte(frame.args[1],a,b))
            return q(m)
        end
    end
end
return p