Template:Block: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) mNo edit summary |
CptTwinkie (talk | contribs) mNo edit summary |
||
Line 5: | Line 5: | ||
<p style="margin-left: 1.6em;">{{{dims|1 x 1 x 1}}}</p> | <p style="margin-left: 1.6em;">{{{dims|1 x 1 x 1}}}</p> | ||
;Material | ;Material | ||
<p style="margin-left: 1.6em;">{{{material|<Information Missing>}}}{{#if:{{{material|}}}||<includeonly>[[Category:Missing_information]]</includeonly>}}</p>{{#if:{{{researchtobuild|}}}|<!--TRUE-->'''Research Required to Build'''<br/><p style="margin-left: 1.6em;">{{{researchtobuild}}}</p>}}{{#if:{{{itemsrequired|}}}|<!--TRUE-->'''Items Required to Build'''<br/><p style="margin-left: 1.6em;">{{{itemsrequired}}}</p>}}<includeonly>[[Category:Blocks]]</includeonly><noinclude> | <p style="margin-left: 1.6em;">{{{material|<Information Missing>}}}{{#if:{{{material|}}}||<includeonly>[[Category:Missing_information]]</includeonly>}}</p><!-- | ||
-->{{#if:{{{researchtobuild|}}}|<!--TRUE-->'''Research Required to Build'''<br/><p style="margin-left: 1.6em;">{{{researchtobuild}}}</p>}}<!-- | |||
-->{{#if:{{{itemsrequired|}}}|<!--TRUE-->'''Items Required to Build'''<br/><p style="margin-left: 1.6em;">{{{itemsrequired}}}</p>}}<!-- | |||
-->{{#if:{{{hitpoints|}}}|<!--TRUE-->'''Hit Points'''<br/><p style="margin-left: 1.6em;">{{{hitpoints}}} points</p>|<!--FALSE-->}}<includeonly>[[Category:Blocks]]</includeonly><noinclude> | |||
==Usage== | ==Usage== | ||
Line 15: | Line 18: | ||
|material=<Material Block is made from?> | |material=<Material Block is made from?> | ||
|researchtobuild=<Links to research> | |researchtobuild=<Links to research> | ||
|itemsrequired=<links to items | |itemsrequired=<links to items> | ||
|hitpoints=<number> | |||
}}</pre> | }}</pre> | ||
===Small Block Version:=== | ===Small Block Version:=== |
Revision as of 23:19, 20 January 2018
Block Information
- Size
<Information Missing>
- Dimensions
1 x 1 x 1
- Material
<Information Missing>
Usage
The Block template is meant to be used for any block.
Large Block Version:
{{Block |size=<Large or Small?> |dims=<X x Y x Z> |material=<Material Block is made from?> |researchtobuild=<Links to research> |itemsrequired=<links to items> |hitpoints=<number> }}
Small Block Version:
{{Block |size=<Large or Small?> |dims=<X x Y x Z> |material=<Material Block is made from?> }}
- The code above can be pasted into your page and edited.
- Because small blocks are crafted they should all using the Crafting Blueprint template. This makes the research to build and items required fields redundant.
- Any of the attributes can be left out entirely and they will use their default value. Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in.
- Templates adds Category:Blocks. Category:Large Blocks, Category:Small Blocks, and Category:Missing_information are added conditionally.