Template:Weapon Category: Difference between revisions
(Created page with "<includeonly>{{#switch: {{lc:{{{1|}}}}} |01 |striking weapon |striking |s = Striking |02 |ranged weapon |ranged |r= Ranged |03 |technic weapon |technic |magic |t = TECHNIC |#d...") |
m (linebreak quirk for template syntax) |
||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{lc:{{{1|}}}}} | <includeonly> | ||
{{#switch: {{lc:{{{1|}}}}} | |||
|01 | |01 | ||
|striking weapon | |striking weapon |
Revision as of 12:16, 31 December 2023
Purpose
Shortcut template for all weapon categories.
Parameter List
{{Weapon Category |<!-- Anonymous parameter. The desired weapon category or identifying octet, case insensitive. Invalid strings will render nothing. --> }}
For weapon categories, the valid list of strings, case insensitive, are:
- Striking Weapons
- 01
- striking weapon
- striking
- s
- Ranged Weapons
- 02
- ranged weapon
- ranged
- r
- TECHNIC Weapons
- 03
- technic weapon
- technic
- magic
- t
Examples
To be written.