Template:Type Color/doc: Difference between revisions

From Descent-Community Wiki 1.2
Jump to navigation Jump to search
(Created page with ";Description :This template is used to return a color code based on the requested type. ;Syntax :<nowiki>{{Type Color|type=<type>}}</nowiki> ;Examples {| class="wikitable" !In...")
 
(Document new background colors for the herosheet template)
 
Line 13: Line 13:
|Healer_border
|Healer_border
|style="background-color:{{Type Color|type=Healer_border}}" |{{Type Color|type=Healer_border}}
|style="background-color:{{Type Color|type=Healer_border}}" |{{Type Color|type=Healer_border}}
|-
|Healer_herosheet
|style="background-color:{{Type Color|type=Healer_herosheet}}" |{{Type Color|type=Healer_herosheet}}
|-
|-
|Mage_background
|Mage_background
Line 19: Line 22:
|Mage_border
|Mage_border
|style="background-color:{{Type Color|type=Mage_border}}" |{{Type Color|type=Mage_border}}
|style="background-color:{{Type Color|type=Mage_border}}" |{{Type Color|type=Mage_border}}
|-
|Mage_herosheet
|style="background-color:{{Type Color|type=Mage_herosheet}}" |{{Type Color|type=Mage_herosheet}}
|-
|-
|Warrior_background
|Warrior_background
Line 25: Line 31:
|Warrior_border
|Warrior_border
|style="background-color:{{Type Color|type=Warrior_border}}" |{{Type Color|type=Warrior_border}}
|style="background-color:{{Type Color|type=Warrior_border}}" |{{Type Color|type=Warrior_border}}
|-
|Warrior_herosheet
|style="background-color:{{Type Color|type=Warrior_herosheet}}" |{{Type Color|type=Warrior_herosheet}}
|-
|-
|Scout_background
|Scout_background
Line 31: Line 40:
|Scout_border
|Scout_border
|style="background-color:{{Type Color|type=Scout_border}}" |{{Type Color|type=Scout_border}}
|style="background-color:{{Type Color|type=Scout_border}}" |{{Type Color|type=Scout_border}}
|-
|Scout_herosheet
|style="background-color:{{Type Color|type=Scout_herosheet}}" |{{Type Color|type=Scout_herosheet}}
|-
|-
|Overlord_background
|Overlord_background

Latest revision as of 23:52, 26 July 2017

Description
This template is used to return a color code based on the requested type.
Syntax
{{Type Color|type=<type>}}
Examples
Input Returns
Healer_background rgb(204,221,255)
Healer_border rgb(0,85,255)
Healer_herosheet rgb(155,188,255)
Mage_background rgb(250,230,200)
Mage_border rgb(255,225,0)
Mage_herosheet rgb(210,170,60)
Warrior_background rgb(230,180,180)
Warrior_border rgb(255,0,0)
Warrior_herosheet rgb(230,140,140)
Scout_background rgb(190,210,190)
Scout_border rgb(0,180,0)
Scout_herosheet rgb(100,170,100)
Overlord_background rgb(200,160,160)
Overlord_border rgb(128,25,25)
_background rgb(239,239,244)
_border rgb(179,183,191)
Default (empty) rgb(179,183,191)