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
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="descri...")
 
Line 15: Line 15:
     <label>Effect</label>
     <label>Effect</label>
   </data>
   </data>
   <data source="buy_price">
   <data source="price">
     <label>Buy Price</label>
     <label>Price</label>
   </data>
   </data>
   <data source="sell_price">
   <data source="dropped_by">
     <label>Sell Price</label>
     <label>Dropped By</label>
   </data>
   </data>
</infobox>
</infobox>

Revision as of 18:22, 31 October 2016

<infobox>

 <title source="title1">
   <default>Infobox Item</default>
 </title>
 <image source="image1">

</image> <label>Description</label> <label>Item Type</label> <label>Effect</label> <label>Price</label> <label>Dropped By</label> </infobox> Example usage:

{{Infobox Item
|title1=Example
|image1=Example
|caption1=Example
|description=Example
|item_type=Example
|effect=Example
|buy_price=Example
|sell_price=Example
}}