Template:Infobox row

From NSPedia
Revision as of 02:55, 6 September 2026 by NSPedia (talk | contribs) (Created page with "<includeonly> {{#if:{{{data|}}}| <tr> <th style=" text-align:left; vertical-align:top; padding:4px 8px; font-weight:bold; "> {{{label|}}} </th> <td style=" vertical-align:top; padding:4px 8px; "> {{{data}}} </td> </tr> }} </includeonly> <noinclude> == Infobox row == Creates one label/value row inside an infobox. === Usage === <pre> {{Infobox row | label = Born | data = 1 January 1900 }} </pre> The label can contain any text. For example: <pre> {{Infobox row | la...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Infobox row

Creates one label/value row inside an infobox.

Usage

{{Infobox row
| label = Born
| data = 1 January 1900
}}

The label can contain any text.

For example:

{{Infobox row
| label = Vice Chairman
| data = [[John Smith]]
}}

If the data field is empty, the row will not appear.