Template:Camp Supplies: Difference between revisions

From Baldur's Gate 3 Wiki
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": "How to format.",
"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>

Latest revision as of 16: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.

Template parameters

ParameterDescriptionTypeStatus
supplies1

The number of camp supplies to represent. Can be omitted.

Numbersuggested
format2

The format of the output. Can be omitted. Default is a link to the Camp Supplies page. Possible values are: nolink, bold, short.

Suggested values
nolink bold short
Stringoptional