Template:Entry with color/doc

< Template:Entry with color
自由之民讨论 | 贡献2022年3月18日 (五) 14:35的版本 (文本替换 - 替换“{{template doc page viewed directly}}</noinclude>”为“{{template doc page viewed directly}}</noinclude>[[en:{{FULLPAGENAME}}]]”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
这是 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[编辑源代码]