您現在使用的中文變體可能會影響一些詞語繁簡轉換的效果。建議您根據您的偏好切換到下列變體之一:大陆简体香港繁體澳門繁體大马简体新加坡简体臺灣正體。(不再提示 | 了解更多

模板:Entry with color/doc

這是 Template:Entry with color模板文檔
當直接瀏覽時,使用變量可能會失效,請不要寫死頁面名或地址。

This template can be used to add the beginning of a row for a table entry with a color before it. Adds two cells, one with the specified color, one with the provided name. May be used by various types:

Parameters[編輯原始碼]

Parameter Description Required Default
1 Name of the entry required none
2 The color's red value (RGB) required none
3 The color's green value (RGB) required none
4 The color's blue value (RGB) ) required none

Examples[編輯原始碼]

{| class="wikitable sortable"
! colspan=2 | Column
|-
{{title with color|Abyssinia|200|100|50}}
|}

produces:

Column
Abyssinia

Aliases[編輯原始碼]