Templat:Terminated: Perbedaan antara revisi
k bot Menambah: arz:قالب:Terminated |
kTidak ada ringkasan suntingan |
||
(14 revisi perantara oleh 2 pengguna tidak ditampilkan) | |||
Baris 1: | Baris 1: | ||
<noinclude>{| class="wikitable" |
|||
style="background: #eeddff; color: black;" class="table-dropped" | {{{1|Tidak{{br}}diteruskan}}}<noinclude> |
|||
|- |
|||
[[Kategori:Templat umum]] |
|||
|</noinclude>style="background: #EDF; color: black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="dropped table-dropped"|{{{1|Dihentikan}}}<noinclude> |
|||
[[arz:قالب:Terminated]] |
|||
|} |
|||
[[en:Template:Terminated]] |
|||
{{Documentation|Template:Table cell templates/doc}} |
|||
[[eo:Ŝablono:Finita]] |
|||
[[es:Plantilla:Terminado]] |
|||
[[hsb:Předłoha:Skónčeny]] |
|||
[[pt:Predefinição:Encerrado]] |
|||
</noinclude> |
</noinclude> |
Revisi terkini sejak 24 Januari 2016 17.54
Dihentikan |
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 | Tidak | — |
---|---|---|
Ya/Tidak |
... !{{Yes}} ||{{No}} ||rowspan=2 {{n/a}} |- |colspan=2 {{Yes-No}} ...
Templates in this series
[sunting sumber]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}} | Ya | {{yes|Customized [[Plain text|text]]}} | Customized text |
{{ya}} | {{ya|Customized alt text|link=WP:ALT}} | |||
table-no |
{{no}} | Tidak | {{no|Customized [[Plain text|text]]}} | Customized text |
{{na}} | {{na|Customized alt text|link=WP:ALT}} | |||
{{coming soon}} | Segera | |||
{{bad}} | Buruk | {{bad|F}} | F | |
{{eliminated}} | Tereliminasi | |||
table-siteactive |
{{site active}} | Aktif | ||
table-siteinactive |
{{site inactive}} | Tidak aktif | ||
table-yes2 |
{{good}} | Bagus | {{good|A}} | A |
{{yes2}} | {{yes2|Text}} | Text | ||
{{won}} | Menang | {{won|text=white|color=darkblue}} | Menang | |
{{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|Text}} | Text | |
{{nom}} | Nominasi | {{nom|5}} | 5 | |
{{sho}} | Terpilih | |||
{{TBA}} | TBA | {{TBA|To be announced}} | To be announced | |
table-partial |
{{partial}} | Setengah | {{partial|Almost done}} | Almost done |
{{yes-No}} | Ya/Tidak | |||
{{okay}} | Netral | {{okay|C}} | C | |
{{some}} | Sedikit | |||
table-any |
{{any}} | Apa saja | ||
table-na |
{{n/a}} | — | ||
{{BLACK}} | N/A | |||
table-unknown |
{{dunno}} | ? | {{dunno|Custom [[Plain text|text]]}} | Custom text |
{{unknown}} | Tidak diketahui | {{unknown|?}} | ? | |
table-depends |
{{depends}} | Tergantung | {{depends|Customized [[Plain text|text]]}} | Customized text |
table-included |
{{included}} | Dimasukkan | ||
table-dropped |
{{dropped}} | Dibatalkan | ||
{{terminated}} | Dihentikan | |||
table-beta |
{{beta}} | Beta | ||
{{table-experimental}} | Uji coba | {{table-experimental|Customized [[Plain text|text]]}} | Customized text | |
table-maybe |
{{maybe}} | Mungkin | {{maybe|Customized [[Plain text|text]]}} | Customized text |
table-free |
{{free}} | Gratis | {{free|Customized [[Plain text|text]]}} | Customized text |
table-proprietary |
{{proprietary}} | Milik perorangan | {{proprietary|Customized [[Plain text|text]]}} | Customized text |
table-nonfree |
{{nonfree}} | Berbayar | {{nonfree|Customized [[Plain text|text]]}} | Customized text |
table-needs |
{{needs}} | Dibutuhkan | {{needs|Customized [[Plain text|text]]}} | Customized text |
table-nightly |
{{nightly}} | Bentuk akhir | {{nightly|Customized [[Plain text|text]]}} | Customized text |
table-release-candidate |
{{release-candidate}} | Kandidat peluncuran | {{release-candidate|Customized [[Plain text|text]]}} | Customized text |
no class | {{draw}} | {{draw|Text}} | Text | |
no class | {{incorrect}} | Salah | {{incorrect|Customized [[Plain text|text]]}} | Customized text |
no class | {{no result}} | Tidak ada hasil | {{no result|N.R.}} | N.R. |
no class | {{pending}} | Belum diputuskan | ||
no class | {{unofficial}} | Tidak resmi | ||
no class | {{usually}} | Biasanya | ||
no class | {{rarely}} | Jarang | ||
no class | {{sometimes}} | Kadang-kadang | ||
no class | {{CMain}} | Utama | ||
no class | {{CRecurring}} | Berulang | ||
no class | {{CGuest}} | Tamu | ||
no class | {{active fire}} | Aktif (12%) | ||
no class | {{contained}} | Dipadamkan |
Code
[sunting sumber]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: #EDF; color: black; vertical-align: middle; text-align: center; " class="dropped table-dropped"|Dihentikan
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
[sunting sumber]- {{multiplayer}}
- {{GPL-lic}}
- {{chg}}: calculate and display changes between two values
Notes
[sunting sumber]- ^ 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.