Template:CCol

From Yogstation-13
Jump to navigation Jump to search

About

Compact CellColor template for coloring table cells. Intended for use in resource-related tables like Guide to Research and Development, where a non-hardcoded way of highlighting different ressources in long tables could help increasing readability.

Parameter-Usage

Parameter Example Description
rmet y Optional, color-switch (Resource Metal). Make sure to set a non-empty value. Do not combine with other switches.
rgla y Optional, color-switch (Resource Glass). Make sure to set a non-empty value. Do not combine with other switches.
rpla y Optional, color-switch (Resource Plasma). Make sure to set a non-empty value. Do not combine with other switches.
rsil y Optional, color-switch (Resource Silver). Make sure to set a non-empty value. Do not combine with other switches.
rgol y Optional, color-switch (Resource Gold). Make sure to set a non-empty value. Do not combine with other switches.
rura y Optional, color-switch (Resource Uranium). Make sure to set a non-empty value. Do not combine with other switches.
rdia y Optional, color-switch (Resource Diamond). Make sure to set a non-empty value. Do not combine with other switches.
rtit y Optional, color-switch (Resource Titanium). Make sure to set a non-empty value. Do not combine with other switches.
rblu y Optional, color-switch (Resource Bluespace). Make sure to set a non-empty value. Do not combine with other switches.
rban y Optional, color-switch (Bananium). Make sure to set a non-empty value. Do not combine with other switches.

Examples

Basic

{| class="wikitable"
![[File:Metal.png]]
![[File:Glass.png]]
![[File:Plasmadone.png]]
![[File:Silverdone.png]]
![[File:Golddone.png]]
![[File:Uraniumdone.png]]
![[File:Diamonddone.png]]
![[File:Titaniumdone.png]]
![[File:Bluespace_Crystal.png]]
![[File:Bananimumdone.png]]
|-
|{{CCol|rmet=y}}|a1
|{{CCol|rgla=y}}|b2
|{{CCol|rpla=y}}|c3
|{{CCol|rsil=y}}|d4
|{{CCol|rgol=y}}|e5
|{{CCol|rura=y}}|f6
|{{CCol|rdia=y}}|g7
|{{CCol|rtit=y}}|h8
|{{CCol|rblu=y}}|j9
|{{CCol|rban=y}}|k10
|}
Metal.png Glass.png Plasmadone.png Silverdone.png Golddone.png Uraniumdone.png Diamonddone.png Titaniumdone.png Bluespace Crystal.png Bananimumdone.png
a1 b2 c3 d4 e5 f6 g7 h8 j9 k10

Wrong usage: Missing / double color-selection

{| class="wikitable" 
!{{CCol}}|a1
!{{CCol|rdia=y|rmet=y}}|a2
|-
|{{CCol|rgla=y|rpla=y}}|b1
|{{CCol}}|b2
|}
a1 a2
b1 b2