模板:Table cell templates

維基語錄,自由的名人名言錄
{{{1|{{{text}}}}}}
文件圖示 模板文件[檢視] [編輯] [歷史] [清除快取]

本系列的模板是專門為在條目內容中使用表格而設計,使儲存格內可加入文字,並配以合適的顏色背景。這些模板通常在比較表格中使用。

例如:{{yes}}這個模版可令一個儲存格變成綠色背景,並寫上「是」這個字。格中的文字來自第一個參數;如果改成{{yes|當然}}的話,儲存格內原來預設的「是」就會變成「當然」。Most templates allow authors to override the default text in this way, some require text put after the template call and some also need a vertical bar in between: {{table cell template}} text or {{table cell template}} | text. This information, the colors and default texts are found in the table below.

If you want to use other attributes for the table cells, e.g. colspan or rowspan, they need to be put before the template call and there must be no vertical bar | in between them:

Template:Yes Template:No rowspan=2 Template:N/a
colspan=2 Template:Yes-No
...
!{{Yes}} ||{{No}} ||rowspan=2 {{n/a}}
|-
|colspan=2 {{Yes-No}}
...

Templates in this series[編輯]

Table cell templates
Class[1] Template Preview Preview, alternative
table-rh {{rh}} | Row header Template:Rh | Row header
{{rh2}}[2] | Row header Template:Rh2 | Row header
table-yes {{yes}}, Template:Tlp Template:Yes Template:Yes
table-no {{no}}, Template:Tlp Template:No Template:No
{{coming soon}} Template:Coming soon
{{bad}}, Template:Tlp Template:Bad Template:Bad
table-siteactive {{Site active}} Template:Site active
table-siteinactive {{Site inactive}} Template:Site inactive
table-yes2 {{yes2}}[3] Text Template:Yes2Text
{{won}}, Template:Tlp 獲獎 5
{{won|place=1}} or =Gold 1
{{won|place=2}} or =Silver 2
{{won|place=3}} or =Bronze 3
{{won|text=white|color=blue}} or =#1122CC 獲獎
table-no2 {{no2}}[3] Text Template:No2 Text
{{nom}}, Template:Tlp Template:Nom Template:Nom
{{sho}} Template:Sho
table-partial {{partial}} Template:Partial
{{yes-No}} Template:Yes-No
{{okay}}, Template:Tlp Template:Okay Template:Okay
{{some}} Template:Some
table-any {{any}} Template:Any
table-na {{n/a}} Template:N/a
{{BLACK}} Template:BLACK
table-unknown {{dunno}} Template:Dunno
table-depends {{Depends}}, Template:Tlp Template:Depends Template:Depends
table-included {{Included}} Template:Included
table-dropped {{dropped}} Template:Dropped
{{terminated}} Template:Terminated
table-beta {{beta}} Template:Beta
{{table-experimental}}, Template:Tlp Template:Table-experimental Template:Table-experimental
table-free {{free}}, Template:Tlp Template:Free Template:Free
table-nonfree {{nonfree}}, Template:Tlp Template:Nonfree Template:Nonfree
table-proprietary {{proprietary}}, Template:Tlp Template:Proprietary Template:Proprietary
table-needs {{needs}}, Template:Tlp Template:Needs Template:Needs
no class {{incorrect}}, Template:Tlp Template:Incorrect Template:Incorrect
no class {{no result}}, Template:Tlp Template:No result Template:No result
no class {{pending}} Template:Pending
table-nightly {{nightly}}, Template:Tlp Template:Nightly Template:Nightly
table-release-candidate {{release-candidate}}, Template:Tlp Template:Release-candidate Template:Release-candidate
no class {{?}}[4] Template:?
no class {{unofficial}} Template:Unofficial
no class {{usually}} Template:Usually
no class {{rarely}} Template:Rarely

編碼內容[編輯]

Common code to most if not all the templates in this series:

style="background: #abcdef; color: black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="automatic table-automatic"| {{{1|text}}}

Code specific to this template:

style="background: white; color: black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="Table cell templates table-Table cell templates"| {{{1|{{{text}}}}}}

To make a new table cell template you can use:

{{subst:Table cell templates| text = default text | bg = background color | class = a class name without prefix | align = standard horizontal alignment}}

You should leave out the align parameter and often the class parameter is unnecessary, too.

Add the new template to the table in the common documentation afterwards. Please consider reusing one of the other templates and please choose the color sensibly.

If you find a table cell template that does not take a parameter and you want to be able to change the text in the cell, do not duplicate the template! Instead, edit the template and change the text to a default parameter substitution. For example, if a template's text is Dropped, change that to {{{1|Dropped}}}.

參看[編輯]

注意事項[編輯]

  1. The HTML class of table cell templates may be referenced in a user stylesheet to change appearance.
  2. Does not take a parameter; the content should be placed after the template call, separated by a pipe (|) character.
  3. 3.0 3.1 Does not take a parameter; the content should be placed after the template call.
  4. Does not take a parameter; not really a table cell template at all, but here for completeness