Template:Item Category: Difference between revisions

From Phantasy Star Universe Clementine
(clean up copypaste)
(→‎Parameter List: further clean up things not caught by regex)
Line 66: Line 66:
*09
*09
*clothing
*clothing
*clothes = Clothes
*clothes
;Parts
;Parts
*0a
*0a
Line 78: Line 78:
;Traps
;Traps
*0c
*0c
*trap = Trap
*trap
;Grinders
;Grinders
*0f
*0f
*grinder = Grinder
*grinder
;Boost Items
;Boost Items
*10
*10
Line 87: Line 87:
*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>

Revision as of 02:47, 22 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 = 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.