Template:Camp supplies: Difference between revisions
Jump to navigation
Jump to search
(add tooltip) |
(update templatedata // via Wikitext Extension for VSCode) |
||
Line 30: | Line 30: | ||
"description": "The number of camp supplies to represent. Can be omitted.", | "description": "The number of camp supplies to represent. Can be omitted.", | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true, | ||
"required": false | |||
}, | }, | ||
"2": { | "2": { | ||
"label": "format", | "label": "format", | ||
"description": " | "description": "The format of the output. Can be omitted. Default is a link to the Camp Supplies page. Possible values are: nolink, bold, short.", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"nolink", | "nolink", | ||
"bold", | "bold", | ||
"short" | "short" | ||
] | ], | ||
"required": false, | |||
"type": "string", | |||
"suggested": false | |||
} | } | ||
} | } | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Revision as of 15:38, 2 June 2024
Parameters | Result |
---|---|
{{Camp Supplies}} |
Camp Supplies |
{{Camp Supplies|20}} |
20 Camp Supplies |
{{Camp Supplies|20|nolink}} |
20 Camp Supplies |
{{Camp Supplies|20|bold}} |
20 Camp Supplies |
{{Camp Supplies|20|short}} |
20 |
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
supplies | 1 | The number of camp supplies to represent. Can be omitted. | Number | suggested |
format | 2 | The format of the output. Can be omitted. Default is a link to the Camp Supplies page. Possible values are: nolink, bold, short.
| String | optional |