Template:Color
From Heroes of Might and Magic: Olden Era Official Wiki
Wraps a text with a conditional colorized span.
1. With color:
Input: {{Color|orange|Hello}}
Output: Hello
2. With background color:
Input: {{Color|red|Hello|#fff}}
Output: Hello
3. Without color, the text is simple:
Input: {{Color||Hello}}
Output: Hello
4. Without text, absolutely nothing is rendered:
Input: {{Color|#f00}}
Output:


