Template:Table cell templates/doc: Difference between revisions

m
confused about wikipedia links
(→‎TemplateData: add suggestedvalues)
m (confused about wikipedia links)
 
(6 intermediate revisions by 2 users not shown)
Line 1:
<noinclude>{{Documentation subpage}}</noinclude>
{{#ifeq:{{FULLPAGENAME}}|Template:BLACK|{{For|the text color template|Template:Black}}|{{#ifeq:{{FULLPAGENAME}}|Template:Ya|{{For|the template with a smaller tick and no green background|Template:Aye}}|{{#ifeq:{{FULLPAGENAME}}|Template:Maybe|{{For|the yellow tick template|Template:Mby}}|{{#ifeq:{{FULLPAGENAME}}|Template:TBA|{{distinguish|Template:TBD}}}}}}}}}}
The templates in this series are designed to be used in a [[Help:Table|table]] to make a cell with text in that cell, with an appropriately colored background. They are commonly used in [[W:Category:Comparisons|comparison tables]].
 
For example, {{Tlc|yes}} makes a cell with a green background. The text in the cell is taken from the [[Help:Template#Parameters|first parameter]]; <code><nowiki>{{</nowiki>yes|Sure}}</code> 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: <code><nowiki>{{</nowiki>''table cell template''}} ''text''</code> or <code><nowiki>{{</nowiki>''table cell template''}} | ''text''</code>. This information, the colors and default texts are found in the table below.
Line 31:
|-
|rowspan=3| <code>table-yes</code>
| {{tl|yes}} || {{yes}} || {{tlp|yes|<nowiki>customized [[W:plain text|text]]</nowiki>}} ||{{yes|customized [[W:plain text|text]]}}
|-
| {{tl|yes C}} || {{yes C}} || {{tlp|yes C|<nowiki>customized [[W:plain text|text]]</nowiki>}} ||{{yes C|customized [[W:plain text|text]]}}
|-
| {{tl|yes O}} || {{yes O}} || {{tlp|yes O|<nowiki>customized [[W:plain text|text]]</nowiki>}} ||{{yes O|customized [[W:plain text|text]]}}
|-
| <code>table-maybe</code>
| {{tl|maybe}} || {{maybe}} || {{tlp|maybe|<nowiki>customized [[W:plain text|text]]</nowiki>}} ||{{maybe|customized [[W:plain text|text]]}}
|-
|rowspan=7| <code>table-no</code>
| {{tl|no}} || {{no}} || {{tlp|no|<nowiki>customized [[W:plain text|text]]</nowiki>}} || {{no|customized [[W:plain text|text]]}}
|-
| {{tl|no O}} || {{no O}} || {{tlp|no O|<nowiki>customized [[W:plain text|text]]</nowiki>}} || {{no O|customized [[W:plain text|text]]}}
|-
| {{tl|no X}} || {{no X}} || {{tlp|no X|<nowiki>customized [[W:plain text|text]]</nowiki>}} || {{no X|customized [[W:plain text|text]]}}
|-
| {{tl|eliminated}} || {{eliminated}} || {{tlp|eliminated|dropped out}} || {{eliminated|dropped out}}
Line 144:
|-
| {{tl|sometimes}} || {{sometimes}} || {{tlp|sometimes|occasionally}} || {{sometimes|occasionally}}
|-
| <code>table-noAttempt</code>
| {{tl|No attempt}} || {{No attempt}} || {{tlp|No attempt|No landing attempted}} || {{No attempt|No landing attempted}}
|-
| <code>table-any</code>
Line 183 ⟶ 180:
| {{tl|terminated}} || {{terminated}} || {{tlp|terminated|fired}} || {{terminated|fired}}
|-
|rowspan=98| <code>table-software</code>
| {{tl|beta}} || {{beta}} || {{tlp|beta|preview}} || {{beta|preview}}
|-
| {{tl|table-experimental}} || {{table-experimental}} || {{tlp|table-experimental|lab}} || {{table-experimental|lab}}
|-
| {{tl|open source}} || {{open source}} || {{tlp|open source|software libre}} || {{open source|software libre}}
|-
| {{tl|free}} || {{free}} || {{tlp|free|empty}} || {{free|empty}}
Line 268 ⟶ 263:
| {{tl|optional}} || {{optional}} || {{tlp|optional|non-mandatory}} || {{optional|non-mandatory}}
|-
| {{tlp|shade|100}}% || {{shade|100}}% || {{tlp|shade|rcolor{{=}}0|g{{=}}100|b{{=}}255blue|100}}% || {{shade|r=0|g=100|bcolor=255blue|100}}%
|-
| {{tlp|shade|75}}% || {{shade|75}}% || {{tlp|shade|rcolor{{=}}0blue|g{{=}}10075|b{{=}}255|7573–78}}% || {{shade|rcolor=0blue|g=10075|b=255|7573–78}}%
|-
| {{tlp|shade|25}}% || {{shade|25}}% || {{tlp|shade|rcolor{{=}}0blue|g{{=}}10025|b{{=}}255|25}}% || {{shade|rcolor=0blue|g=10025|b=255|25}}%
|-
| {{tlp|shade|0}}% || {{shade|0}}% || {{tlp|shade|rcolor{{=}}0|g{{=}}100|b{{=}}255blue|0}}% || {{shade|r=0|g=100|bcolor=255blue|0}}%
|}</div>
 
Line 349 ⟶ 344:
}</templatedata>
 
== See also ==
* {{tl|Change}} – calculates, displays and color-codes changes between two values
* {{tl|BSD-lic}} – specialized redirect for {{tlf|free}}
* {{tl|GPL-lic}} – specialized redirect for {{tlf|free}}
* {{tl|LGPL-lic}} – specialized redirect for {{tlf|free}}
 
== Notes ==