Difference between revisions of "Template:Tem"

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!

(Created page with "<div class="infobox infobox-object" role="region"> <table class="infobox-inner"> <tr class="infobox-title" data-source="name"><th colspan="2">{{{name|{{BASEPAGENAME}}}}}</th><...")
 
(Replaced content with "{{Delete}}")
Tag: Replaced
 
Line 1: Line 1:
<div class="infobox infobox-object" role="region">
+
{{Delete}}
<table class="infobox-inner">
 
<tr class="infobox-title" data-source="name"><th colspan="2">{{{name|{{BASEPAGENAME}}}}}</th></tr>
 
<tr class="infobox-image" data-source="image"><td colspan="2">[[Image:{{{image|{{BASEPAGENAME}}.png}}}|center|150px|class=image-thumbnail pixel]]</td></tr>
 
{{#if: {{{type|}}} | <tr class="infobox-item" data-source="durability"><th class="infobox-label">Durability:</th><td class="infobox-value">{{{type}}}</td></tr>}}
 
{{#if: {{{stackable|}}} | <tr class="infobox-item" data-source="stackable"><th class="infobox-label">Stackable:</th><td class="infobox-value">{{{stackable}}}</td></tr>}}
 
{{#if: {{{renewable|}}} | <tr class="infobox-item" data-source="renewable"><th class="infobox-label">Renewable:</th><td class="infobox-value">{{{renewable}}}</td></tr>}}
 
{{#if: {{{heals|}}} | <tr class="infobox-item" data-source="heals"><th class="infobox-label">Heals:</th><td class="infobox-value">{{{heals}}}</td></tr>}}
 
{{#if: {{{renewable|}}} | <tr class="infobox-item" data-source="effects"><th class="infobox-label">Effects:</th><td class="infobox-value">{{{renewable}}}</td></tr>}}
 
{{#if: {{{id|}}} | <tr class="infobox-item" data-source="id"><th class="infobox-label">Identifier:</th><td class="infobox-value"><code>{{{id}}}</code>{{#if: {{{id2|}}} | <br><code>{{{id2|}}}</code>}}{{#if: {{{id3|}}} | <br><code>{{{id3|}}}</code>}}{{#if: {{{id4|}}} | <br><code>{{{id4|}}}</code>}}{{#if: {{{id5|}}} | <br><code>{{{id5|}}}</code>}}{{#if: {{{id6|}}} | <br><code>{{{id6|}}}</code></td>}}</tr>}}
 
</table>
 
</div><noinclude>
 
Adds a table that provides a brief summary about a block's stats.
 
 
 
== Usage ==
 
<pre>
 
<nowiki>
 
{{Object
 
|image=
 
|name=
 
|durability=
 
|renewable=
 
|stackable=
 
|heals=
 
|effects=
 
|id=
 
|id2=
 
|id3=
 
|id4=
 
|id5=
 
|id6=
 
}}
 
</nowiki>
 
</pre>
 
</noinclude>
 

Latest revision as of 16:53, 2 January 2022


This page is a candidate for deletion!

Reason: No reason given. If you disagree with its deletion, please explain why at Category talk:Candidates for deletion or improve the page and remove the {{delete}} tag.

Remember to check what links here and the page history before deleting.