模板:Font color
連結需要可以被分辨. 請不要會讓讀者困惑的方式實現連結,參考 對比, 可訪問性 和 導航顏色. |
此模板被引用於約10,000個頁面。 為了避免造成大規模的影響,所有對此模板的編輯應先於沙盒、測試樣例或您的沙盒上測試。 測試後無誤的版本可以一次性地加入此模板中,但是修改前請務必於討論頁發起討論。 模板引用數量會自動更新。 |
用途
{{Font color}} 你可以這樣插入有顏色的文字 紅 橙 綠 藍 靛, 以及 其他。 你也可以通過 background指定背景色。
{{Font color}} 也可以給維基連結上色。
通常 [[ wikilink ]] → wikilink,
不過我們用 {{ font color }} 和 |link =
來創建一個黑紫色的。 →
wikilink
你可以通過 |link=
參數創建到達任何頁面的連結。
這個模板使用最新的 HTML5 語法,Template:Clarify timeframe/sandbox
為你加入 span 標籤:
<span style=color:color>...</span>
和
<span style=background-color:color>...</span>
,以增強頁面可讀性。
用法
{{Font color}} 有單色和雙色版:
- {{font color | 文字顏色 | 文字 }}
- {{font color | 文字顏色 | 背景顏色 | 文字 }}.
兩種格式都有一個 |link= 選項,用於給維基連結添加顏色。
- |link=yes →
[[文字]]
- |link=fullpagename →
[[页面地址]]
你也可以使用其他參數
- {{font color | fg=color | text=text }}
- {{font color | fg=文字顏色 | bg=背景顏色 | text=文字 }}
你也可以 |fg= 或者 |bg=,但如果你這麼用了, 就必須使用 |text=。 (參見 Help:Template#Parameters。)
空格不是問題
.
{{font color|tan|green|text with four words}}.
→.
text with four words.
.
{{font color|tan|green|text with four words}}.
→.
text with four words.
.
{{ font color | tan | green | text with four words }}.
→.
text with four words.
參數
Use / description | Default value | |
{{{1}}} | 文本顏色 | inherited |
{{{2}}} | 文本 | |
link | =yes or =fullpagename |
- Or
Use / description | Default value | |
{{{1}}} | 文本顏色 | inherited |
{{{2}}} | 背景顏色 | inherited |
{{{3}}} | 文字 | |
link | =yes or =頁面全名 |
樣例
Markup | Renders as |
---|---|
{{ font color | green | green text }}
|
green text |
{{ font color | blue | do not style text as a link }}
|
do not style text as a link |
{{ font color || yellow | default text in yellow background }}
|
default text in yellow background |
{{ font color | bg=yellow | text = default text in yellow background }}
|
default text in yellow background |
{{ font color | white | black | white with black background }}
|
white with black background |
{{ font color | #ffffff | #000000 | white with black background }} ([[hexadecimal colors]])
|
white with black background (hexadecimal colors) |
Markup | Renders as |
---|---|
{{ font color | white | blue | Wikipedia:Example | link = yes }}
|
Wikipedia:Example |
{{ font color | white | blue | Wikipedia:Example | link = Wikipedia:Sandbox }}
|
Wikipedia:Example |
{{ font color | text = Wikipedia:Example | link = Wikipedia:Sandbox | bg
= blue | fg = white }}
|
Wikipedia:Example |
The |link=
parameter is a good way to colorize wikilinks,
and it is about as much typing as the pipe trick.
Although a wikilink accepts a font color (or other template or markup):
[[Wikipedia:Example|{{font color|white|blue|the Wikipedia:Example page}}]]
- → the Wikipedia:Example page (a font-colored link),
a font color does not accept a wikilink, it creates wikilinks itself with |link=
.
- {{ font color | green | violet | Wikipedia:Example | link=yes }} → Wikipedia:Example (a
|link=
{{ font color }}) - {{ font color | green | violet | the [[Wikipedia:Example]] page}} → the Wikipedia:Example page (Text with [[wikilink brackets]] overrides the designated color)
- {{ font color | green | violet | [[Wikipedia:Exammple]] }} → the Wikipedia:Exammple page (Text with [[wikilink brackets]] overrides the designated color)
For more examples see /testcases. For actual mainspace template usage, here are search links for
- all usage.
- Template:Template usage.
- hastemplate: "font color" prefix:F showing its use in articles whose title begins with the letter "F".
參見
- MOS:顏色
- 網頁顏色
- Help:連結顏色
- {{color}}
- {{background color}}
- {{color contrast ratio}}
- {{Highlight}}
- {{font}}
- {{tq}}
- {{xt}}