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

Fragment of a discussion from User talk:Kapra

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.

Pyro13:41, 8 April 2011

{{#ifeq: {{{Trigger|Variable A}}}|Variable B|Outcome}}

Should actually be

{{#ifeq: {{{Trigger|Default value if Trigger variable does not exist}}}|Text to match|If match|If does not match}}

κєνıи тαıĸ«)15:21, 8 April 2011