Template:Item Infobox: Difference between revisions

From Valheim Wiki
No edit summary
No edit summary
Line 12: Line 12:
| id="scraper-item-name" class="tableheader" colspan="2"| {{#var:__name}}
| id="scraper-item-name" class="tableheader" colspan="2"| {{#var:__name}}
|-
|-
| colspan="2"|
{{Item Infobox/image
{{#if:{{{pic2|}}}|{{#tag:tabber|
  | pic2   = {{{pic2|}}}
  {{PAGENAME}}=
| height = {{{height|}}}
<div style="float: center;">
}}
<div class="infoboxhover" title="{{{t1|}}}" style="text-align: center;">
<center>[[File:{{#var:__image}}.png]]</center>
</div>
</div>
{{!}}-{{!}}
{{BASEPAGENAME}} {{{pic2}}}=
<div style="float: center;">
<div class="infoboxhover" style="text-align: center;">
<center>[[File:{{#var:__image}} {{{pic2}}}.png]]
</center>
</div>
</div>
}}|
<div style="float: center;">
<div id="scraper-item-image" class="infoboxhover" style="text-align: center;">
<center>[[File:{{#var:__image}}.png{{#if:{{{height|}}}|{{!}}{{{height}}}}}]]</center>
</div>
</div>}}{{#ifexist: File:{{#var:__image}}.png||[[Category:Missing Item image]]}}
|-
|-
{{#if:{{{type|}}}|{{Item Infobox/type|{{{type}}}}}}}
{{#if:{{{type|}}}|{{Item Infobox/type|{{{type}}}}}}}

Revision as of 16:31, 7 January 2022


Item Infobox
Type Ore
Location(s): Mud
Weight: 27.5
Tooltip: Cool ore description
Max stack: 33


{{Item Infobox
 | type     = Ore
 | location = Mud
 | tooltip  = Cool ore description
 | weight   = 27.5
 | stack    = 33
}}

This Template has Auto Category: Category:Items linked into it. If the |type argument is provided to this template, it'll also have Category:Types in its plural form auto linked into it.