More actions
Tag: Undo |
No edit summary |
||
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}}}|{{{imagesize|200px}}}]]|[[File:Placeholderv2.png|200px]]}} <!-- | | image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|{{{imagesize|200px}}}]]|[[File:Placeholderv2.png|200px]]}} <!-- Image content --> | ||
| imagerowclass1 = infobox-image <!-- Assign class to image row --> | | imagerowclass1 = infobox-image <!-- Assign class to image row --> | ||
| imagerowstyle1 = text-align:center; <!-- ADDED: Attempt to apply centering style to the image row --> | |||
<!-- Data Rows STARTING FROM label2/data2 --> | <!-- Data Rows STARTING FROM label2/data2 --> | ||
| 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 55: | ||
== 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> |
Revision as of 06:22, 4 April 2025
Usage
(Documentation remains the same as previous correct version)
{{Item Infobox | name = Item Name ... | image = ItemImage.png ... ... }}