Shko te përmbajtja

Stampa:Table cell templates/doc

Nga Wikipedia, enciklopedia e lirë

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 colored 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.

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:

PoJoNo
Po/Jo
...
!{{Yes}} ||{{No}} ||rowspan=2 {{n/a}}
|-
|colspan=2 {{Yes-No}}
...

Templates in this series

[Redakto nëpërmjet kodit]
Table cell templates
Class[1]TemplatePreviewPreview, alternative
table-rh{{rh}} | Row headerRow header
{{rh2}}[2] | Row headerRow header
table-yes{{yes}}, {{yes|Alternative [[Plain text|text]]}}PoAlternative text
table-no{{no}}, {{no|Alternative [[Plain text|text]]}}JoAlternative text
{{coming soon}}Së shpejti
table-siteactive{{Site active}}Aktive
table-siteinactive{{Site inactive}}Jo aktive
table-yes2{{yes2}}[3] TextText
{{won}}, {{won|5}}Fitues/e5
{{won|place=1}} or =Gold1
{{won|place=2}} or =Silver2
{{won|place=3}} or =Bronze3
{{won|text=white|color=blue}} or =#1122CCFitues/e
{{good}}, {{good|A}}MirëA
table-no2{{no2}}[3] TextText
{{nom}}, {{nom|5}}Kandidat/e5
{{bad}}, {{bad|F}}JoF
{{sho}}Përzgjedhje e ngushtë
table-partial{{partial}}Pjesërisht
{{yes-No}}Po/Jo
{{okay}}, {{okay|C}}NeutralC
{{some}}Disa
table-any{{any}}Secili/a
table-na{{n/a}}No
{{BLACK}}N/A
table-unknown{{dunno}}?
{{Unknown}}Nuk dihet
table-depends{{Depends}}, {{Depends|Alternative [[Plain text|text]]}}VaretAlternative text
table-included{{Included}}Përfshirë
table-dropped{{dropped}}Anashkaluar
{{terminated}}Terminuar
table-beta{{beta}}Beta
{{table-experimental}}, {{table-experimental|Alternative [[Plain text|text]]}}ExperimentalAlternative text
table-free{{free}}, {{free|Alternative [[Plain text|text]]}}I/e lirëAlternative text
table-nonfree{{nonfree}}, {{nonfree|Alternative [[Plain text|text]]}}Jo i/e lirëAlternative text
table-proprietary{{proprietary}}, {{proprietary|Alternative [[Plain text|text]]}}ProprietaryAlternate text
table-needs{{needs}}, {{needs|Alternative [[Plain text|text]]}}NeedsAlternative text
no class{{incorrect}}, {{incorrect|Alternative [[Plain text|text]]}}PasaktëAlternative text
no class{{no result}}, {{no result|N.R.}}No resultN.R.
no class{{pending}}Në pritje
table-nightly{{nightly}}, {{nightly|Alternative [[Plain text|text]]}}Nightly buildAlternative text
table-release-candidate{{release-candidate}}, {{release-candidate|Alternative [[Plain text|text]]}}Release candidateAlternative text
no class{{?}}[4]
no class{{unofficial}}Unofficial
no class{{usually}}Usually
no class{{rarely}}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|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}}}.

  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. 1 2 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