Template:Infobox block: Difference between revisions
Jump to navigation
Jump to search
m lc fix. |
Automated hex values with new system, the new system is used by default, but is overridden with data or datadec |
||
| Line 24: | Line 24: | ||
{{Block/row|label=Speed of walking through:|field={{{movespeed|?}}}}} | {{Block/row|label=Speed of walking through:|field={{{movespeed|?}}}}} | ||
}} | }} | ||
{{Block/row|label=Data value|field={{{data|{{{datadec| | {{Block/row|label=Data value{{#if:{{{data2|}}}|s|}}|field={{{data|{{#if:{{{datadec|}}}|<!-- | ||
The original data values setup, used if datadec is a field | |||
---->{{{datadec|?}}} <sub>dec</sub> ({{{datahex|{{dec-hex|{{{datadec|0}}}}}}}} <sub>hex</sub>)|<!-- | |||
The new formatting | |||
---->{{#if:{{{data1name|}}}|'''{{{data1name|}}}'''<br />| }}<!-- | |||
----><sub>dec:</sub> {{{data1|35}}} <sub>hex:</sub> {{dec-hex|{{{data1|35}}} }}<br /><!-- | |||
The optional second data value in the new formatting. | |||
---->{{#if:{{{data2|}}}| | |||
------>{{#if:{{{data2name|}}}|'''{{{data2name|}}}'''<br />| }}<!-- | |||
------><sub>dec:</sub> {{{data2}}} <sub>hex:</sub> {{dec-hex|{{{data2}}} }}<!-- | |||
---->|}}<!-- | |||
-->}} }}} }} | |||
</table><noinclude><!---- | |||
| Line 74: | Line 86: | ||
| <code>light</code> || Emits Light? || ? | | <code>light</code> || Emits Light? || ? | ||
|- | |- | ||
| <code>Tool</code> || Tool to use || | | <code>Tool</code> || Tool to use || ? | ||
|- | |- | ||
| <code>datadec</code> || Decimal Data Value || ? | | <code>datadec</code> || Decimal Data Value || ? | ||
Revision as of 18:47, 5 September 2010
Template:Block/rowTemplate:Block/rowTemplate:Block/rowTemplate:Block/rowTemplate:Block/rowTemplate:Block/row
| Infobox block | |
Documentation
These usage notes will not be included in articles bearing this template.
This template provides a uniform design for block pages.
{{Block
| name =
| image =
| type =
| gravity =
| dirt =
| transparent =
| light =
| Tool =
| datadec =
| datahex =
}}
| Parameter | Function | Default value |
|---|---|---|
name |
Name of the block | {{BASEPAGENAME}}
|
image |
Image of the block (should be approx. 150x150px) | No image.png |
type |
Type(solid block, solid, block, or fluid) | ? |
gravity |
Affected by gravity? | ? |
dirt |
Requires sunlight/dirt? | ? |
transparent |
Allows light to pass through? | ? |
light |
Emits Light? | ? |
Tool |
Tool to use | ? |
datadec |
Decimal Data Value | ? |
datahex |
Hexadecimal Data Value | ? |
data |
Data Value (overrides dec and hex values) | datadec and datahex
|