Template:Infobox

Current answers. Practical procedures. Reliable reference.
Revision as of 20:06, 7 August 2026 by Sythan (talk | contribs) (Extend from 6 to 12 label/row pairs for the upcoming Engineer infobox (no CSS change needed -- .edfm-infobox-row isn't numbered))
Jump to navigation Jump to search
Infobox

Usage

A generic, right-floated reference infobox — styling lives in MediaWiki:Common.css (.edfm-infobox), not inline, so it stays consistent and easy to retheme later.

{{Infobox
 |name = Display title (defaults to the page name)
 |image = Filename.png (optional)
 |label1 = Type     |row1 = Multipurpose
 |label2 = Manufacturer |row2 = ...
 |label3 = ...      |row3 = ...
}}

Up to 12 label/row pairs (extended 2026-08-07 for the Engineer infobox, which needs around 10 — see [[Elite Dangerous Field Manual:Engineering Architecture]]). No matching CSS change was needed to extend this: the .edfm-infobox-row class in Common.css isn't numbered per-row, so any number of rows renders correctly with the existing styles. If a future article genuinely needs more than 12, add further rowN/labelN pairs here the same way.