Template:StatsList/row/doc: Difference between revisions
< Template:StatsList | row
(Add `postfix` parameter) |
(Add `label` and `isBinary` parameters) |
||
Line 17: | Line 17: | ||
}, | }, | ||
"3": { | "3": { | ||
"label": "Label", | |||
"required": true, | |||
"type": "string" | |||
}, | |||
"4": { | |||
"label": "Postfix", | "label": "Postfix", | ||
"type": "string" | "type": "string" | ||
}, | |||
"isBinary": { | |||
"label": "Is Binary", | |||
"default": "false", | |||
"type": "boolean" | |||
} | } | ||
} | } |
Revision as of 04:40, 4 May 2021
This template has no documentation. If you know how to use this template, please add some.
TemplateData
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Value | 1 | no description | Number | required |
Icon | 2 | no description | File | required |
Label | 3 | no description | String | required |
Postfix | 4 | no description | String | optional |
Is Binary | isBinary | no description
| Boolean | optional |