Template:AspectLevelName/doc
From Reus
Description
This template simply translates the level number of an aspect into its name. It allows the usage of a language code to translate into the correct language.
Parameter List
This template has two unnamed parameters.
{{AspectLevelName
| <!-- level value ranging from 1 to 4 -->
| <!-- language code for translation, en is the default -->
}}
Examples
| Example Description | Code to use | Output |
|---|---|---|
| Level 1 Aspect | {{AspectLevelName|1}}
|
Lesser |
| Level 2 Aspect | {{AspectLevelName|2}}
|
Potent |
| Level 3 Aspect | {{AspectLevelName|3}}
|
Greater |
| Level 4 Aspect | {{AspectLevelName|4}}
|
Sublime |
| Invalid value will default to level 1 | {{AspectLevelName|wrong value}}
|
Lesser |
| Level 2 Aspect in German | {{AspectLevelName|2|de}}
|
Mittlerer |