Template:GetRecipeRank

From HorizonXI Wiki
Revision as of 11:27, 6 November 2023 by Aramachus (talk | contribs) (Created page with "<onlyinclude><includeonly>{{#switch:{{GetLevelRange|{{{1|}}}}} | 1-10 = Amateur | 11-20 = Recruit | 21-30 = Initiate | 31-40 = Novice | 41-50 = Apprentice | 51-60 = Journeyman | 61-70 = Craftsman | 71-80 = Artisan | 81-90 = Adept | 91-100 = Veteran | 101-110 = Veteran+ | #default = Unknown }}</includeonly></onlyinclude> ==Usage== When given an integer (level of crafting recipe), will return the appropriate crafting rank. ===Examples=== <pre>{{GetRecipeRank|54}}</pre>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Usage

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

Examples

{{GetRecipeRank|54}}

Journeyman

{{GetRecipeRank|3}}

Amateur

{{GetRecipeRank|88}}

Adept

{{GetRecipeRank|99}}

Veteran

Special Cases

Recipes in the range 101-110 are labelled Veteran+

{{GetRecipeRank|103}}

Veteran+


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

{{GetRecipeRank|121}}

Unknown

{{GetRecipeRank|}}

Unknown

{{GetRecipeRank|foo}}

Unknown