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


Template:Documentation

Simple converter that'll allow the user to switch between hex, decimal and ascii display

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
classclass

no description

Unknownoptional
idid

no description

Unknownoptional
namename

no description

Unknownoptional
hexhex

Hex value

Example
58D8C848
Stringrequired