Template:Infobox block: Difference between revisions
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 || ? | ||