モジュール:テスト2
ナビゲーションに移動
検索に移動
このモジュールについての説明文ページを モジュール:テスト2/doc に作成できます
function p.listAptTurple(frame) -- 仮
data={}
i=1
while frame.args[i] do
data[i]=tonumber(frame.args[i])
end
output=""
for i=1,#data do
for j=1,#data do
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