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
(Changing some parameter names, that I will fix on pages when I get there)
 
(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="#FFA500" 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" {{!}} Item Information <span style="font-size:70%; float:right;">
! colspan="2" bgcolor="#FFA500" style="border-radius: 15px;"| Item Information
|-
|-
{{!}} <div>Description</div> {{!!}} {{{description|''Unknown''}}}
| bgcolor="#EEE8AA" style="border-top-left-radius: 15px;"|'''Description'''
| bgcolor="#EEE8AA" style="border-top-right-radius: 15px;"| {{{description|''None''}}}
|-
|-
{{!}} <div>Item Type</div> {{!!}} {{{type|''Unknown''}}}
| '''Item Type''' || {{{type|''None''}}}
|-
|-
{{!}} <div>Effect</div> {{!!}} {{{effect|''Unknown''}}}
| bgcolor="#EEE8AA"|'''Effect'''
| bgcolor="#EEE8AA"| {{{effect|''None''}}}
|-
|-
{{!}} <div>Price</div> {{!!}} {{{price|''Unknown''}}}
| '''Price''' || {{{price|''None''}}}
|-
|-
{{!}} <div>Dropped By</div> {{!!}} {{{drop|''Unknown''}}}</span>
| bgcolor="#EEE8AA" style="border-bottom-left-radius: 15px;"|'''Dropped By'''
| bgcolor="#EEE8AA" style="border-bottom-right-radius: 15px;"|{{{drop|''None''}}}</span>
|}
|}
|}<noinclude>{{doc}}
|}<noinclude>For use on item pages.
 
<pre><nowiki>
{{Infobox Item
|title      = Name of the item (ex: Health Vial)
|image      = File image of the item (ex:[[File:Health Vial.png]])
|caption    = Image caption (ex:A Health Vial in [[Power Master 1: A Strange Journey]])
|description = In game description of the item
|type        = Type of the item (standard or important)
|effect      = What the item does
|price      = How much Shops sell the item for
|drop        = Enemies that drop this item, if any
}}
</nowiki></pre>
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 00:17, 6 September 2019

Infobox Item
No image yet
Item Information
Description None
Item Type None
Effect None
Price None
Dropped By None

For use on item pages.

{{Infobox Item
 |title       = Name of the item (ex: Health Vial)
 |image       = File image of the item (ex:[[File:Health Vial.png]])
 |caption     = Image caption (ex:A Health Vial in [[Power Master 1: A Strange Journey]])
 |description = In game description of the item
 |type        = Type of the item (standard or important)
 |effect      = What the item does
 |price       = How much Shops sell the item for
 |drop        = Enemies that drop this item, if any
}}