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

From Mabinogi World Wiki
Skill Rank Index SRI (with hidden key)
N 0 N
F 1 F
E 2 E
D 3 D
C 4 C
B 5 B
A 6 A
9 7 9
8 8 8
7 9 7
6 10 6
5 11 5
4 12 4
3 13 3
2 14 2
1 15 1
D1 16 D1
D2 17 D2
D3 18 D3
[edit]Template Documentation

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