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 Weapon"

From Power Master Wiki
Jump to navigationJump to search
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="descri...")
 
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: {{{stat_boosts|}}} | {{!}} <div>Stat Boosts</div> {{!!}} {{{stat_boosts}}} }}
  </data>
|-
  <data source="stat_boosts">
{{#if: {{{type|}}} | {{!}} <div>Type</div> {{!!}} {{{type}}} }}
    <label>Stat Boosts</label>
|-
  </data>
{{#if: {{{value|}}} | {{!}} <div>Value</div> {{!!}} {{{value}}} }}
  <data source="type">
|-
    <label>Type</label>
{{#if: {{{other_info|}}} | {{!}} <div>Other Info</div> {{!!}} {{{other_info}}} }}
  </data>
|}<noinclude>{{doc}}
  <data source="value">
 
    <label>Value</label>
[[Category:Infobox templates]]</noinclude>
  </data>
  <data source="other_info">
    <label>Other Info</label>
  </data>
</infobox>
<noinclude>
Example usage:<pre>
{{Infobox Weapon
|title1=Example
|image1=Example
|caption1=Example
|description=Example
|stat_boosts=Example
|type=Example
|value=Example
|other_info=Example
}}
</pre>
</noinclude>

Revision as of 19:49, 7 June 2017

Infobox Weapon
No image yet

Template:Doc