Difference between revisions of "Template:Block"

From The Twilight Forest Wiki
Jump to navigation Jump to search
(Add padding, reimplement file navigation, make the header bigger, shrink image display)
(Revert per request of Androsa)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{|class="wikitable" id="blockInfobox" style="{{{style|float:right; margin-left: 100px;}}}"
<includeonly>{|class="wikitable" id="blockInfobox" style="float:right; margin-left: 100px;"
!colspan="2" style="font-size: 1.6em;"|{{{name| {{BASEPAGENAME}} }}}
!colspan="2" style="font-size: 1.4em;"|{{{name| {{BASEPAGENAME}} }}}


|-
|-
|colspan="2" style="background-color: #222; padding: 35px;"|[[File:{{{image|!.png}}}|center|128px]]
|colspan="2" style="background-color: #222; padding: 35px;"|[[File:{{{image|Unknown.png}}}|center|128px]]


|-
|-
Line 23: Line 23:
|-
|-
!Tool
!Tool
|{{{tool|}}}
|{{{tool|Unknown}}} [[File:{{{tool|Unknown}}}.png|link=|32px]]


|-
|-
Line 39: Line 39:
|-
|-
!ID
!ID
|{{{id|}}}
|twilightforest:{{{id|}}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>
Usage:
This template is used to make a nice table for anything relating to Blocks and their related pages.<br>
Here is a general breakdown of how to use this template:
<pre>
<pre>
{{Block
{{Block
|style= (used to orientate the table's styling, use only if you're a pro)
|name=       <!-- The Name of this Block (Optional) -->
|name= (optional, defaults to the article's title)
|image=       <!-- The Image File of this Block      -->
|image= (filelink)
|transparent= <!-- Is this Block Transparent? Yes/No  -->
|transparent= (defaults to no)
|luminance=   <!-- The Amount of Light Emitted        -->
|luminance= (light emitted, defaults to none)
|hardness=   <!-- The Block Hardness Value          -->
|hardness= (block hardness)
|blastres=   <!-- The Blast Resistance Value        -->
|blastres= (blast resistance)
|stackable=   <!-- Is this Block Stackable? How many? -->
|tool= (best tool for harvesting)
|renewable=   <!-- Is this Block Renewable? Yes/No    -->
|renewable= (yes/no)
|flammable=   <!-- Is this Block Flammable? Yes/No    -->
|stackable= (yes/no)
|id=         <!-- The ID of the Block                -->
|flammable= (defaults to no)
|id= (in-game id)
}}
}}
</pre>
</pre>


{{Block
{{Block
|style=
|name=Block of Fiery Metal
|image=Block of Fiery Metal.png
|hardness=5
|blastres=6
|tool=Iron Pickaxe
|renewable=No
|stackable=Yes <small>(64)</small>
|id=fiery_block
}}
}}


[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 11:41, 13 April 2024

This template is used to make a nice table for anything relating to Blocks and their related pages.
Here is a general breakdown of how to use this template:

{{Block
|name=        <!-- The Name of this Block (Optional)  -->
|image=       <!-- The Image File of this Block       -->
|transparent= <!-- Is this Block Transparent? Yes/No  -->
|luminance=   <!-- The Amount of Light Emitted        -->
|hardness=    <!-- The Block Hardness Value           -->
|blastres=    <!-- The Blast Resistance Value         -->
|stackable=   <!-- Is this Block Stackable? How many? -->
|renewable=   <!-- Is this Block Renewable? Yes/No    -->
|flammable=   <!-- Is this Block Flammable? Yes/No    -->
|id=          <!-- The ID of the Block                -->
}}
Block of Fiery Metal
Block of Fiery Metal.png
Transparency None
Luminance None
Hardness 5
Blast Resistance 6
Tool Iron Pickaxe Iron Pickaxe.png
Renewable No
Stackable Yes (64)
Flammable No
ID twilightforest:fiery_block