Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Keep this wiki going by contributing to our Patreon!
Template:SkillTableRow
Also, if you wanted to know how it works, here is the basic coding.
{{#ifeq: {{{Trigger|Variable A}}}|Variable B|Outcome}}
First of all, you should set a Trigger. If Variable A and B are the same, then it show up by default. If variable A and B are different, then you have to type:
|Trigger=Variable B
Anything besides Variable B will not cause the Outcome to show up unless its something like:
{{#ifeq: {{{Trigger|Variable A}}}|Variable B|Outcome}}{{#ifeq: {{{Trigger|Variable A}}}|Variable C|Outcome}}
And:
|Trigger=Variable C
That way, the Trigger will not trigger Variable B's outcome, but will trigger Variable C's Outcome.