Template:HexConverter: Difference between revisions
From OpenGK
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><div style="display: none;">testoo<pre class="{{#if:{{{class|}}}|hex-converter-field {{{class}}}|hex-converter-field}}" | <includeonly><div style="display: none;" class="{{#if:{{{class|}}}|hex-converter-field {{{class}}}|hex-converter-field}}">testoo<pre class="{{#if:{{{class|}}}|hex-converter-field {{{class}}}|hex-converter-field}}" | ||
{{#if:{{{id|}}}|id="hex-converter-field-{{{id}}}"}} | {{#if:{{{id|}}}|id="hex-converter-field-{{{id}}}"}} | ||
{{#if:{{{name|}}}|data-hex-converter-name="{{{name}}}"}} | {{#if:{{{name|}}}|data-hex-converter-name="{{{name}}}"}} |
Revision as of 01:59, 28 December 2024
Simple converter that'll allow the user to switch between hex, decimal and ascii display
Parameter | Description | Type | Status | |
---|---|---|---|---|
class | class | no description | Unknown | optional |
id | id | no description | Unknown | optional |
name | name | no description | Unknown | optional |
hex | hex | Hex value
| String | required |