From Brotato Wiki
(INITIAL \O/ -- created to prevent copypasting content and reduce maintenance) |
(fix wrong param names) |
||
Line 100: | Line 100: | ||
{{WeaponSetWeapons|Blunt}} | {{WeaponSetWeapons|Blunt}} | ||
Using "set" param (same result): | |||
<code><nowiki>{{WeaponSetWeapons|set=Blunt}}</nowiki></code> | |||
{{WeaponSetWeapons|set=Blunt}} | |||
Line 166: | Line 172: | ||
|{{WeaponSetWeapons|Unarmed}} | |{{WeaponSetWeapons|Unarmed}} | ||
|} | |} | ||
Line 174: | Line 177: | ||
{ | { | ||
"params": { | "params": { | ||
" | "set": { | ||
"label": " | "label": "Weapon Set", | ||
"description": " | "description": "Name of the weapon set (as seen on the Weapons page, under Weapon Sets)", | ||
"type": "string", | "type": "string", | ||
"autovalue": " | "autovalue": "", | ||
"required": true, | "required": true, | ||
"suggested": true, | "suggested": true, | ||
"aliases": [ | "aliases": [ | ||
"1" | "1" | ||
] | ] | ||
} | } | ||
Line 197: | Line 191: | ||
"format": "inline", | "format": "inline", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "set" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 23:34, 3 November 2022
Lists the weapons that belong to the specified set.
See the Weapon Sets section on the Weapons page to see these in full use.
Previews
Single Example
{{WeaponSetWeapons|Blunt}}
Using "set" param (same result):
{{WeaponSetWeapons|set=Blunt}}
Full List
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Weapon Set | set 1 | Name of the weapon set (as seen on the Weapons page, under Weapon Sets)
| String | required |