Skabelon:Ja-Nej

(Omdirigeret fra Skabelon:Yes-No)
Ja/Nej
Documentation icon Skabelondokumentation[vis] [redigér] [historik] [opfrisk]
For the text color template, se Template:Black.

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:

Ja Nej N/A
Ja/Nej
...
!{{Yes}} ||{{No}} ||rowspan=2 {{n/a}}
|-
|colspan=2 {{Yes-No}}
...

Templates redigér

Table cell templates
Class[1] Default syntax Preview (default) Customized syntax Preview (customized)
table-rh {{rh}} | Row header[2] Row header {{rh|align=right}} | Row header Row header
{{rh2}} | Row header[2] Row header {{rh2|align=right}} | Row header Row header
table-yes {{yes}} Ja {{yes|Customized [[Plain text|text]]}} Customized text
{{ya}} Yes {{ya|Customized alt text|link=WP:ALT}} Customized alt text
table-no {{no}} Nej {{no|Customized [[Plain text|text]]}} Customized text
{{na}} No {{na|Customized alt text|link=WP:ALT}} Customized alt text
{{coming soon}} Skabelon:Coming soon
{{bad}} Skabelon:Bad {{bad|F}} Skabelon:Bad
{{eliminated}} Skabelon:Eliminated
table-siteactive {{site active}} Skabelon:Site active
table-siteinactive {{site inactive}} Skabelon:Site inactive
table-yes2 {{good}} Skabelon:Good {{good|A}} Skabelon:Good
{{yes2}} {{yes2|Text}} Text
{{won}} Vundet {{won}} Vundet
{{won}} Vundet {{won}} Vundet
{{won}} Vundet {{won}} Vundet
{{won}} Vundet {{won}} Vundet
table-no2 {{no2}} {{no2|Text}} Text
{{nom}} Nomineret {{nom|5}} 5
{{sho}} Skabelon:Sho
{{TBA}} TBA {{TBA|To be announced}} To be announced
table-partial {{partial}} Skabelon:Partial {{partial|Almost done}} Skabelon:Partial
{{yes-No}} Ja/Nej
{{okay}} Skabelon:Okay {{okay|C}} Skabelon:Okay
{{some}} Skabelon:Some
table-any {{any}} Skabelon:Any
table-na {{n/a}} N/A
{{BLACK}} N/A
table-unknown {{dunno}} Skabelon:Dunno {{dunno|Custom [[Plain text|text]]}} Skabelon:Dunno
{{unknown}} Skabelon:Unknown {{unknown|?}} Skabelon:Unknown
table-depends {{depends}} Skabelon:Depends {{depends|Customized [[Plain text|text]]}} Skabelon:Depends
table-included {{included}} Skabelon:Included
table-dropped {{dropped}} Skabelon:Dropped
{{terminated}} Skabelon:Terminated
table-beta {{beta}} Skabelon:Beta
{{table-experimental}} Skabelon:Table-experimental {{table-experimental|Customized [[Plain text|text]]}} Skabelon:Table-experimental
table-maybe {{maybe}} Skabelon:Maybe {{maybe|Customized [[Plain text|text]]}} Skabelon:Maybe
table-free {{free}} Skabelon:Free {{free|Customized [[Plain text|text]]}} Skabelon:Free
table-proprietary {{proprietary}} Skabelon:Proprietary {{proprietary|Customized [[Plain text|text]]}} Skabelon:Proprietary
table-nonfree {{nonfree}} Skabelon:Nonfree {{nonfree|Customized [[Plain text|text]]}} Skabelon:Nonfree
table-needs {{needs}} Skabelon:Needs {{needs|Customized [[Plain text|text]]}} Skabelon:Needs
table-nightly {{nightly}} Skabelon:Nightly {{nightly|Customized [[Plain text|text]]}} Skabelon:Nightly
table-release-candidate {{release-candidate}} Skabelon:Release-candidate {{release-candidate|Customized [[Plain text|text]]}} Skabelon:Release-candidate
no class {{draw}} {{draw|Text}} Text
no class {{incorrect}} Skabelon:Incorrect {{incorrect|Customized [[Plain text|text]]}} Skabelon:Incorrect
no class {{no result}} Skabelon:No result {{no result|N.R.}} Skabelon:No result
no class {{pending}} Skabelon:Pending
no class {{unofficial}} Skabelon:Unofficial
no class {{usually}} Skabelon:Usually
no class {{rarely}} Skabelon:Rarely
no class {{sometimes}} Skabelon:Sometimes
no class {{CMain}} Skabelon:CMain
no class {{CRecurring}} Skabelon:CRecurring
no class {{CGuest}} Skabelon:CGuest

Code redigér

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: #FFD; color: black; vertical-align: middle; text-align: center; " class="partial table-partial"|Ja/Nej

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

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

TemplateData redigér

Dette er denne skabelons TemplateData-dokumentation, som bruges af VisualEditor og andre værktøjer.

Ja-Nej

One of several templates for styling individual table cells with standard contents and colors.

Skabelonparametre[Rediger TemplateData]

ParameterBeskrivelseTypeStatus
text1

text to be displayed instead of the default, if this doesn’t work put the text after the template, possibly with a vertical bar | in between

Standardværdi
(template dependent)
Linjevalgfri
horizontal alignalign

text alignment inside the cell, either ‘left’, ‘right’, ‘center’ or ‘justified’

Standardværdi
center
Linjevalgfri
stylestyle

a semicolon separated list of additional CSS rules to be applied to the table cell

Standardværdi
Linjevalgfri
background colorcolor

a valid CSS color value or name to override the standard the cell background, only available with some templates

Standardværdi
(template dependent)
Linjevalgfri

Se også redigér

  • {{change}}: Calculates, displays and color-codes changes between two values
  • {{GPL-lic}}: Specialized redirect for {{Free}}
  • {{LGPL-lic}}: Specialized redirect for {{Free}}

Noter redigér

  1. ^ The HTML class of table cell templates may be referenced in a user stylesheet to change appearance.
  2. ^ a b Does not take a parameter; the content should be placed after the template call, separated by a pipe (|) character.