Difference between revisions of "Template:AugmentType"
From DDO Compendium
MNDeveloper (talk | contribs) (Created page with "{{#switch: {{lc:{{{1|}}}}} |c=|colorless=Colorless |y=|yellow={{ColorText|Custom|Yellow|#F5DD05}} |r=|red={{ColorText|Custom|Red|#D11111}} |b=|blue={{ColorText|Custom|Blue|#0076DE}} |g=|green={{ColorText|Custom|Green|#00B825}} |p=|purple={{ColorText|Augment Purple|Purple}} |o=|orange={{ColorText|Augment Orange|Orange}} |scale armor=|sa={{ColorText||Isle of Dread: Scale}} ({{ColorText|Lime Green|Armor}}) |scale weapon=|sw={{ColorText||Isle of Dread: Scale}} ({{ColorText|G...") |
MNDeveloper (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#switch: {{lc:{{{1|}}}}} | <noinclude>{{TemplateDocumentation | ||
|name = AugmentType | |||
|description = This template is used to format the colored name of the augment | |||
|category=Shared Templates | |||
|usesnamedparameters= | |||
|example1 = <nowiki>{{AugmentType|Orange}}</nowiki> | |||
|example1output = {{AugmentType|Orange}} | |||
|example2 = <nowiki>{{AugmentType|SW}}</nowiki> | |||
|example2output = {{AugmentType|SW}} | |||
|parameter1description = This is the augment color. | |||
|parameter1values= | |||
* Colorless or C | |||
* Yellow or Y | |||
* Red or R | |||
* Blue or B | |||
* Green or G | |||
* Purple or P | |||
* Orange or O | |||
* Scale Armor or SA | |||
* Scale Weapon or SW | |||
* Scale Accessory or SE | |||
* Fang Armor or FA | |||
* Fang Weapon or FW | |||
* Fang Accessory or FE | |||
* Claw Armor or CA | |||
* Claw Weapon or CW | |||
* Claw Accessory or CE | |||
* Horn Armor or HA | |||
* Horn Weapon or HW | |||
* Horn Accessory or HE | |||
* IOD Set Bonus or IODSet | |||
}} | |||
</noinclude><onlyinclude>{{#switch: {{lc:{{{1|}}}}} | |||
|c=|colorless=Colorless | |c=|colorless=Colorless | ||
|y=|yellow={{ColorText|Custom|Yellow|#F5DD05}} | |y=|yellow={{ColorText|Custom|Yellow|#F5DD05}} | ||
Line 20: | Line 52: | ||
|horn accessory=|he={{ColorText||Isle of Dread: Horn}} ({{ColorText|Light Green|Accessory}}) | |horn accessory=|he={{ColorText||Isle of Dread: Horn}} ({{ColorText|Light Green|Accessory}}) | ||
|iod set bonus=|iodset={{ColorText||Isle of Dread: Set Bonus}} | |iod set bonus=|iodset={{ColorText||Isle of Dread: Set Bonus}} | ||
}} | }}</onlyinclude> |