style="{{#if:{{{1|}}}|background-color:{{{1}}};}} text-align:center; font-weight:bold; {{#if:{{{2|}}}|color:{{{2}}}}}"|{{{1|}}}
- 背景色(background-color)を指定すると、その背景色の値が自動的に表示される、配色確認用テンプレート。
- 文字色(font color)の任意指定もできます。
- なお、Wikitable形式にて使用可能になっています。
{| class="wikitable"
!文字色!!1!!2
|-
|未指定||{{Bcfc|#abcdef}}||{{Bcfc|#aabbcc}}
|- style="color:Maroon"
|Maroon||{{Bcfc|#abcdef}}||{{Bcfc|#aabbcc}}
|}
文字色 |
1 |
2
|
未指定 |
#abcdef |
#aabbcc
|
Maroon |
#abcdef |
#aabbcc
|
{| style="line-height:1.1"
|{{Bcfc|yellow|green}}||{{Bcfc|yellow|red}}
|-
|{{Bcfc|green|red}}||{{Bcfc|green|yellow}}
|-
|{{Bcfc|red|yellow}}||{{Bcfc|red|green}}
|}
yellow |
yellow
|
green |
green
|
red |
red
|