Difference between revisions of "Template:Armor"
Line 4: | Line 4: | ||
== Usage == | == Usage == | ||
− | The syntax of this template is <code><nowiki>{{Armor|<number>}}</nowiki></code>. If the value given is <code>0</code> or lower, it will display nothing, and if the value is higher than <code>10</code>, it will display 10 armor icons. | + | The syntax of this template is <code><nowiki>{{Armor|<number>}}</nowiki></code>. If the value given is <code>0</code> or lower, it will display nothing, and if the value is higher than <code>10</code>, it will display 10 armor icons. It can also round to the nearest integer. |
== Examples == | == Examples == | ||
Line 18: | Line 18: | ||
* <code><nowiki>{{Armor|9}}</nowiki></code> → {{Armor|9}} | * <code><nowiki>{{Armor|9}}</nowiki></code> → {{Armor|9}} | ||
* <code><nowiki>{{Armor|10}}</nowiki></code> → {{Armor|10}} | * <code><nowiki>{{Armor|10}}</nowiki></code> → {{Armor|10}} | ||
+ | |||
+ | Rounding examples: | ||
+ | * <code><nowiki>{{Armor|1.25}}</nowiki></code> → {{Armor|1.25}} | ||
+ | * <code><nowiki>{{Armor|1.5}}</nowiki></code> → {{Armor|1.5}} | ||
+ | * <code><nowiki>{{Armor|1.75}}</nowiki></code> → {{Armor|1.75}} | ||
</noinclude> | </noinclude> |
Revision as of 09:51, 5 July 2022
Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".Expression error: Unrecognized punctuation character "{".
About
This template serves to display armor points in a page.
Usage
The syntax of this template is {{Armor|<number>}}
. If the value given is 0
or lower, it will display nothing, and if the value is higher than 10
, it will display 10 armor icons. It can also round to the nearest integer.
Examples
{{Armor|0}}
→{{Armor|1}}
→{{Armor|2}}
→{{Armor|3}}
→{{Armor|4}}
→{{Armor|5}}
→{{Armor|6}}
→{{Armor|7}}
→{{Armor|8}}
→{{Armor|9}}
→{{Armor|10}}
→
Rounding examples: