Difference between revisions of "Template:Color template doc/doc"
Jump to navigation
Jump to search
imported>Useddenim (→Examples: typo (I hope) |
imported>Blaixx (→Examples: Use TTC for the example) |
||
| Line 54: | Line 54: | ||
=== Examples === | === Examples === | ||
| − | When used on the page [[Template: | + | When used on the page [[Template:TTC color/doc]], the code <code><nowiki>{{Color template doc|}}</nowiki></code> produces |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| − | | {{tlc| | + | | {{tlc|TTC color}} |
| Sample: | | Sample: | ||
| − | | style="background:#{{ | + | | style="background:#{{TTC color|}}; border-top:solid 1px gray; " | {{pad|2em}} |
| − | | <code>{{lc:{{ | + | | <code>{{lc:{{TTC color|}}}}</code> |
|} | |} | ||
while the code <code><nowiki>{{Color template doc|#default}}</nowiki></code> produces | while the code <code><nowiki>{{Color template doc|#default}}</nowiki></code> produces | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| − | | {{tlc| | + | | {{tlc|TTC color|#default}} |
| Sample: | | Sample: | ||
| − | | style="background:#{{ | + | | style="background:#{{TTC color|#default}}; border-top:solid 1px gray; " | {{pad|2em}} |
| − | | <code>{{lc:{{ | + | | <code>{{lc:{{TTC color|#default}}}}</code> |
|} | |} | ||
Revision as of 17:16, 30 July 2019
| This is a documentation subpage for Template:Color template doc. It contains usage information, categories and other content that is not part of the original template page. |
This template lists as a wikitable row a template name and up to five arguments, a color sample and its hex value.
Usage
The template itself is contained between table start and end markup:
{| class="wikitable"
{{Color template doc|argument_1|argument_2|…|argument_5}}
|}
argument_1 can be omitted if the color template has only one value, or it is desired to show the default color; argument_2 through argument_5 are optional. All five are valid inputs for the color template.
Examples
When used on the page Template:TTC color/doc, the code {{Color template doc|}} produces
{{TTC color}}
|
Sample: | style="background:#Template:TTC color; border-top:solid 1px gray; " | | template:ttc color
|
while the code {{Color template doc|#default}} produces
{{TTC color|#default}}
|
Sample: | style="background:#Template:TTC color; border-top:solid 1px gray; " | | template:ttc color
|
Additional information can be added to the table. On the page Template:NYCS color/doc the code
{{Color template doc|blue}}
| [[IND Eighth Avenue Line|Eighth Avenue]]
| A / C / E / Eighth
produces
{{NYCS color|blue}}
|
Sample: | 0039a6
|
Eighth Avenue | A / C / E / Eighth |
See also