Template:Infobox

Current answers. Practical procedures. Reliable reference.
Revision as of 02:14, 7 August 2026 by Sythan (talk | contribs) (Add generic reusable infobox template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 6 label/row pairs. Add more pairs in both this template and MediaWiki:Common.css together if a future article genuinely needs more than 6 — don't just extend the wikitext without extending the matching CSS rows.