Template:Infobox header/doc: Difference between revisions
No edit summary |
No edit summary |
||
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. |
Revision as of 00:38, 25 April 2024
This is a skeleton for infobox header, for use in {{infobox}}
.
Usage
{{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
Wikitext source code | Visual result | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{#invoke: Infobox | infobox |
Infobox header
{ "title": "Infobox header", "rows": [ { "field": "5 (link to gold ingot article, displayed as gold ingots)", "label": "Description" }, { "field": "\n* 5 (link to iron ingot article, displayed as iron ingots)\n* 1 (link to chest article, displayed as chest)", "label": "Ingedients" }, { "field": "", "label": "Data and Tools" }, { "field": "(values exceeds 1000 characters...)", "label": "Block entity data" }, { "field": "<span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:ItemSprite stone-pickaxe.png article, displayed as 16x16px|link=Stone Pickaxe|alt=ItemSprite stone-pickaxe.png: Sprite image for stone-pickaxe in Minecraft linking to Stone Pickaxe|class=pixel-image|)</span>(link to Stone Pickaxe article, displayed as <span class=\"sprite-text\">Stone Pickaxe</span>)</span>", "label": "Tool" } ], "invimages": [], "images": [] } | ||||||||||||||||||
{{#invoke: Infobox | infobox |
Infobox header
{ "title": "Infobox header", "rows": [ { "field": "", "label": "Status" } ], "invimages": [], "images": [] } | ||||||||||||||||||
{{#invoke: Infobox | infobox |
Infobox header
{ "title": "Infobox header", "rows": [ { "field": "Field", "label": "Label" }, { "field": "", "label": "Header" }, { "field": "Field", "label": "Label" }, { "field": "Field", "label": "Label" }, { "field": "", "label": "Header" }, { "field": "Field", "label": "Label" }, { "field": "Field", "label": "Label" }, { "field": "", "label": "Header" }, { "field": "Field", "label": "Label" } ], "invimages": [], "images": [] } |