Template:Ailment Cure

Jump to navigation Jump to search

Purpose

Ailment Cause, Ailment Cure, and Ailment Prevent are a set of table templates used to list various causes, cures, and prevention of Status Ailments. {| class="wikitable" must be placed at the top of the table, and the table must be closed by appending |} on the following line.

Usage

The table templates are meant to be stacked together, in the order of Ailment Cause, Ailment Cure, and Ailment Prevent. If a table is not applicable to an incarnation of an ailment (such as having no cures or means of prevention), it does not need to be included in the stack.

Multiple skills, items, or equipment should each be separated by a comma. For fields that are not applicable, omit the parameter from the template. This will add an em dash in its place.

Ailment Cause

Parameter Description
skill Skills that can cause the ailment.
weapon Weapons that can cause the ailment.

Ailment Cure

Parameter Description
item Items that can cure the ailment.
skill Skills that can cure the ailment.

Ailment Prevent

Parameter Description
skill Skills, usable or passive, that can increase resistance to or prevent the ailment.
equipment Equipment that can increase resistance to or prevent the ailment.

Code

{| class="wikitable"
{{Ailment Cause|skill=|weapon=}}
{{Ailment Cure|item=|skill=}}
{{Ailment Prevent|skill=|equipment=}}
|}