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:SkillRankIndex/doc

From Mabinogi World Wiki

Converts skill rank levels into a numerical value for ordered-sorting.

Usage example 1:

{{SkillRankIndex|N}} (Equals 0)
{{SkillRankIndex|A}} (Equals 6)
{{SkillRankIndex|9}} (Equals 7)
{{SkillRankIndex|D2}} (Equals 17)

Usage example 2 (embedded into a table):

| Ancient Horned Ring || data-sort-value="{{SkillRankIndex|D1}}" | D1 
|-
| Intact Shyllien || data-sort-value="{{SkillRankIndex|A}}" | A 

"D1" is displayed, but the value used for sorting is numerical 16.
"A" is displayed, but the value used for sorting is numerical 6.

Parameter # Usage Important?
1 The crafting skill rank; in alpha-numeric format.
Legal values are:
Letter(s) Description
N Novice (the lowest skill rank)
The word "Novice" is not accepted.
F to A The next 6 ranks after Novice.
F is lowest in this section.
A is highest.
Do NOT write "rF" or "rA".
9 to 1 The next 9 ranks after A.
9 is lowest in this section.
1 is highest.
Do NOT write "r9" or "r1".
D1 to D3 The next 3 ranks after 1.
D1 is lowest in this section.
D3 is highest.
Yes