Template:Color
From Dwarf Fortress Wiki
RGB(0,0,0)
Takes 2 parameters and returns the corresponding DF color.
Usage:
* {{color|0|0}}
* {{color|1|0}}
* {{color|2|0}}
* {{color|3|0}}
* {{color|4|0}}
* {{color|5|0}}
* {{color|6|0}}
* {{color|7|0}}
* {{color|0|1}}
* {{color|1|1}}
* {{color|2|1}}
* {{color|3|1}}
* {{color|4|1}}
* {{color|5|1}}
* {{color|6|1}}
* {{color|7|1}}
- RGB(0,0,0)
- RGB(0,0,128)
- RGB(0,128,0)
- RGB(0,128,128)
- RGB(128,0,0)
- RGB(128,0,128)
- RGB(128,128,0)
- RGB(192,192,192)
- RGB(128,128,128)
- RGB(0,0,255)
- RGB(0,255,0)
- RGB(0,255,255)
- RGB(255,0,0)
- RGB(255,0,255)
- RGB(255,255,0)
- RGB(255,255,255)
Also can be used for coloring and item displays.
{{CreatureInfo|symbol=♣|color={{color|1|0}}}}
gives
|
♣ | |
| Biome | |
|---|---|
|
? | |
| Butchering returns | |
| Bones | ? |
| Chunks | ? |
| Meat | ? |
| Fat | ? |
| Skulls | ? |
| Skin | ? |
