Template:Infobox row/doc: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
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 ==...")
(No difference)

Revision as of 08:49, 23 May 2019

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