Difference between revisions of "Template:Block"

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
Line 1: Line 1:
 
<div class="infobox infobox-object" role="region">
 
<div class="infobox infobox-object" role="region">
 
<table class="infobox-inner">
 
<table class="infobox-inner">
<tr class="infobox-title" data-source="name"><th colspan="2">{{{name|{{PAGENAME}}}}}</th></tr>
+
<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|{{PAGENAME}}.png}}}|center|150px|class=image-thumbnail pixel]]</td></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="type"><th class="infobox-label">Type:</th><td class="infobox-value">{{{type}}}</td></tr>}}
 
{{#if: {{{type|}}} | <tr class="infobox-item" data-source="type"><th class="infobox-label">Type:</th><td class="infobox-value">{{{type}}}</td></tr>}}
 
{{#if: {{{mine with|}}} | <tr class="infobox-item" data-source="mine-with"><th class="infobox-label">Mine with:</th><td class="infobox-value">{{{mine with}}}</td></tr>}}
 
{{#if: {{{mine with|}}} | <tr class="infobox-item" data-source="mine-with"><th class="infobox-label">Mine with:</th><td class="infobox-value">{{{mine with}}}</td></tr>}}

Revision as of 12:32, 28 December 2021






Block

Adds a table that provides a brief summary about a block's stats.

Usage


{{Object
|image=
|name=
|type=
|mine with=
|drops=
|stackable=
|flammable=
|physics=
|backdrop=
|found naturally=
|renewable=
|id=
|id2=
|id3=
|id4=
|id5=
|id6=
}}