「テンプレート:Color box」の版間の差分
提供: Yourpedia
1行目: | 1行目: | ||
− | + | <span style="background-color:{{{1|}}}; color:{{{3|}}}; border:1px solid #000000; text-align:center">{{{2|}}} </span> | |
==使い方== | ==使い方== | ||
<code><nowiki>{{</nowiki>Color box|''背景色''|''文字列''|''文字色''<nowiki>}}</nowiki></code> | <code><nowiki>{{</nowiki>Color box|''背景色''|''文字列''|''文字色''<nowiki>}}</nowiki></code> |
2014年11月29日 (土) 14:16時点における版
使い方
{{Color box|背景色|文字列|文字色}}
見え方 | 書き方 |
---|---|
{{Color box|Green}}
| |
あ | {{Color box||あ}} (色無し)
|
Default color for this text | {{Color box|Yellow|Default color for this text}}
|
White text in a blue box | {{Color box|Blue|White text in a blue box|White}}
|
Using X11 color names | {{Color box|SteelBlue|'''X11の色名称で指定'''|Cornsilk}}
|
Using RGB hex triplets | {{Color box|#012345|''色コードで指定''|#FEDCBA}}
|
関連テンプレート
- {{RouteBox}} - 枠なし
- {{Colorbox}} - 枠が灰色
- {{Color box2}}
- {{Color sample}}