Template:HexConverter: Difference between revisions
From OpenGK
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
{ | { | ||
"params": { | "params": { | ||
"class": {}, | "class": { | ||
"id": {}, | "description": "HTML div class", | ||
"type": "string" | |||
}, | |||
"id": { | |||
"description": "HTML div id", | |||
"type": "string" | |||
}, | |||
"name": {}, | "name": {}, | ||
"hex": { | "hex": { | ||
"description": "Hex value", | "description": "Hex value. Leading 0x is not required, but will be accepted", | ||
"example": "58D8C848", | "example": "58D8C848", | ||
"type": "string", | "type": "string", | ||
Latest revision as of 19:11, 11 June 2025
Simple converter that'll allow the user to switch between hex, decimal and ascii display
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| class | class | HTML div class | String | optional |
| id | id | HTML div id | String | optional |
| name | name | no description | Unknown | optional |
| hex | hex | Hex value. Leading 0x is not required, but will be accepted
| String | required |
| default-display | default-display | Default display type
| String | optional |
