すべての公開記録

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

Azipediaの取得できる記録をまとめて表示しています。 記録の種類、実行した利用者 (大文字小文字は区別)、影響を受けたページ (大文字小文字は区別) による絞り込みができます。

ログ
  • 2022年5月22日 (日) 23:26 PerfectBoat トーク 投稿記録 がページ「モジュール:Infobox/Item」を作成しました (ページの作成:「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 =…」)