模板:Table cell templates/doc
此頁面是Template:Table cell templates的模板文件。 此頁面可能包含了模板的使用說明、分類和其他內容。 |
本系列的模板是專門為在條目內容中使用表格而設計,使儲存格內可加入文字,並配以合適的顏色背景。這些模板通常在比較表格中使用。
例如:{{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
[編輯]編碼內容
[編輯]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}}}
.
參看
[編輯]- {{multiplayer}}
- {{GPL-lic}}
- {{chg}}: calculate and display changes between two values
注意事項
[編輯]- ↑ The HTML class of table cell templates may be referenced in a user stylesheet to change appearance.
- ↑ Does not take a parameter; the content should be placed after the template call, separated by a pipe (|) character.
- ↑ 3.0 3.1 Does not take a parameter; the content should be placed after the template call.
- ↑ Does not take a parameter; not really a table cell template at all, but here for completeness