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
m (6 revisions imported: adding infoboxes)
(Testing something)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infoboxtable"
{| class="infobox" cellpadding=2 cellspacing=2 align={{{align|right}}} width=280px style="padding: 4px; margin: 0 0 1em 1em; font-size: 10px; background: #f8fff7; border:1px solid #8a8; color:#000; border-radius: 15px;"
|-
|-
! colspan="2" class="infoboxname" |  {{{title|{{PAGENAME}}}}}
! colspan="2" bgcolor="#FFD700" style="border-radius: 15px;"|  {{{title|{{PAGENAME}}}}}
|-
|-
! colspan="2" {{!}} {{{image|''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}}}{{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
! colspan="2" | {{{image|''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}}}{{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
|-style="vertical-align: top"
|-style="vertical-align: top"
|
|
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
! colspan="2" class="infoboxname" {{!}} Weapon Information <span style="font-size:70%; float:right;">
! colspan="2" bgcolor="#FFD700" style="border-radius: 15px;"| Weapon Information
|-
|-
{{!}} <div>Description</div> {{!!}} {{{description|''Unknown''}}}
| bgcolor="#FFEFD5" style="border-top-left-radius: 15px;"|'''Description'''
| bgcolor="#FFEFD5" style="border-top-right-radius: 15px;"|{{{description|''None''}}}
|-
|-
{{!}} <div>Stat Boosts</div> {{!!}} {{{stats|''Unknown''}}}
| '''Stat Boosts''' || {{{stats|''None''}}}
|-
|-
{{!}} <div>Type</div> {{!!}} {{{type|''Unknown''}}}
| bgcolor="#FFEFD5"|'''Type'''
| bgcolor="#FFEFD5"|{{{type|''None''}}}
|-
|-
{{!}} <div>Value</div> {{!!}} {{{value|''Unknown''}}}
| '''Value''' || {{{value|''None''}}}
|-
|-
{{!}} <div>Dropped by</div> {{!!}} {{{drop|''Unknown''}}}
| bgcolor="#FFEFD5"|'''Dropped by'''
| bgcolor="#FFEFD5"|{{{drop|''None''}}}
|-
|-
{{!}} <div>Other Info</div> {{!!}} {{{other|''Unknown''}}}</span>
| '''Other Info''' || {{{other|''None''}}}</span>
|}
|}
|}<noinclude>{{doc}}
|}<noinclude>
 
<pre><nowiki>
{{Infobox Weapon
|title      = Name of the weapon
|image      = Icon of the weapon
|caption    = Optional image caption
|description = In game description of the weapon
|stats      = Stat boosts the weapon gives when equipped
|type        = Type of weapon (i.e. Sword, Axe, etc.)
|value      = How much the weapon is sold for at the Shop
|drop        = Any enemies that drop this weapon upon defeat
|other      = Additional info, if any
}}
</nowiki></pre>
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 18:58, 4 September 2019

Infobox Weapon
No image yet
Weapon Information
Description None
Stat Boosts None
Type None
Value None
Dropped by None
Other Info None
{{Infobox Weapon
|title       = Name of the weapon
|image       = Icon of the weapon
|caption     = Optional image caption
|description = In game description of the weapon
|stats       = Stat boosts the weapon gives when equipped
|type        = Type of weapon (i.e. Sword, Axe, etc.)
|value       = How much the weapon is sold for at the Shop
|drop        = Any enemies that drop this weapon upon defeat
|other       = Additional info, if any
}}