आकृति:N/A

मैथिली विकिपिडियासँ, एक मुक्त विश्वकोश
N/A
Template documentation[view] [edit] [history] [purge]

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:

समर्थन विरोध N/A
Yes/No
...
!{{Yes}} ||{{No}} ||rowspan=2 {{n/a}}
|-
|colspan=2 {{Yes-No}}
...

Templates[सम्पादन करी]

Table cell templates
Class[१] Default syntax Preview (default) Customized syntax Preview (customized)
table-rh {{rh}} | Row header[२] आकृति:Rh | Row header {{rh|align=right}} | Row header आकृति:Rh | Row header
{{rh2}} | Row header[२] आकृति:Rh2 | Row header {{rh2|align=right}} | Row header आकृति:Rh2 | Row header
table-yes {{yes}} समर्थन {{yes|Customized [[Plain text|text]]}} Customized text
{{ya}} आकृति:Ya {{ya|Customized alt text|link=WP:ALT}} आकृति:Ya
table-no {{no}} विरोध {{no|Customized [[Plain text|text]]}} Customized text
{{na}} No {{na|Customized alt text|link=WP:ALT}} Customized alt text
{{coming soon}} आकृति:Coming soon
{{bad}} खराब {{bad|F}} F
{{eliminated}} निष्कासित
table-siteactive {{site active}} आकृति:Site active
table-siteinactive {{site inactive}} आकृति:Site inactive
table-yes2 {{good}} निक् {{good|A}} A
{{yes2}} {{yes2|Text}} Text
{{won}} विजयी {{won|text=white|color=darkblue}} विजयी
{{won|place=1}} 1 {{won|place=Gold}} Gold
{{won|place=2}} 2 {{won|place=Silver}} Silver
{{won|place=3}} 3 {{won|place=Bronze}} Bronze
table-no2 {{no2}} आकृति:No2 {{no2|Text}} आकृति:No2
{{nom}} नामाङ्कित {{nom|5}} 5
{{sho}} आकृति:Sho
{{TBA}} सूचित कएल जाएत {{TBA|To be announced}} To be announced
table-partial {{partial}} आकृति:Partial
{{yes-No}} Yes/No
{{okay}} आकृति:Okay {{okay|C}} आकृति:Okay
{{some}} आकृति:Some
table-any {{any}} Any
table-na {{n/a}} N/A
{{BLACK}} N/A
table-unknown {{dunno}} आकृति:Dunno
{{unknown}} आकृति:Unknown
table-depends {{depends}} आकृति:Depends {{depends|Customized [[Plain text|text]]}} आकृति:Depends
table-included {{included}} आकृति:Included
table-dropped {{dropped}} आकृति:Dropped
{{terminated}} आकृति:Terminated
table-beta {{beta}} Beta
{{table-experimental}} आकृति:Table-experimental {{table-experimental|Customized [[Plain text|text]]}} आकृति:Table-experimental
table-maybe {{maybe}} आकृति:Maybe {{maybe|Customized [[Plain text|text]]}} आकृति:Maybe
table-free {{free}} आकृति:Free {{free|Customized [[Plain text|text]]}} आकृति:Free
table-proprietary {{proprietary}} आकृति:Proprietary {{proprietary|Customized [[Plain text|text]]}} आकृति:Proprietary
table-nonfree {{nonfree}} आकृति:Nonfree {{nonfree|Customized [[Plain text|text]]}} आकृति:Nonfree
table-needs {{needs}} आकृति:Needs {{needs|Customized [[Plain text|text]]}} आकृति:Needs
table-nightly {{nightly}} आकृति:Nightly {{nightly|Customized [[Plain text|text]]}} आकृति:Nightly
table-release-candidate {{release-candidate}} आकृति:Release-candidate {{release-candidate|Customized [[Plain text|text]]}} आकृति:Release-candidate
no class {{draw}} आकृति:Draw {{draw|Text}} आकृति:Draw
no class {{incorrect}} आकृति:Incorrect {{incorrect|Customized [[Plain text|text]]}} आकृति:Incorrect
no class {{no result}} बेनतिजा {{no result|N.R.}} N.R.
no class {{pending}} आकृति:Pending
no class {{unofficial}} आकृति:Unofficial
no class {{usually}} आकृति:Usually
no class {{rarely}} आकृति:Rarely
no class {{sometimes}} आकृति:Sometimes
no class {{CMain}} आकृति:CMain
no class {{CRecurring}} आकृति:CRecurring
no class {{CGuest}} आकृति: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:

आकृति:N

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

Usage[सम्पादन करी]

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

साँचे के पैरामीटर्स[साँचा डेटा सम्पादित करें]

पैरामीटरविवरणप्रकारस्थिति
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

डिफ़ॉल्ट
(template dependent)
पंक्तिवैकल्पिक
horizontal alignalign

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

डिफ़ॉल्ट
center
पंक्तिवैकल्पिक
stylestyle

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

डिफ़ॉल्ट
पंक्तिवैकल्पिक
background colorcolor

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

डिफ़ॉल्ट
(template dependent)
पंक्तिवैकल्पिक

See also[सम्पादन करी]

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

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.