Template:Table cell templates/doc: Difference between revisions

From CivWiki
Jump to navigation Jump to search
Content added Content deleted
m (Repairing link to disambig page Text -> Plain text using popups - You can help!)
(cat fails to appear on transcluding template : move noinclude tag below)
Line 108: Line 108:
{{Reflist}}
{{Reflist}}


<noinclude>
<!-- ADD CATEGORIES BELOW THIS LINE -->
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Table cell templates]]
[[Category:Table cell templates]]
<noinclude>

<!-- ADD INTERWIKIS BELOW THIS LINE -->
<!-- ADD INTERWIKIS BELOW THIS LINE -->
[[es:Plantilla:Celda de tabla de plantillas]]
[[es:Plantilla:Celda de tabla de plantillas]]

Revision as of 06:37, 4 April 2010

The templates in this series are designed to be used in a table to make a cell with text in that cell, with an appropriately coloured background. They are commonly used in comparison tables.

For example, {{yes}} makes a cell with a green background. The text in the cell is taken from the first parameter; {{yes|Sure}} would output "Sure" otherwise it defaults to "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.

Templates in this series

Table cell templates
Class[1] Template Preview Preview, alternative
table-rh {{rh}} | Row header Row header
{{rh2}}[2] | Row header Row header
table-yes {{yes}}, {{yes|Alternative [[Plain text|text]]}} Yes Alternative text
table-no {{no}}, {{no|Alternative [[Plain text|text]]}} No Alternative text
{{BLACK}} N/A
{{coming soon}} Coming soon
table-siteactive {{siteactive}} Template:Siteactive
table-siteinactive {{siteinactive}} Template:Siteinactive
table-yes2 {{yes2}}[3] Text Text
{{won}}, {{won|5}} Won 5
{{good}}, {{good|A}} Good A
table-no2 {{no2}}[3] Text Text
{{nom}}, {{nom|5}} Nominated 5
{{bad}}, {{bad|F}} Template:Bad Template:Bad
{{sho}} Shortlisted
table-partial {{partial}} Partial
{{yes-No}} Yes/No
{{okay}}, {{okay|C}} Neutral C
{{some}} Some
table-any {{any}} Any
table-na {{n/a}}
table-unknown {{dunno}} ?
{{unk}} Template:Unk
table-depends {{depends}}, {{depends|Alternative [[Plain text|text]]}} Depends Alternative text
table-included {{included}} Included
table-dropped {{dropped}} Dropped
{{terminated}} Terminated
table-beta {{beta}} Beta
{{table-experimental}} Experimental
table-free {{free}}, {{free|Alternative [[Plain text|text]]}} Free Alternative text
table-nonfree {{nonfree}}, {{nonfree|Alternative [[Plain text|text]]}} Non-free Alternative text
table-proprietary {{proprietary}}, {{proprietary|Alternative [[Plain text|text]]}} Proprietary Alternate text
table-needs {{needs}}, {{needs|Alternative [[Plain text|text]]}} Needs Alternative text
no class {{incorrect}}, {{incorrect|Alternative [[Plain text|text]]}} Incorrect Alternative text
no class {{no result}}, {{no result|N.R.}} No result N.R.
no class {{pending}} Pending
table-nightly {{nightly}}, {{nightly|Alternative [[Plain text|text]]}} Nightly build Alternative text
no class {{?}}[4] Template:?

Code

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|text-transform: capitalize;}}}" class="automatic table-automatic"| {{{1|text}}}

Code specific to this template: style="background: {{/bgcolor}}; color: black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|text-transform: capitalize;}}}" 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}}}.

See also

Notes

  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

es:Plantilla:Celda de tabla de plantillas ca:Plantilla:Plantilles per les cel·les de les taules eo:Ŝablono:Jes ne hsb:Předłoha:Haj ně ja:Template:Table cell templates ko:틀:표 셀 틀 zh:Template:Table cell templates