このモジュールについての説明文ページを モジュール:テスト/doc に作成できます
local p = {}
function p.hundred(frame)
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 m
end
end
end
return p