Cithakan:Won

Saka Wikipédia Jawa, bauwarna mardika basa Jawa
Menang
Dhokumèntasi cithakan[deleng] [besut] [sujarah] [busak telih]

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:

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

Templates in this series[besut sumber]

Table cell templates
Class[1] Template Preview Preview, alternative
table-rh {{rh}} | Row header Row header
{{rh2}}[2] | Row header Cithakan:Rh2 | Row header
table-yes {{yes}}, {{yes|Alternative [[Plain text|text]]}} Ya Alternative text
{{Ya}} Yes
table-no {{no}}, {{no|Alternative [[Plain text|text]]}} Ora Alternative text
{{Na}} Cithakan:Na
{{coming soon}} Cithakan:Coming soon
{{bad}}, {{bad|F}} Cithakan:Bad Cithakan:Bad
{{eliminated}} Cithakan:Eliminated
table-siteactive {{Site active}} Cithakan:Site active
table-siteinactive {{Site inactive}} Cithakan:Site inactive
table-yes2 {{yes2}}[3] Text Cithakan:Yes2Text
{{won}}, {{won|5}} Menang 5
{{won|place=1}}, {{won|place=Gold}} 1 Gold
{{won|place=2}}, {{won|place=Silver}} 2 Silver
{{won|place=3}}, {{won|place=Bronze}} 3 Bronze
{{won|text=white|color=darkblue}} Menang
{{good}}, {{good|A}} Cithakan:Good Cithakan:Good
table-no2 {{no2}}[3] Text Cithakan:No2 Text
{{nom}}, {{nom|5}} Nominasi 5
{{sho}} Cithakan:Sho
{{TBA}}, {{TBA|To be announced}} Cithakan:TBA Cithakan:TBA
table-partial {{partial}} Cithakan:Partial
{{yes-No}} Yes/No
{{okay}}, {{okay|C}} Cithakan:Okay Cithakan:Okay
{{some}} Cithakan:Some
table-any {{any}} Cithakan:Any
table-na {{n/a}} N/A
{{BLACK}} Cithakan:BLACK
table-unknown {{dunno}} Cithakan:Dunno
{{Unknown}} Cithakan:Unknown
table-depends {{Depends}}, {{Depends|Alternative [[Plain text|text]]}} Cithakan:Depends Cithakan:Depends
table-included {{Included}} Cithakan:Included
table-dropped {{dropped}} Cithakan:Dropped
{{terminated}} Cithakan:Terminated
table-beta {{beta}} Cithakan:Beta
{{table-experimental}}, {{table-experimental|Alternative [[Plain text|text]]}} Cithakan:Table-experimental Cithakan:Table-experimental
table-free {{free}}, {{free|Alternative [[Plain text|text]]}} Cithakan:Free Cithakan:Free
table-nonfree {{nonfree}}, {{nonfree|Alternative [[Plain text|text]]}} Cithakan:Nonfree Cithakan:Nonfree
table-proprietary {{proprietary}}, {{proprietary|Alternative [[Plain text|text]]}} Cithakan:Proprietary Cithakan:Proprietary
table-needs {{needs}}, {{needs|Alternative [[Plain text|text]]}} Cithakan:Needs Cithakan:Needs
no class {{incorrect}}, {{incorrect|Alternative [[Plain text|text]]}} Cithakan:Incorrect Cithakan:Incorrect
no class {{no result}}, {{no result|N.R.}} Cithakan:No result Cithakan:No result
no class {{pending}} Cithakan:Pending
table-nightly {{nightly}}, {{nightly|Alternative [[Plain text|text]]}} Cithakan:Nightly Cithakan:Nightly
table-release-candidate {{release-candidate}}, {{release-candidate|Alternative [[Plain text|text]]}} Cithakan:Release-candidate Cithakan:Release-candidate
no class {{?}}[4] Cithakan:?
no class {{unofficial}} Cithakan:Unofficial
no class {{usually}} Cithakan:Usually
no class {{rarely}} Cithakan:Rarely
no class {{sometimes}} Cithakan:Sometimes
no class {{draw}}[3] Text Cithakan:DrawText

Code[besut sumber]

Common code to most if not all the templates in this series:

Cithakan:Table cell templates

Code specific to this template:

style="background: #99FF99; color: black; vertical-align: middle; text-align: center; " class="yes table-yes2"|Menang

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[besut sumber]

  • {{GPL-lic}}
  • {{chg}}: calculate and display changes between two values

Notes[besut sumber]

  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. a b c 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