Difference between revisions of "Template:InfoboxLevelColoriser"

From Istaria Lexica

m
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><b>Level range:</b><p style="font-size:3em; font-weight:bold" class="anti-wiki-link">
+
<includeonly>{{#if: {{{1|}}}|
{{#if: {{{1|}}} |
+
  {{#iferror:{{#expr:{{{1}}}}}|
{{#ifexpr: {{{1}}} > 0 | {{#ifexpr: {{{1}}} <= 20 | [[Tier|<span style="color: lightgreen" title="Equals to Tier I."><span style="font-size:0.5em">&plusmn;</span>{{{1}}}</span>]]}}}}
+
  |[[:Category:Tier {{Dec2rom|{{TierByLevel|{{{1}}}}}}}|<span class="tier{{TierByLevel|{{{1}}}}}" title="Equals to Tier {{Dec2rom|{{TierByLevel|{{{1}}}}}}}."><span style="font-size:0.5em">&plusmn;</span>{{{1}}}</span>]]}}
{{#ifexpr: {{{1}}} > 20 | {{#ifexpr: {{{1}}} <= 40 | [[Tier|<span style="color: green" title="Equals to Tier II."><span style="font-size:0.5em">&plusmn;</span>{{{1}}}</span>]]}}}}
+
}}</includeonly><noinclude>{{Documentation}}[[Category:Infobox Templates]][[Category:Non-standalone Templates]][[Category:Add Data Templates]]</noinclude>
{{#ifexpr: {{{1}}} > 40 | {{#ifexpr: {{{1}}} <= 60 | [[Tier|<span style="color: gold" title="Equals to Tier III."><span style="font-size:0.5em">&plusmn;</span>{{{1}}}</span>]]}}}}
 
{{#ifexpr: {{{1}}} > 60 | {{#ifexpr: {{{1}}} <= 80 | [[Tier|<span style="color: darkorange" title="Equals to Tier IV."><span style="font-size:0.5em">&plusmn;</span>{{{1}}}</span>]]}}}}
 
{{#ifexpr: {{{1}}} > 80 | {{#ifexpr: {{{1}}} <= 100 | [[Tier|<span style="color: red" title="Equals to Tier V."><span style="font-size:0.5em">&plusmn;</span>{{{1}}}</span>]]}}}}
 
{{#ifexpr: {{{1}}} > 100 | [[Tier|<span style="color: purple" title="Equals to Tier VI."><span style="font-size:0.5em">&plusmn;</span>{{{1}}}</span>]]}}
 
| &nbsp;}}</p></includeonly>
 
<noinclude>
 
{{Clr}}
 
{{documentation}}
 
[[Category:Infobox Templates]]</noinclude>
 

Latest revision as of 18:45, 21 October 2022

Template documentation (for the template shown above, sometimes hidden or invisible)

Description[edit]

Used in Infoboxes of NPCs, Creatures or Named Creatures to render a colorful version of their level. Also creates a 'tier hint' and a link to the Tier page for further details.


Syntax[edit]

{{InfoboxLevelColoriser|1}}

Parameters[edit]

1 = the level to be shown

Examples[edit]

{{InfoboxLevelColoriser|12}}
{{InfoboxLevelColoriser|74}}
{{InfoboxLevelColoriser|118}}
Visit Template:InfoboxLevelColoriser/doc to edit this text. (How to: document correctly)