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

提供:WikiWiki
ナビゲーションに移動 検索に移動
編集の要約なし
(内容を「local p={} return p」で置換)
タグ: 置換
 
(2人の利用者による、間の13版が非表示)
1行目: 1行目:
function p.listAptTurple(frame) -- 仮
local p={}
    data={}
 
    i=1
return p
    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

2年12月9日 (K) 11:13時点における最新版

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

local p={}

return p