Template:LevelImage/doc
From Reus
Description
This template simply translates a level index value to the image extension name used throughout the files (e.g. STRAWBERRY_SMALL for a level 1 strawberry).
Parameters
{{LevelImage
| <!-- the selected level, ranging from 1-3, can be omitted to create the level 1 name -->
}}
Examples
| Example Description | Code to use | Output |
|---|---|---|
| Level 1 | {{LevelImage|1}}
|
_SMALL |
| Level 2 | {{LevelImage|2}}
|
_MEDIUM |
| Level 3 | {{LevelImage|3}}
|
_LARGE |
| Level attribute omited | {{LevelImage}}
|
_SMALL |