Welcome to the Power Master Wiki! Content is being updated with data from the new demo. Enjoy your time here!

Difference between revisions of "Template:Infobox Item"

From Power Master Wiki
Jump to navigationJump to search
Import>Game widow
Line 1: Line 1:
<infobox>
{| class="infoboxtable"
  <title source="title1">
|-
    <default>{{PAGENAME}}</default>
! colspan="2" class="infoboxname" |  {{{title1|{{PAGENAME}}}}}
  </title>
|-
  <image source="image1">
{{#if: {{{image1|}}} | ! colspan="2" {{!}} [[File:{{{image1}}}]] | ! colspan="2" {{!}} ''No image yet''{{#ifeq: {{NAMESPACE}} | Template | | <includeonly>[[Category:Infoboxes lacking images]]</includeonly>}} }} {{#if:{{{caption1|}}} | <br>''{{{caption1}}}'' }}
    <caption source="caption1"/>
|-
  </image>
{{#if: {{{description|}}} | {{!}} <div>Description</div> {{!!}} {{{description}}} }}
  <data source="description">
|-
    <label>Description</label>
{{#if: {{{item_type|}}} | {{!}} <div>Item Type</div> {{!!}} {{{item_type}}} }}
  </data>
|-
  <data source="item_type">
{{#if: {{{effect|}}} | {{!}} <div>Effect</div> {{!!}} {{{effect}}} }}
    <label>Item Type</label>
|-
  </data>
{{#if: {{{price|}}} | {{!}} <div>Price</div> {{!!}} {{{price}}} }}
  <data source="effect">
|-
    <label>Effect</label>
{{#if: {{{dropped_by|}}} | {{!}} <div>Dropped By</div> {{!!}} {{{dropped_by}}} }}
  </data>
|}<noinclude>{{doc}}
  <data source="price">
 
    <label>Price</label>
[[Category:Infobox templates]]</noinclude>
  </data>
  <data source="dropped_by">
    <label>Dropped By</label>
  </data>
</infobox>
<noinclude>
Example usage:<pre>
{{Infobox Item
|title1=Example
|image1=Example
|caption1=Example
|description=Example
|item_type=Example
|effect=Example
|buy_price=Example
|sell_price=Example
}}
</pre>
</noinclude>

Revision as of 19:32, 7 June 2017

Infobox Item
No image yet

Template:Doc