Difference between revisions of "Template:Color template doc"

From blackwiki
Jump to navigation Jump to search
imported>Useddenim
m (no | displayed with null input)
imported>Debresser
(Add includeonly tags to avoid template loop.)
Line 1: Line 1:
 +
<includeonly>
 
|-
 
|-
 
| {{#if:{{{1|}}}|{{tlc|{{BASEPAGENAME}}|{{{1}}}}} {{#if:{{{2|}}}|''or'' <code>…<nowiki>|</nowiki>{{{2}}}<nowiki>}}</nowiki></code>|}} {{#if:{{{3|}}}|''or'' <code>…<nowiki>|</nowiki>{{{3}}}<nowiki>}}</nowiki></code></code>|}}|{{tlc|{{BASEPAGENAME}}}}}}
 
| {{#if:{{{1|}}}|{{tlc|{{BASEPAGENAME}}|{{{1}}}}} {{#if:{{{2|}}}|''or'' <code>…<nowiki>|</nowiki>{{{2}}}<nowiki>}}</nowiki></code>|}} {{#if:{{{3|}}}|''or'' <code>…<nowiki>|</nowiki>{{{3}}}<nowiki>}}</nowiki></code></code>|}}|{{tlc|{{BASEPAGENAME}}}}}}
 
| Sample:
 
| Sample:
 
| style="background:#{{{{BASEPAGENAME}}|{{{1}}}}}; border-top:solid 1px gray; " | {{pad|2em}}
 
| style="background:#{{{{BASEPAGENAME}}|{{{1}}}}}; border-top:solid 1px gray; " | {{pad|2em}}
| <code>{{lc:{{{{BASEPAGENAME}}|{{{1}}}}}}}</code><noinclude>
+
| <code>{{lc:{{{{BASEPAGENAME}}|{{{1}}}}}}}</code></includeonly><noinclude>
 
{{Documentation}}
 
{{Documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 02:50, 3 December 2013

Template documentation[view] [edit] [history] [purge]

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

{{system color}}

Sample: White grey checkerboard.svg hexval

{{system color|argument_1}}

Sample: White grey checkerboard.svg hexval

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

Sample: White grey checkerboard.svg hexval

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

Sample: White grey checkerboard.svg hexval

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

Sample: White grey checkerboard.svg hexval

{{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_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