Difference between revisions of "Template:PersonalCollectionIcon"
Jump to navigation
Jump to search
>FlareKyn m (This isn't actually doing anything) |
>Wong8888 (add spiral unlocked for Adventurer) |
||
| Line 5: | Line 5: | ||
-->{{#switch: {{{1|}}} | -->{{#switch: {{{1|}}} | ||
|Adventurer= | |Adventurer= | ||
| + | {{#vardefine:SpiralUnlocked|{{{SpiralUnlocked|0}}}}} | ||
{{#vardefine:bgIcon|{{#cargo_query:tables=Adventurers | {{#vardefine:bgIcon|{{#cargo_query:tables=Adventurers | ||
|where=FullName="{{#titleparts:{{{2}}}}}" | |where=FullName="{{#titleparts:{{{2}}}}}" | ||
| Line 18: | Line 19: | ||
{{#vardefine:nodeColor|{{#switch: {{{Nodes|}}} | {{#vardefine:nodeColor|{{#switch: {{{Nodes|}}} | ||
| {{#var:HardMaxNodes}} = {{#var:cyan}} | | {{#var:HardMaxNodes}} = {{#var:cyan}} | ||
| − | | {{#var:SoftMaxNodes}} = {{#var:gold}} | + | | {{#var:SoftMaxNodes}} = {{#ifexpr:{{#var:SpiralUnlocked}} = 1|{{#var:gold}}|#fff}} |
| #fff | | #fff | ||
}}}} | }}}} | ||
| Line 73: | Line 74: | ||
-->{{#vardefine:levelColor|{{#switch: {{{Level|}}} | -->{{#vardefine:levelColor|{{#switch: {{{Level|}}} | ||
|{{#var:HardMaxLevel}} = {{#var:cyan}} | |{{#var:HardMaxLevel}} = {{#var:cyan}} | ||
| − | |{{#var:SoftMaxLevel}} = {{#var:gold}} | + | |{{#var:SoftMaxLevel}} = {{#ifexpr:{{#var:SpiralUnlocked}} = 1|{{#var:gold}}|#fff}} |
|#fff | |#fff | ||
}}}}<!-- | }}}}<!-- | ||
Revision as of 06:48, 11 April 2020
Details
A template to create icons for personal collections. Still a work in progress, but it's usable as it is.
Text will be colored like how it is in game.
Level and Nodes: Blue if hard capped, orange if soft capped, white otherwise.
Augments: Blue if capped, orange otherwise.
Examples
{{PersonalCollectionIcon|Adventurer|Elisanne}}
[[File:
0
Error: Table Adventurers not found.
.png|link=Elisanne]]Lv. 0
{{PersonalCollectionIcon|Adventurer|Laxi|Rarity=5|Level=80|Nodes=50|Augments=3}}
[[File:
50
Error: Table Adventurers not found.
.png|link=Laxi]]Lv. 80
+3
{{PersonalCollectionIcon|Adventurer|Cleo|Rarity=5|Level=80|Nodes=50|Augments=18|Size=Normal}}
[[File:
50
Error: Table Adventurers not found.
.png|link=Cleo]]Lv. 80
+18
{{PersonalCollectionIcon|Adventurer|Su Fang|Rarity=5|Level=80|Nodes=50|Spiral|Size=Big}}
[[File:
50
Error: Table Adventurers not found.
.png|link=Su Fang]]Lv. 80
{{PersonalCollectionIcon|Adventurer|The Prince|Rarity=5|Level=95|Nodes=64|Spiral|Augments=200|Size=Giant}}
[[File:
64
Error: Table Adventurers not found.
.png|link=The Prince]]Lv. 95
+200
{{PersonalCollectionIcon|Weapon|Absolute Crimson|Level=95|Unbind=3|Augments=52|Size=Large}}
{{PersonalCollectionIcon|Wyrmprint|Valiant Crown|Level=9|Unbind=1|Augments=1|Size=Medium}}
{{PersonalCollectionIcon|Wyrmprint|Valiant Crown|Level=100|Unbind=4|Augments=122}}
{{PersonalCollectionIcon|Dragon|Cerberus|Level=100|Unbind=4|Augments=200}}