このページの記録を表示 (不正利用記録を閲覧)版の絞り込み開く折り畳む この日まで:タグ絞り込み:wikieditor(隠しタグ)ビジュアルエディター: 中途切替取り消し差し戻し済み巻き戻し手動差し戻し新規リダイレクト選択したものを除く 更新を表示 差分の選択: 比較したい版のラジオボタンを選択し、Enterキーを押すか、下部のボタンを押します。 凡例: (最新)=最新版との比較、(前)=直前の版との比較、細=細部の編集 2026年7月13日 (月) 最新前 17:592026年7月13日 (月) 17:59 LiberalPolandball トーク 投稿記録 1,172バイト +1,172 ページの作成:「local p = {} function p.render(frame) local args = frame.args local caption = args["caption"] or "" local values = {} local labels = {} for i = 1, 10 do if args["label" .. i] and args["value" .. i] then table.insert(labels, args["label" .. i]) table.insert(values, tonumber(args["value" .. i]) or 0) end end local total = 0 for _, v in ipairs(values) do total = total + v end…」