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

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

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

2022年8月21日 (日)

2022年5月22日 (日)

  • 最新 22:272022年5月22日 (日) 22:27PerfectBoat トーク 投稿記録 4,033バイト +4,033 ページの作成:「local p = {} local g = require("Module:FTBCommon") -- returns MW code for an infobox header function p.header(name, attrs) if g.isGiven(name) then return "|-\n! class=\"infobox-header\" colspan=\"2\" " .. (attrs or "") .. " | " .. name .. "\n" else return "" end end -- wrapper for p.header, can be called from MW code function p.mainHeader(frame) local frame, args = g.getFrameAndArgs(frame) return p.header(args[1], args[2]) end -- returns MW code for one…」