Template:Item Category: Difference between revisions
(Created page with "<includeonly>{{#switch: {{lc:{{{1|}}}}} |01 |weapon = Weapon |02 |line shield |lineshield |ls = Line Shield |04 |striking pa disc = Striking PA Disc |05 |bullet pa disc = Bull...") |
(remove excess linebreaks to fix auto-paragraph bug) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 32: | Line 32: | ||
|boost = Boost Item | |boost = Boost Item | ||
|#default = | |#default = | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude>==Purpose== | ||
==Purpose== | |||
Shortcut template for all item categories. Standardizes expected strings. | Shortcut template for all item categories. Standardizes expected strings. | ||
==Parameter List== | ==Parameter List== | ||
Line 39: | Line 38: | ||
{{Item Category | {{Item Category | ||
| <!-- Anonymous parameter. The desired item category, case insensitive. Invalid strings will render nothing. --> | | <!-- Anonymous parameter. The desired item category, case insensitive. Invalid strings will render nothing. --> | ||
}} | }} | ||
</pre> | </pre> | ||
Line 67: | Line 65: | ||
*09 | *09 | ||
*clothing | *clothing | ||
*clothes | *clothes | ||
;Parts | ;Parts | ||
*0a | *0a | ||
*parts | *parts | ||
;Room Decorations | ;Room Decorations | ||
*0b | *0b | ||
Line 79: | Line 77: | ||
;Traps | ;Traps | ||
*0c | *0c | ||
*trap | *trap | ||
;Grinders | ;Grinders | ||
*0f | *0f | ||
*grinder | *grinder | ||
;Boost Items | ;Boost Items | ||
*10 | *10 | ||
Line 88: | Line 86: | ||
*boost | *boost | ||
For image options, a guide on syntax can be found here: [https://www.mediawiki.org/wiki/Help:Images#Syntax] | For image options, a guide on syntax can be found here: [https://www.mediawiki.org/wiki/Help:Images#Syntax] | ||
==Examples== | ==Examples== | ||
To be written. [[Category: Templates with missing documentation]] | To be written. [[Category: Templates with missing documentation]] | ||
</noinclude> | </noinclude> |
Latest revision as of 14:54, 31 December 2023
Purpose
Shortcut template for all item categories. Standardizes expected strings.
Parameter List
{{Item Category | <!-- Anonymous parameter. The desired item category, case insensitive. Invalid strings will render nothing. --> }}
For item categories, the valid list of strings, case insensitive, are:
- Weapons
- 01
- weapon
- Line Shields
- 02
- line shield
- lineshield
- ls
- PA Discs
- Striking
- 04
- striking pa disc
- Bullets
- 05
- bullet pa disc
- TECHNICs
- 06
- technic pa disc
- Units
- 08
- unit = Unit
- Clothes
- 09
- clothing
- clothes
- Parts
- 0a
- parts
- Room Decorations
- 0b
- furniture
- room decorations
- decos
- decorations
- Traps
- 0c
- trap
- Grinders
- 0f
- grinder
- Boost Items
- 10
- boost item
- boost
For image options, a guide on syntax can be found here: [1]
Examples
To be written.