Plantilla:Decimal to hexadecimal converter/doc

De WikiMinecraft
< Plantilla:Decimal to hexadecimal converter
Revisión del 20:24 28 abr 2014 de Xstela (discusión | contribuciones) (Página creada con «{{doc/start}} {{shortcut|dec-hex}} {{lua|Convert base}} This is a simple to use tool for dynamically converting decimal values to hexadecimal values. It outputs in a 6 char...»)
(dif) ← Revisión anterior | Revisión actual (dif) | Revisión siguiente → (dif)
Saltar a: navegación, buscar
Template-info.png Documentación
Atajo
dec-hex
Lua logo.png
Esta plantilla usa Módulo:Convert base, un script escrito en el lenguaje de programación Lua. Por favor lea mw:Lua y mw:Extension:Scribunto para saber más del lenguaje Lua.

This is a simple to use tool for dynamically converting decimal values to hexadecimal values. It outputs in a 6 character hex format and so can take decimal numbers up to 9999999999999999999.

Code

In full the template code is as follows:

{{Decimal to hexadecimal converter|1234}}

But it is much easier to use it through the redirect dec-hex which allows it to be written out as:

{{Dec-hex|1234}}

Both of which will output 4D2.

See also

Ésta es la página de documentación, debe situarse en la página de la plantilla principal. Véase Plantilla:Doc para más información.

fr:Modèle:Dec-hex/doc