Diferencia entre revisiones de «Plantilla:Data value»
m |
|||
(No se muestran 2 ediciones intermedias de 2 usuarios) | |||
Línea 25: | Línea 25: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
− | + | ||
</noinclude> | </noinclude> |
Revisión actual del 22:06 6 may 2014
- Atajo
- dv
This template is used to show a data value in decimal, hexadecimal and binary. Values are input as a decimal value, and {{dec-hex}} and {{dec-bin}} will automatically convert it.
Usage
{{dv|69}}
dec: 69 hex: 45 bin: 1000101
{{dv|69|optional label}}
- optional label
- dec: 69 hex: 45 bin: 1000101
{{dv|69:5}} or {{dv|69|p=5}}
dec: 695 hex: 455 bin: 10001015
La documentación anterior se transcluye de Plantilla:Data value/doc. (edit | history)