Template:GetRecipeRank

From HorizonXI Wiki
Revision as of 19:32, 7 September 2024 by Aramachus (talk | contribs) (extended veteran+ category up to 140 to account for high end fish)


Usage

When given an integer (level of crafting recipe), will return the appropriate crafting rank.

  • Recipes of level 0 (e.g. for event items) are treated extra and return the word "Special".

Examples

{{GetRecipeRank|54}}

Journeyman

{{GetRecipeRank|3}}

Amateur

{{GetRecipeRank|88}}

Adept

{{GetRecipeRank|99}}

Veteran

Special Cases

Recipes in the range 101-140 are labelled Veteran+ (crafts do not have recipe levels above 110 except for fishing, which has fish level as high as 134)

{{GetRecipeRank|103}}

Veteran+

{{GetRecipeRank|133}}

Veteran+

Empty inputs, inputs above 140 or inputs which are not integers will produce Unknown

{{GetRecipeRank|141}}

Unknown

{{GetRecipeRank|}}

Unknown

{{GetRecipeRank|foo}}

Unknown