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:Requirements

From Mabinogi World Wiki
[edit]Template Documentation

This template is meant to be used in tandem with the Skill template for the training counts section of a skill page.

For each training requirement, a line must be created. Separate different lines with a semicolon (;).

Parameter Usage Example
add create the first line requirement of the skill rank.
\nadd Create subsequent lines for the other training requirements of that skill rank. Limit of 10. \nadd(X,Y,"Z");
(X,Y, "Z") Insert in order:
  • The total EXP that may be acquired from that skill requirement
  • The total count of that training requirement
  • The skill training description, within quotation marks (").
(50, 1, "Use the skill successfully.")

A full usage example of the template goes as follows. The line breaks do not need to be there at all, but it makes things easier to read for other editors:

{{Requirements
|add(0.5, 50, "Successfully make Thin Thread.");
\nadd(0.2, 100, "Successfully make Finest Fabric.");
\nadd(0.1, 30, "Successfully make Fine Fabric.");
\nadd(0.05, 30, "Successfully make Common Fabric.");
\nadd(0.1, 100, "Successfully make Cheap Silk.");
\nadd(0.3, 300, "Successfully make Cheap Leather Strap.");}}
Method Count Exp Total