モジュール:テスト2
このモジュールについての説明文ページを モジュール:テスト2/doc に作成できます
local p={}
function p.listAptTurple(frame) -- 仮
local data={}
local i=1
while frame.args[i] do
data[i]=tonumber(frame.args[i])
end
local output=""
for i=1,#data do
for j=1,#data do
local n=70-(frame.args[i]+frame.args[j])
if n>frame.args[i] and n>frame.args[i] then
output=output.."("..frame.args[i]..","..frame.args[j]..","..n..")"
end
end
end
end
return p