Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox row

Template page
Revision as of 23:09, 5 October 2023 by minecraft>MarkusRost
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
[view] [edit] [history] [purge]Documentation

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

Usage

{{infobox row
| label
| data
}}

Alternatively, you can use the named parameter |label= as a substitute for |1=, and |field= as a substitute for |2=.

The parameter |class= can be added to add a class to the contents of the row.

Examples

Wikitext source code Visual result

{{#invoke: Infobox | infobox
|rows =
{{infobox row|Description|5 [[gold ingot]]s}}
{{infobox row|Ingedients|
* 5 [[iron ingot]]s
* 1 [[chest]]
}}
{{infobox row|Block entity data|
<div class{{=}}"treeview">
* {{nbt|compound}} Block entity data
** {{nbt|list|Items}}: List of items in this container.
*** {{nbt|compound}}: An item, including the slot tag.
** {{nbt|int|TransferCooldown}}: Time until the next transfer in [[game tick]]s, naturally between 1 and 8 or 0 if there is no transfer.
</div>
}}
{{infobox row|Tool|{{ItemLink|Stone Pickaxe}}}}
}}

Infobox row
Description

5 gold ingots

Ingedients
Block entity data
  • Block entity data
    •  Items: List of items in this container.
      • : An item, including the slot tag.
    •  TransferCooldown: Time until the next transfer in game ticks, naturally between 1 and 8 or 0 if there is no transfer.
Tool

ItemSprite stone-pickaxe.png: Sprite image for stone-pickaxe in Minecraft linking to Stone PickaxeStone Pickaxe

{{#invoke: Infobox | infobox
|rows={{infobox row|Status|Fancy text |class=mcwiki-header mcwiki-header-grass}}
}}

Infobox row
Status

Fancy text

cs:Šablona:Infobox row de:Vorlage:InfoboxZeile es:Plantilla:Infobox row fr:Modèle:Infobox row it:Template:Infobox row ja:テンプレート:Infobox row ko:틀:infobox row lzh:模板:Infobox row nl:Sjabloon:Infobox row pl:Szablon:Infobox row pt:Predefinição:Infobox row ru:Шаблон:Ряд карточки th:แม่แบบ:Infobox row uk:Шаблон:Картка ряд zh:Template:Infobox row

[view] [edit] [history] [purge]The above documentation is transcluded from Template:Infobox row/doc.