Difference between revisions of "Template:Color template doc/doc"

From blackwiki
Jump to navigation Jump to search
imported>Useddenim
m ({{1Color template documentation}})
imported>Epicgenius
(fix)
Line 3: Line 3:
  
  
This template lists as a [[Help:Table/Introduction to tables|wikitable]] row a template name and up to three arguments, a color sample and its hex value.
+
This template lists as a [[Help:Table/Introduction to tables|wikitable]] row a template name and up to five arguments, a color sample and its hex value.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 27:
 
|
 
|
 
<code><nowiki>{{</nowiki>Template:system color{{!}}argument_1}}</code> ''or'' <code>…{{!}}argument_2}}</code> ''or'' <code>…{{!}}argument_3}}</code>
 
<code><nowiki>{{</nowiki>Template:system color{{!}}argument_1}}</code> ''or'' <code>…{{!}}argument_2}}</code> ''or'' <code>…{{!}}argument_3}}</code>
 +
| Sample:
 +
| style="width:2em; border-top:solid 1px gray; " | [[File:White grey checkerboard.svg|30px]]
 +
| <code>hexval</code>
 +
 +
|-
 +
|
 +
<code><nowiki>{{</nowiki>Template:system color{{!}}argument_1}}</code> ''or'' <code>…{{!}}argument_2}}</code> ''or'' <code>…{{!}}argument_3}}</code> ''or'' <code>…{{!}}argument_4}}</code>
 +
| Sample:
 +
| style="width:2em; border-top:solid 1px gray; " | [[File:White grey checkerboard.svg|30px]]
 +
| <code>hexval</code>
 +
 +
|-
 +
|
 +
<code><nowiki>{{</nowiki>Template:system color{{!}}argument_1}}</code> ''or'' <code>…{{!}}argument_2}}</code> ''or'' <code>…{{!}}argument_3}}</code> ''or'' <code>…{{!}}argument_4}}</code> ''or'' <code>…{{!}}argument_5}}</code>
 
| Sample:
 
| Sample:
 
| style="width:2em; border-top:solid 1px gray; " | [[File:White grey checkerboard.svg|30px]]
 
| style="width:2em; border-top:solid 1px gray; " | [[File:White grey checkerboard.svg|30px]]

Revision as of 20:55, 16 October 2016


This template lists as a wikitable row a template name and up to five arguments, a color sample and its hex value.

{{Template:system color}}

Sample: White grey checkerboard.svg hexval

{{Template:system color|argument_1}}

Sample: White grey checkerboard.svg hexval

{{Template:system color|argument_1}} or …|argument_2}}

Sample: White grey checkerboard.svg hexval

{{Template:system color|argument_1}} or …|argument_2}} or …|argument_3}}

Sample: White grey checkerboard.svg hexval

{{Template:system color|argument_1}} or …|argument_2}} or …|argument_3}} or …|argument_4}}

Sample: White grey checkerboard.svg hexval

{{Template:system color|argument_1}} or …|argument_2}} or …|argument_3}} or …|argument_4}} or …|argument_5}}

Sample: White grey checkerboard.svg hexval

Usage

The template itself is contained between table start and end markup:

{| class="wikitable"
{{Color template doc|argument_1|argument_2|argument_3}}
|}

argument_1 can be omitted if the color template has only one value, or it is desired to show the default color; argument_2 and argument_3 are optional. All three are valid inputs for the color template.

Examples

When used on the page Template:Amtrak color/doc, the code {{Color template doc|}} produces

{{Amtrak color}} Sample: style="background:#Template:Amtrak color; border-top:solid 1px gray; " |   template:amtrak color

while the code {{Color template doc|#default}} produces

{{Amtrak color|#default}} Sample: style="background:#Template:Amtrak color; border-top:solid 1px gray; " |   template:amtrak 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