模板: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