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
m
 
(4 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}}}}}
|-
|-
{{#if: {{{image|}}} | ! colspan="2" {{!}} {{{image}}} | ! colspan="2" {{!}} ''No image yet''{{#ifeq: {{NAMESPACE}} | Template | | <includeonly>[[Category:Infoboxes lacking images]]</includeonly>}} }} {{#if:{{{caption1|}}} | <br>''{{{caption1}}}'' }}
! colspan="2" | {{{image|''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}}}{{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
|-style="vertical-align: top"
|
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
! colspan="2" bgcolor="#FFA500" style="border-radius: 15px;"| Item Information
|-
|-
{{#if: {{{description|}}} | {{!}} <div>Description</div> {{!!}} {{{description}}} }}
| bgcolor="#EEE8AA" style="border-top-left-radius: 15px;"|'''Description'''
| bgcolor="#EEE8AA" style="border-top-right-radius: 15px;"| {{{description|''None''}}}
|-
|-
{{#if: {{{item_type|}}} | {{!}} <div>Item Type</div> {{!!}} {{{item_type}}} }}
| '''Item Type''' || {{{type|''None''}}}
|-
|-
{{#if: {{{effect|}}} | {{!}} <div>Effect</div> {{!!}} {{{effect}}} }}
| bgcolor="#EEE8AA"|'''Effect'''
| bgcolor="#EEE8AA"| {{{effect|''None''}}}
|-
|-
{{#if: {{{price|}}} | {{!}} <div>Price</div> {{!!}} {{{price}}} }}
| '''Price''' || {{{price|''None''}}}
|-
|-
{{#if: {{{dropped_by|}}} | {{!}} <div>Dropped By</div> {{!!}} {{{dropped_by}}} }}
| bgcolor="#EEE8AA" style="border-bottom-left-radius: 15px;"|'''Dropped By'''
|}<noinclude>{{doc}}
| bgcolor="#EEE8AA" style="border-bottom-right-radius: 15px;"|{{{drop|''None''}}}</span>
 
|}
|}<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
}}