Template:HexConverter: Difference between revisions
From OpenGK
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
<noinclude> | <noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"class": {}, | |||
"id": {}, | |||
"name": {}, | |||
"hex": { | |||
"description": "Hex value", | |||
"example": "58D8C848", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Simple converter that'll allow the user to switch between hex, decimal and ascii display" | |||
} | |||
</templatedata></noinclude> |
Revision as of 01:33, 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 |