From Valve Developer Community
Jump to navigation
Jump to search

Available doc translations
…
English
Usage
This template is designed to be used in comparison tables.
Parameters
- {{{1}}} – The first unnamed parameter overrides the displayed text;
- {{{align}}} – Overrides the alignment of the text in the table cell;
- {{{style}}} – Override any style attributes of the table cell.
Examples
class = standard-table
| Table Cell Wikitext
|
Result
|
| {{Both}}
|
Both
|
| {{Both|Text}}
|
Text
|
| {{Both|[[Main Page]]}}
|
Main Page
|
| {{Both|align=left}}
|
Both
|
| {{Both|style=color:#FFF}}
|
Both
|
|
class = wikitable
| Table Cell Wikitext
|
Result
|
| {{Both}}
|
Both
|
| {{Both|Text}}
|
Text
|
| {{Both|[[Main Page]]}}
|
Main Page
|
| {{Both|align=left}}
|
Both
|
| {{Both|style=color:#FFF}}
|
Both
|
|
no class
| Table Cell Wikitext
|
Result
|
| {{Both}}
|
Both
|
| {{Both|Text}}
|
Text
|
| {{Both|[[Main Page]]}}
|
Main Page
|
| {{Both|align=left}}
|
Both
|
| {{Both|style=color:#FFF}}
|
Both
|
|
See Also
| Table Cell Wikitext
|
Result
|
Indicates...
|
Color Code
|
| {{Yes}}
|
Yes
|
positive
|
#2A3F2Argb(42,63,42)
|
| {{No}}
|
No
|
negative
|
#3F2A2Argb(63,42,42)
|
| {{N/A}}
|
N/A
|
not applicable or not available
|
#292929rgb(41,41,41)
|
| {{Both}}
|
Both
|
multiple possibilities
|
#2F2F49rgb(47,47,73)
|