Skabelon:Nej
| Nej |
- 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 | — |
|---|---|---|
| Ja/Nej | ||
...
!{{Yes}} ||{{No}} ||rowspan=2 {{n/a}}
|-
|colspan=2 {{Yes-No}}
...
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}} | {{ya|Customized alt text|link=WP:ALT}} | |||
table-no |
{{no}} | Nej | {{no|Customized [[Plain text|text]]}} | Customized text |
| {{na}} | {{na|Customized alt text|link=WP:ALT}} | |||
| {{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}} | Delvist | {{partial|Almost done}} | Almost done |
| {{yes-No}} | Ja/Nej | |||
| {{okay}} | Skabelon:Okay | {{okay|C}} | Skabelon:Okay | |
| {{some}} | Skabelon:Some | |||
table-any |
{{any}} | Skabelon:Any | ||
table-na |
{{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
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:#F99;vertical-align:middle;text-align:center;" class="table-no"|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
Nej
One of several templates for styling individual table cells with standard contents and colors.
| Parameter | Beskrivelse | Type | Status | |
|---|---|---|---|---|
| text | 1 | 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
| Linje | valgfri |
| horizontal align | align | text alignment inside the cell, either ‘left’, ‘right’, ‘center’ or ‘justified’
| Linje | valgfri |
| style | style | a semicolon separated list of additional CSS rules to be applied to the table cell
| Linje | valgfri |
| background color | color | a valid CSS color value or name to override the standard the cell background, only available with some templates
| Linje | valgfri |
Se også
- {{change}}: Calculates, displays and color-codes changes between two values
- {{GPL-lic}}: Specialized redirect for {{Free}}
- {{LGPL-lic}}: Specialized redirect for {{Free}}
Noter
- ^ The HTML class of table cell templates may be referenced in a user stylesheet to change appearance.
- ^ a b Does not take a parameter; the content should be placed after the template call, separated by a pipe (|) character.
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.









