More actions
No edit summary |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<!-- Uses the generic Template:Infobox to display item information --> | <!-- Uses the generic Template:Infobox to display item information --> | ||
<includeonly>{{Infobox | <includeonly>{{Infobox | ||
| bodyclass= mw-collapsible floatright <!-- Standard class | | bodyclass= mw-collapsible floatright <!-- Standard class --> | ||
<!-- Header/Title Row | <!-- Header/Title Row --> | ||
| header1 = {{#if:{{{name|}}}|{{Infobox title icon|{{{name|{{PAGENAME}}}}}|icon={{{icon|}}} }} }} | | header1 = {{#if:{{{name|}}}|{{Infobox title icon|{{{name|{{PAGENAME}}}}}|icon={{{icon|}}} }} }} | ||
| rowclass1 = infobox-title <!-- Assign class to title row --> | | rowclass1 = infobox-title <!-- Assign class to title row --> | ||
<!-- Image Row | <!-- Image Row --> | ||
| image1 = {{#if:{{{image|}}}|[[File:{{{image}}}| | | image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|400px]]|[[File:Placeholderv2.png|400px]]}} | ||
| imagerowclass1 = infobox-image <!-- Assign class to image row --> | | imagerowclass1 = infobox-image <!-- Assign class to image row --> | ||
Line 15: | Line 15: | ||
| label2 = Introduced | | label2 = Introduced | ||
| data2 = {{{introduced|}}} | | data2 = {{{introduced|}}} | ||
| rowclass2 = data-introduced infobox-data infobox-col1 | | rowclass2 = data-introduced infobox-data infobox-col1 <!-- Keeping col classes for now --> | ||
| label3 = Type | | label3 = Type | ||
Line 54: | Line 54: | ||
== Usage == | == Usage == | ||
(Documentation remains the same as previous correct version) | |||
<pre> | <pre> | ||
{{Item Infobox | {{Item Infobox | ||
| name = Item Name | | name = Item Name ... | ||
| image = ItemImage.png | | image = ItemImage.png ... | ||
... | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 08:21, 4 April 2025
Usage
(Documentation remains the same as previous correct version)
{{Item Infobox | name = Item Name ... | image = ItemImage.png ... ... }}