「モジュール:Infobox/Item」の変更履歴

ナビゲーションに移動 検索に移動

差分の選択: 比較したい版のラジオボタンを選択し、Enterキーを押すか、下部のボタンを押します。
凡例: (最新)=最新版との比較、(前)=直前の版との比較、=細部の編集

    2022年5月22日 (日)

    • 最新 23:262022年5月22日 (日) 23:26PerfectBoat トーク 投稿記録 535バイト +535 ページの作成:「local p = {} local g = require("Module:FTBCommon") local box = require("Module:Infobox") local invItem = require("Module:Infobox/InvItem") -- returns MW code for an item (NOT block) infobox function p.main(frame) local frame, args = g.getFrameAndArgs(frame) if not g.isGiven(args.type) then args.type = "アイテム" end local l = "" l = l .. box.condRow("耐久度", args.durability) if g.isGiven(args.rows) then l = l .. args.rows end args.rows =…」