Template:DramaLevel
From The Urban Dead Wiki
[edit] Usage
Any user and/or group can add this template to their page. For example, the usual call:
{{DramaLevel}}
will give:
Alternatively, you may set variables to set the styling. For example:
{{DramaLevel|align=center|HeaderColor=SlateGray|HeaderTextColor=white
|ActiveColor=#A3B1BF|ActiveTextColor=white
|InactiveColor=#CEE0F2|InactiveTextColor=black}}
will give:
[edit] Changing Levels
To change the drama level, you must change the currently active section to inactive coding, and change the desired section to active coding as follows:
| Section | Active | Inactive |
| Section Background Color | style="background:{{{ActiveColor|OrangeRed}}}"
| style="background:{{{InctiveColor|RoyalBlue}}}"
|
| Section Text Color | ... color:{{{ActiveTextColor|white}}}"
| ... color:{{{InactiveTextColor|white}}}"
|
