User:Lady Elyssa/Builds/Sandbox9
Usage:
The page / template to receive 2 parameters, one for the specialization and one for the build type.
{{#vardefine:spec|{{lc:{{{1|}}}}}}} {{#vardefine:build|{{lc:{{{2|}}}}}}}
The Specialization also determines the base profession, as shown here:
<!-- Am sure there is a more dynamic way to do this --> {{#vardefine:prof|{{#switch:{{lc:{{{1|}}}}} <!-- Core HoT PoF EoD --> | elementalist | tempest | weaver | catalyst = Elementalist | engineer | scrapper | holosmith | mechanist = Engineer | guardian | dragonhunter | firebrand | willbender = Guardian | mesmer | chronomancer | mirage | virtuoso = Mesmer | necromancer | Reaper | scourge | harbinger = Necromancer | ranger | druid | soulbeast | untamed = Ranger | revenant | herald | renegade | vindicator = Revenant | warrior | berserker | spellbreaker | bladesworn = Warrior }}}}
The page / template would be referenced using something like this:
{{User:Lady_Elyssa/Builds/{{#var:prof}}/Map Completion Builds}} or {{User:Lady_Elyssa/Templates/Template:Builds|{{#var:prof}}|{{#var:build}}}}
Currently it displays like so:
Map Completion Builds[edit]
Dragonhunter[edit]
Power Dragonhunter | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[&DQEqOhAuGzkmDwAASAEAAIoSAAD+AAAAtRIAAAAAAAAAAAAAAAAAAAAAAAA=]
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Variants
|
Willbender[edit]
Power Willbender | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[&DQEqOhAuQSomDwAASAEAAAAAAAD+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=]
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Variants
|
However, on those pages, I would like to reference the Profession / Specialization or a Power / Condi / Support / Heal build or any combination of those.
So in this example, the choice to display either Dragonhunter or Willbender.
Quick Sanity Check:
- Specialization: guardian
- Build Type: power
- Power If 1: Yes
- Condi If 2: no
Testing ifeq
- Test Ifeq 3:
Power Dragonhunter | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[&DQEqOhAuGzkmDwAASAEAAIoSAAD+AAAAtRIAAAAAAAAAAAAAAAAAAAAAAAA=]
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The closest I can get it to is this:
When ideally it should really look like this:
Power Dragonhunter | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[&DQEqOhAuGzkmDwAASAEAAIoSAAD+AAAAtRIAAAAAAAAAAAAAAAAAAAAAAAA=]
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Variants
|
Guardian[edit]
Map Completion Builds[edit]
Dragonhunter[edit]
Power Dragonhunter | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[&DQEqOhAuGzkmDwAASAEAAIoSAAD+AAAAtRIAAAAAAAAAAAAAAAAAAAAAAAA=]
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Variants
|
Willbender[edit]
Power Willbender | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[&DQEqOhAuQSomDwAASAEAAAAAAAD+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=]
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Variants
|
Heading[edit]
Ele[edit]
Indomitable Power Staff Ele | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[&DQYaKxEVJR90AAAAkAAAAPYAAABPAQAAlwAAAAAAAAAAAAAAAAAAAAAAAAA=]
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The Indomitable Elementalist. Relic of the Thief
Variants
|
Elemental Minion Master Power Staff Ele | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[&DQYfHSkXER4XAQAATgEAAL4BAAByAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAA=]
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The Elemental Minion Master manifests their elemental power in to a corporeal form to fight for them. Nuke your foes from a safe distance and resummon your elemental allies as needed.
Variants
Note:
|