Difference between revisions of "Template:Item Infobox"

From Monster Crown Wiki
Jump to: navigation, search
(Created page with "{| class="wikitable" style="float:right; margin-left: 20px; width: 25%;" !colspan="1"|{{PAGENAME}} |- | {| class="wikitable" style="text-align:center;width:100%" |File:{{{ar...")
 
Line 10: Line 10:
 
|<div style="text-align: center;">{{{item type}}}</div>
 
|<div style="text-align: center;">{{{item type}}}</div>
 
|-
 
|-
!colspan="6"|Recovers
+
!colspan="6"|Description
 
|-
 
|-
|<div style="text-align: center;">{{{recovers}}}</div>
+
|<div style="text-align: center;">{{{description}}}</div>
 
|-
 
|-
 
!colspan="6"|Price
 
!colspan="6"|Price
Line 30: Line 30:
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Item Infobox
 
{{Item Infobox
| item type =  
+
| item type     =  
| recovers   =
+
| description   =
| price     =  
+
| price         =  
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>

Revision as of 22:29, 2 May 2021

Item Infobox
[[File:{{{artwork}}}|290px|center|]]
Item Type
{{{item type}}}
Description
{{{description}}}
Price
{{{price}}}

Description

This is the template for Item Infoboxes.

To use this template, copy the text below into the top of an article and fill in each section:

{{Item Infobox
| item type     = 
| description   =
| price         = 
}}