Usage
Creates a Navbox that displays all the Identities and E.G.O that use a specific status effect or category. If multiple status effects are given, it will list only ID/EGO with both.
Uses Template:StatNavHelperEGO and Template:StatNavHelperID to allow more complicated decision making without screwing up table syntax.
Syntax
{{StatusNavbox|Status Effect Name|Optional Status Effect 2 |Optional Status Effect 3| optional fields}}
- must be properly capitalized/spelled
- Currently allows for the filtering of ID/EGO by up to 3 status effects.
- works for any status effect as long as our category naming system remains consistent (Identities with X and E.G.O with X)
- technically works with things that aren't status effects but are categories
- ex. the phrases "HP Healing" or "Guard Skills" work.
- If you are making a StatusNavbox this way and you get a broken .png instead of an icon image, you can make a redirect from the .png to the image you would like it to use instead.
- ex. "Evade Skills.png" redirects to "Evade.png"
Optional fields
- collapse = 1: auto-collapses category on loading
- andor = 1: changes filter system to status effect 1 and (status 2 or 3) rather than sorting for ID/EGO with all 3 at once (status 1 & 2 & 3).
- noid = 1: skips making an ID section (also doesn't make a wanted page)
- noego = 1: skips making an EGO section (also doesn't make a wanted page)
Both "noid" and "noego" are used to minimize wanted pages. While the box will display correctly without it, wanted pages are created. However, if an ID/EGO is added to the game that fills the excluded category (ex. an identity with lust fragility) it will no longer be automatically added to the navbox. noid / noego tags must be removed if/when an ID/EGO filling the tag is added to the game.
Examples
{{StatusNavbox|Sinking|Tremor|Tremor Burst|andor=1}}
{{StatusNavbox|Burn|Bleed|noid=1}}
{{StatusNavbox|Pierce Fragility|collapse=1}}
{{StatusNavbox|HP Healing|collapse=anything}}
{{StatusNavbox|Evade Skills}}
Bugs
When using two status effects, there are sometimes display bugs. It will still filter properly. Examples of bugs include showing ID/EGO columns that shouldn't be shown or having messed up titles.
ex.
{{StatusNavbox|Protection|Defense Level Up}}
This can be fixed with the noid or noego fields.
{{StatusNavbox|Protection|Defense Level Up|noego=1}}