Template:Infobox row/doc

From Caves of Qud Wiki
< Template:Infobox row
Revision as of 08:49, 23 May 2019 by imported>Kittymmeow (Created page with "{{doc/start}} This is a skeleton for infobox rows, for use in {{tl|infobox}}. Adapted from [https://minecraft.gamepedia.com/Template:Infobox_row Minecraft Wiki]. == Usage ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template-info.png Documentation

This is a skeleton for infobox rows, for use in {{infobox}}.

Adapted from Minecraft Wiki.

Usage

{{infobox row
| label
| data
}}

Alternatively, you can use the named parameter {{{label}}} as a substitute for {{{1}}}, and {{{data}}} as a substitute for {{{2}}}.

The parameter {{{class}}} can be added to add a class to the contents of the row.

Example

{{infobox
|rows={{infobox row|title|answer}}
}}

will output

Infobox row
Title

answer