Invalid game input. Check out the documentation at Template:Color
Documentation follows [view] [edit] [history] [refresh] |
---|
Note: the template above may sometimes be partially or fully invisible. |
Visit Template:Color/doc to edit this documentation. (How does this work?) |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TS
TS2
FEH
TMS
FEW
W3H
Description[]
This template is used for generating the color corresponding to your input of the FE game.
- See also: Module:Color
Usage[]
{{Color| *game* }}
With game = 1 → 16 | TS | BS | TMS | FEH | FEW | FEW3H
Example[]
The color of Fire Emblem: The Blazing Blade, which is the 7th game in the series:
{{Color|7}} |
→ #dc1430 |
Actual use[]
Example for the background color of a table:
{|style="background:{{Color|7}}" |''This is an example'' |}
Which gives the following result:
This is an example |