الگو:مبنای ۱۶
016
این الگو از ویژگی و دستورهای پیچیده استفاده میکند.
توصیه میشود پیش از ویرایش الگو با دستورهای الگو و توابع تجزیهکننده آشنا شوید. اگر ویرایشتان باعث بروز مشکلات غیرمنتظره شد، خواهشمند است آن را بهسرعت برگردانید، زیرا ممکن است این الگو در شمار زیادی صفحه ظاهر شود. بهیاد داشته باشید که شما میتوانید آزمایش انجام دهید، اما باید همهٔ بهسازیها را پیش از آنکه در اینجا اعمال کنید، در صفحهٔ تمرین عمومی الگو یا فضای کاربریتان بیازمایید. |
This template makes it easy to convert from decimal to دستگاه اعداد پایه ۱۶.
Usage
[ویرایش]Use: {{Hexadecimal|x}}
where x is the decimal number to be converted to a hexadecimal. Numbers greater than 268,435,455 or less than 0 will return an "N/A", decimals and fractions will be rounded down. The number is, by default, formatted with a final subscript 16 to display the base. An optional second parameter of |hex
will replace the base with "hex".
To opt out of the subscript, use a second parameter of |no
(or equivalently |none
), which also forces the display of at least two hexadecimal digits (instead of just one for values lower than 16).
To show a single digit, without the subscript and without the 0 prefix, set the second parameter to |digit
.
Examples
[ویرایش]To convert a number to a base 16:
{{Hexadecimal|0}}
→ 016{{Hexadecimal|15}}
→ F16{{Hexadecimal|3256}}
→ CB816
To convert a number to a base hex:
{{Hexadecimal|0|hex}}
→ 0hex{{Hexadecimal|15|hex}}
→ Fhex{{Hexadecimal|3256|hex}}
→ CB8hex
To display single digits:
{{Hexadecimal|0|digit}}
→ 0{{Hexadecimal|10|digit}}
→ A{{Hexadecimal|15|digit}}
→ F
To convert an مد رنگی آرجیبی from decimal code to رنگهای وب:
{{Hexadecimal|255|no}}{{Hexadecimal|165|no}}{{Hexadecimal|0|no}}
→ FFA500