Template:Item Category: Difference between revisions

From Phantasy Star Universe Clementine
(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...")
 
(clean up copypaste)
Line 39: Line 39:
{{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. -->
|options  <!-- The desired image options. If options aren't provided, the link to the image is disabled. -->
}}
}}
</pre>
</pre>

Revision as of 02:46, 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 = Clothes
Parts
  • 0a
  • parts = Parts
Room Decorations
  • 0b
  • furniture
  • room decorations
  • decos
  • decorations
Traps
  • 0c
  • trap = Trap
Grinders
  • 0f
  • grinder = Grinder
Boost Items
  • 10
  • boost item
  • boost

For image options, a guide on syntax can be found here: [1]

Examples

To be written.