Difference between revisions of "Template:Object"

From Mine Blocks Wiki
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

(Added flammability)
(Redirecting to the new template; any page that uses specific parameters from items should replace its infobox from this one to {{Item}}.)
Tag: New redirect
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<table cellpadding=5 width=350 style="border:solid 2pt;float:right;margin:10px">
+
#REDIRECT [[Template:Block]]
 
 
<tr bgcolor=#55AAEE><td height=40 valign=bottom><center><font size=5 color=#000055>{{{name}}}</font></center></td></tr>
 
 
 
<tr bgcolor=#999999><td height=200 valign=top><center>
 
 
 
[[image:{{{image}}}|256px]]
 
 
 
<p></p>
 
 
 
<table bgcolor=#DDE4E4 width=100%>
 
<tr><td width=100px>'''Name:'''</td><td>'''{{{name}}}'''</td></tr>
 
<tr><td>'''Type:'''</td><td>'''{{{type}}}'''</td></tr>
 
{{#if: {{{durability|}}} | <tr><td>'''Durability:'''</td><td>'''{{{durability}}}'''</td></tr>}}
 
{{#if: {{{mine with|}}} | <tr><td>'''Mine with:'''</td><td>'''{{{mine with}}}'''</td></tr>}}
 
{{#if: {{{heals|}}} | <tr><td>'''Heals:'''</td><td>'''{{{heals}}}'''</td></tr>}}
 
{{#if: {{{drops|}}} | <tr><td>'''Drops:'''</td><td>'''
 
{{{drops}}}'''</td></tr>}}
 
{{#if: {{{poison|}}} | <tr><td>'''Poison:'''</td><td>'''{{{poison}}}'''</td></tr>}}
 
{{#if: {{{stackable|}}} | <tr><td>'''Stackable:'''</td><td>'''{{{stackable}}}'''</td></tr>}}
 
{{#if: {{{flammable|}}} | <tr><td>'''Flammable:'''</td><td>'''{{{flammable}}}'''</td></tr>}}
 
{{#if: {{{physics|}}} | <tr><td>'''Physics:'''</td><td>'''{{{physics}}}'''</td></tr>}}
 
{{#if: {{{found naturally|}}} | <tr><td>'''Found naturally:'''</td><td>'''{{{found naturally}}}'''</td></tr>}}
 
{{#if: {{{renewable|}}} | <tr><td>'''Renewable:'''</td><td>'''{{{renewable}}}'''</td></tr>}}
 
{{#if: {{{id|}}} | <tr><td>'''Item ID:'''</td><td>'''<code>{{{id}}}</code>'''</td></tr>}}
 
</table>
 
 
 
</center></td></tr></table><noinclude>
 
==Usage==
 
<pre><nowiki>
 
{{Object
 
|image=
 
|name=
 
|type=
 
|durability=
 
|mine with=
 
|heals=
 
|drops=
 
|poison=
 
|stackable=
 
|flammable=
 
|physics=
 
|found naturally=
 
|renewable=
 
|id=
 
}}
 
</nowiki></pre>
 
</noinclude>
 

Latest revision as of 09:04, 7 October 2022

Redirect to: