সাঁচ:?
?
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 thefirst 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:
হয় | নহয় | প্ৰযোজ্য নহয় |
---|---|---|
হয়/নহয় |
... !{{Yes}} ||{{No}} ||rowspan=2 {{n/a}} |- |colspan=2 {{Yes-No}} ...
Templates in this series
সম্পাদনা কৰকClass[1] | Template | Preview | Preview, alternative |
---|---|---|---|
table-rh |
{{rh}} | Row header | Row header | |
{{rh2}}[2] | Row header | Row header | ||
table-yes |
{{yes}}, {{yes|Alternative [[Plain text|text]]}} | হয় | Alternativetext |
table-no |
{{no}}, {{no|Alternative [[Plain text|text]]}} | নহয় | Alternative text |
{{coming soon}} | শীঘ্ৰই আহি আছে | ||
{{bad}}, {{bad|F}} | বেয়া | F | |
table-siteactive |
{{Site active}} | সক্ৰিয় | |
table-siteinactive |
{{Site inactive}} | নিষ্ক্ৰিয় | |
table-yes2 |
{{yes2}}[3] Text | Text | |
{{won}}, {{won|5}} | বিজয়ী | 5 | |
{{won|place=১}} বা =সোন | ১ | ||
{{won|place=২}} বা =ৰূপ | ২ | ||
{{won|place=৩}} বা =ব্ৰঞ্জ | ৩ | ||
{{won|text=white|color=blue}} or =#1122CC | বিজয়ী | ||
{{good}}, {{good|A}} | ভাল | A | |
table-no2 |
{{no2}}[3] Text | Text | |
{{nom}}, {{nom|5}} | মনোনীত | 5 | |
{{sho}} | Shortlisted | ||
table-partial |
{{partial}} | কিছু অংশ | |
{{yes-No}} | হয়/নহয় | ||
{{okay}}, {{okay|C}} | নিৰপেক্ষ | C | |
{{some}} | কিছুমান | ||
table-any |
{{any}} | যিকোনো | |
table-na |
{{n/a}} | প্ৰযোজ্য নহয় | |
{{BLACK}} | N/A | ||
table-unknown |
{{dunno}} | ? | |
{{Unknown}} | অজ্ঞাত | ||
table-depends |
{{Depends}}, {{Depends|Alternative [[Plain text|text]]}} | নিৰ্ভৰ কৰে | Alternative text |
table-included |
{{Included}} | অন্তৰ্ভুক্ত | |
table-dropped |
{{dropped}} | অবনমিত | |
{{terminated}} | বন্ধ কৰা হৈছে | ||
table-beta |
{{beta}} | বিটা | |
{{table-experimental}}, {{table-experimental|Alternative [[Plain text|text]]}} | পৰীক্ষামূলক | Alternative text | |
table-free |
{{free}}, {{free|Alternative [[Plain text|text]]}} | মুক্ত | Alternative text |
table-nonfree |
{{nonfree}}, {{nonfree|Alternative [[Plain text|text]]}} | মুক্ত নহয় | Alternative text |
table-proprietary |
{{proprietary}}, {{proprietary|Alternative [[Plain text|text]]}} | Proprietary | Alternate text |
table-needs |
{{needs}}, {{needs|Alternative [[Plain text|text]]}} | প্ৰয়োজন | Alternative text |
no class | {{incorrect}}, {{incorrect|Alternative [[Plain text|text]]}} | অশুদ্ধ | Alternative text |
no class | {{no result}}, {{no result|N.R.}} | ফলাফল নাই | N.R. |
no class | {{pending}} | অমীমাংসিত | |
table-nightly |
{{nightly}}, {{nightly|Alternative [[Plain text|text]]}} | Nightly build | Alternative text |
table-release-candidate |
{{release-candidate}}, {{release-candidate|Alternative [[Plain text|text]]}} | মুক্তি পাব লগা প্ৰাৰ্থী | Alternative text |
no class | {{?}}[4] | ? | |
no class | {{unofficial}} | আধিকাৰিক নহয় | |
no class | {{usually}} | সচৰাচৰ | |
no class | {{rarely}} | কদাচিৎ |
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="automatictable-automatic"| {{{1|text}}}
Code specific to this template:
?
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 notduplicate 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
সম্পাদনা কৰক- {{multiplayer}}
- {{GPL-lic}}
- {{chg}}: calculate and display changes between two values
Notes
সম্পাদনা কৰক- ↑ The HTML class of table cell templates may be referenced in a user stylesheet to change appearance.
- ↑ Does not take a parameter; the content should be placed after the template call, separated by a pipe (|) character.
- ↑ 3.0 3.1 Does not take a parameter; the content should be placed after the template call.
- ↑ Does not take a parameter; not really a table cell template at all, but here for completeness
The above documentation is transcluded from Template:Table cell templates/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Subpages of this template. |