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
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<infobox>
{| 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;"
  <title source="title1">
|-
    <default>{{PAGENAME}}</default>
! colspan="2" bgcolor="#FFA500" style="border-radius: 15px;"|  {{{title|{{PAGENAME}}}}}
  </title>
|-
  <image source="image1">
! colspan="2" | {{{image|''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}}}{{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
    <caption source="caption1"/>
|-style="vertical-align: top"
  </image>
|
  <data source="description">
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
    <label>Description</label>
! colspan="2" bgcolor="#FFA500" style="border-radius: 15px;"| Item Information
  </data>
|-
  <data source="item_type">
| bgcolor="#EEE8AA" style="border-top-left-radius: 15px;"|'''Description'''
    <label>Item Type</label>
| bgcolor="#EEE8AA" style="border-top-right-radius: 15px;"| {{{description|''None''}}}
  </data>
|-
  <data source="effect">
| '''Item Type''' || {{{type|''None''}}}
    <label>Effect</label>
|-
  </data>
| bgcolor="#EEE8AA"|'''Effect'''
  <data source="price">
| bgcolor="#EEE8AA"| {{{effect|''None''}}}
    <label>Price</label>
|-
  </data>
| '''Price''' || {{{price|''None''}}}
  <data source="dropped_by">
|-
    <label>Dropped By</label>
| bgcolor="#EEE8AA" style="border-bottom-left-radius: 15px;"|'''Dropped By'''
  </data>
| bgcolor="#EEE8AA" style="border-bottom-right-radius: 15px;"|{{{drop|''None''}}}</span>
</infobox>
|}
<noinclude>
|}<noinclude>For use on item pages.
Example usage:<pre>
<pre><nowiki>
{{Infobox Item
{{Infobox Item
|title1=Example
|title      = Name of the item (ex: Health Vial)
|image1=Example
|image      = File image of the item (ex:[[File:Health Vial.png]])
|caption1=Example
|caption    = Image caption (ex:A Health Vial in [[Power Master 1: A Strange Journey]])
|description=Example
|description = In game description of the item
|item_type=Example
|type        = Type of the item (standard or important)
|effect=Example
|effect     = What the item does
|buy_price=Example
|price      = How much Shops sell the item for
|sell_price=Example
|drop        = Enemies that drop this item, if any
}}
}}
</pre>
</nowiki></pre>
</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
}}