Difference between revisions of "Template:Color/doc"

From RimWorld Wiki
Jump to navigation Jump to search
(from sandbox)
 
m
Line 111: Line 111:
 
{{Color|rgb=#ffeeaa}}
 
{{Color|rgb=#ffeeaa}}
  
<noinclude>[[Category: Template documentation]]</noinclude>
+
<noinclude>[[Category:Template documentation]]</noinclude>
 +
<includeonly>[[Category:Templates]]</includeonly>

Revision as of 19:08, 8 August 2024

Rock

Bioferrite b.png

A cool rock I found.

Base Stats

Stuff Category
Rock
Stuff Color
Tech Level
Rock
Weapon Class
Rock

Simple tests

160,178,181

160, 178, 181

(160,178,181)

(160, 178, 181)

( 160, 178, 181 )

255, 255, 255: #FFFFFF; White

(255, 255, 255)

255, 0, 0: #FF0000; Red

(255, 0, 0)

0, 255, 0: #00FF00; Green

(0, 255, 0)

0, 0, 255: #0000FF; Blue

(0, 0, 255)

255, 255, 0: #FFFF00; Yellow

(255, 255, 0)

0, 255, 255: #00FFFF; Cyan

(0, 255, 255)

255, 0, 255: #FF00FF; Magenta

(255, 0, 255)

0, 0, 0: #000000; Black

(0, 0, 0)

Here is some text. It is in English.

Things made of plasteel will use the color

. This color is blue.

Lorem ipsum dolor sit amet.

Alpha

160,178,181,100

160, 178, 181, 100

(160,178,181,100)

(160, 178, 181, 100)

( 160, 178, 181 )

Alternate usage

160|178|181

160|178|181|100

Extra parameters

text=false

(160, 178, 181)

border=false

size=50px

Invalid input

Not within 0-255 rgb range:

{{Color|text=false|256,256,256}}
(256,256,256, 255, 255)
{{Color|rgb=700,700,700}}

Color name: red

{{Color|red}}

Hexidecimal color code: #ffeeaa

{{Color|rgb=#ffeeaa}}