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!

m
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<table cellpadding=5 width=350 style="border:solid 2pt;float:right;margin:10px">
+
<table cellpadding=5 width=350 style="border: solid 2pt; float: right; margin:10px" class="infobox">
  
 
<tr bgcolor=#55AAEE><td height=40 valign=bottom><center><font size=5 color=#000055>{{{name}}}</font></center></td></tr>
 
<tr bgcolor=#55AAEE><td height=40 valign=bottom><center><font size=5 color=#000055>{{{name}}}</font></center></td></tr>
Line 5: Line 5:
 
<tr bgcolor=#EEEEEE><td height=200 valign=top><center>
 
<tr bgcolor=#EEEEEE><td height=200 valign=top><center>
  
[[image:{{{image}}}|256px]]
+
[[image:{{{image}}}|256px|class=pixel]]
  
 
<p></p>
 
<p></p>
Line 25: Line 25:
 
{{#if: {{{found naturally|}}} | <tr><td>'''Found naturally:'''</td><td>'''{{{found naturally}}}'''</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: {{{renewable|}}} | <tr><td>'''Renewable:'''</td><td>'''{{{renewable}}}'''</td></tr>}}
{{#if: {{{id|}}} | <tr><td>'''Item ID:'''</td><td>'''<code>{{{id}}}</code>'''</td></tr>}}
+
{{#if: {{{id|}}} | <tr><td>'''Identifier:'''</td><td>'''<code>{{{id}}}</code>'''</td></tr>}}
 
</table>
 
</table>
  

Revision as of 10:33, 17 May 2020

{{{name}}}

[[image:{{{image}}}|256px|class=pixel]]








Name:{{{name}}}
Type:{{{type}}}

Usage

{{Object
|image=
|name=
|type=
|durability=
|mine with=
|heals=
|effects=
|restores=
|drops=
|rare drops=
|stackable=
|flammable=
|physics=
|backdrop=
|found naturally=
|renewable=
|id=
}}