Template:Infobox header/doc: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
Created page with "{{documentation header}} This is a skeleton for infobox header, for use in <code><nowiki>{{infobox}}</nowiki></code>. == Usage == <pre>{{infobox header| header }}</pre> Alternatively, you can use the named parameter {{p|header}} as a substitute for {{p|1}}. The parameter {{p|class}} can be added to overwrite the <code>infobox-title</code> class of the header. The parameter {{p|style}} can be added to add inline styles to the header. == Examples == {| class="wikitable..."
 
m 6 revisions imported
 
(5 intermediate revisions by 4 users not shown)
Line 6: Line 6:


Alternatively, you can use the named parameter {{p|header}} as a substitute for {{p|1}}.
Alternatively, you can use the named parameter {{p|header}} as a substitute for {{p|1}}.
The parameter {{p|collapsible}} can be set to make the following [[Template:Infobox row|infobox rows]] collapsible. The parameter {{p|collapsed}} can be set to make the following rows collapsed by default.


The parameter {{p|class}} can be added to overwrite the <code>infobox-title</code> class of the header. The parameter {{p|style}} can be added to add inline styles to the header.
The parameter {{p|class}} can be added to overwrite the <code>infobox-title</code> class of the header. The parameter {{p|style}} can be added to add inline styles to the header.
Line 61: Line 63:
| {{#invoke: Infobox | infobox
| {{#invoke: Infobox | infobox
|rows={{infobox header|Status|Fancy text |class=mcwiki-header mcwiki-header-grass}}
|rows={{infobox header|Status|Fancy text |class=mcwiki-header mcwiki-header-grass}}
}}
|-
|style="font-family:monospace;"|
<nowiki>{{#invoke: Infobox | infobox</nowiki><br>
<nowiki>|rows={{infobox row|Label|Field}}</nowiki><br>
<nowiki>{{infobox header|Header|collapsible=1}}</nowiki><br>
<nowiki>{{infobox row|Label|Field}}</nowiki><br>
<nowiki>{{infobox row|Label|Field}}</nowiki><br>
<nowiki>{{infobox header|Header|collapsible=1|collapsed=1}}</nowiki><br>
<nowiki>{{infobox row|Label|Field}}</nowiki><br>
<nowiki>{{infobox row|Label|Field}}</nowiki><br>
<nowiki>{{infobox header|Header}}</nowiki><br>
<nowiki>{{infobox row|Label|Field}}</nowiki><br>
<nowiki>}}</nowiki>
| {{#invoke: Infobox | infobox
|rows={{infobox row|Label|Field}}
{{infobox header|Header|collapsible=1|collapsed=1}}
{{infobox row|Label|Field}}
{{infobox row|Label|Field}}
{{infobox header|Header|collapsible=1}}
{{infobox row|Label|Field}}
{{infobox row|Label|Field}}
{{infobox header|Header}}
{{infobox row|Label|Field}}
}}
}}
|}
|}
Line 67: Line 94:
<includeonly>
<includeonly>
[[Category:Infobox templates]]
[[Category:Infobox templates]]
[[es:Plantilla:Infobox header]]
[[pt:Predefinição:Cabeçalho de infobox]]
[[ru:Шаблон:Заголовок карточки]]
</includeonly>
</includeonly>
<!-- doc categories/interwikis -->
<!-- doc categories/interwikis -->
[[ru:Шаблон:Заголовок карточки/док]]
[[pt:Predefinição:Cabeçalho de infobox/doc]]
<noinclude>
<noinclude>
</noinclude>
</noinclude>

Latest revision as of 12:26, 4 July 2024

This is the documentation page. It should be transcluded into Template:Infobox header. See Template:Documentation for more information.

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

Usage[edit source]

{{infobox header| header }}

Alternatively, you can use the named parameter |header= as a substitute for |1=.

The parameter |collapsible= can be set to make the following infobox rows collapsible. The parameter |collapsed= can be set to make the following rows collapsed by default.

The parameter |class= can be added to overwrite the infobox-title class of the header. The parameter |style= can be added to add inline styles to the header.

Examples[edit source]

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 header|Data and Tools}}
{{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 header
Description

5 gold ingots

Ingedients

Data and Tools

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 header|Fancy text |class=mcwiki-header mcwiki-header-grass}}
}}

Infobox header

Status

{{#invoke: Infobox | infobox
|rows={{infobox row|Label|Field}}
{{infobox header|Header|collapsible=1}}
{{infobox row|Label|Field}}
{{infobox row|Label|Field}}
{{infobox header|Header|collapsible=1|collapsed=1}}
{{infobox row|Label|Field}}
{{infobox row|Label|Field}}
{{infobox header|Header}}
{{infobox row|Label|Field}}
}}

Infobox header
Label

Field

Label

Field

Label

Field

Header

Label

Field

Label

Field

Header

Label

Field


ru:Шаблон:Заголовок карточки/док pt:Predefinição:Cabeçalho de infobox/doc