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!
{{ifempty|{{{AP|-}}}|-}}
From Template talk:Skills
{{ifempty|{{{AP|-}}}|-}}Why even have the ifempty tag? Why not condense it to just {{{AP|-}}}?
Because if you leave AP blank, but still have the parameter, it will show a blank rather than a dash. It's the same as {{#if:{{{AP|}}}|{{{AP}}}|-}}.
I should probably also mention that ifempty allows you to input up to 9 arguments before using the escape value.
So if I wanted to check for both AP and ap (caps and lower), I could use
{{ifempty|{{{AP|}}}|{{{ap|}}}|-}}