Last edited 3 years ago

Template:Grey: Difference between revisions

Registered User
mNo edit summary
Registered User
mNo edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
==Usage==
==Usage==
The [[Template:Grey|Grey]] template is used '''to color text''' in pages, with the {{Grey|"classic grey" (&#9608;)}} color.
The [[Template:Grey|Grey]] template is used '''to color text''' in pages, with the {{Grey|"classic MediaWiki grey" (&#9608;)}} color.


  Usage:  <nowiki>{{</nowiki>Grey|{{HighlightParam|<text to color>}}}}
  Usage:  <nowiki>{{</nowiki>Grey|{{HighlightParam|<text to color>}}}}
Where {{HighlightParam|<text to color>}} is the text to format in grey. If this template is called with no text, the hexadecimal code of the color is returned.
Where {{HighlightParam|<text to color>}} is the text to format in grey. If this template is called with no text, the hexadecimal code of the color is returned.
{{Info|Prefer the STMicroelectronics brand colors.}}
{{Info|Prefer the STMicroelectronics corporate colors.}}


==Basic examples==
==Basic examples==
Line 11: Line 11:
! You type !! You get
! You type !! You get
|-
|-
| Coloring text in "classic" grey
| Coloring text in "classic MediaWiki" grey
<pre style="white-space: pre-wrap;">
<pre style="white-space: pre-wrap;">
This is a {{Grey|"classic" color: grey: &#9608;}}
This is a {{Grey|"classic MediaWiki" color: grey: &#9608;}}
</pre>
</pre>
|
|
This is a {{Grey|"classic" color: grey: &#9608;}}
This is a {{Grey|"classic MediaWiki" color: grey: &#9608;}}
|-
|-
| Getting the hexadecimal code of the color
| Getting the hexadecimal code of the color
<pre style="white-space: pre-wrap;">
<pre style="white-space: pre-wrap;">
{{Grey}} is the hexadecimal code of the "classic" grey.
{{Grey}} is the hexadecimal code of the "classic MediaWiki" grey.
</pre>
</pre>
|
|
{{Grey}} is the hexadecimal code of the "classic" grey.
{{Grey}} is the hexadecimal code of the "classic MediaWiki" grey.
|}
|}


Line 32: Line 32:
| Grey and bold
| Grey and bold
<pre style="white-space: pre-wrap;">
<pre style="white-space: pre-wrap;">
This is a {{Grey|'''"classic"'''}} color: '''{{Grey|grey: &#9608;}}'''
This is a {{Grey|'''"classic MediaWiki"'''}} color: '''{{Grey|grey: &#9608;}}'''
</pre>
</pre>
|
|
This is a {{Grey|'''"classic"'''}} color: '''{{Grey|grey: &#9608;}}'''
This is a {{Grey|'''"classic MediaWiki"'''}} color: '''{{Grey|grey: &#9608;}}'''
|-
|-
| Grey and italic
| Grey and italic
<pre style="white-space: pre-wrap;">
<pre style="white-space: pre-wrap;">
This is a {{Grey|''"classic"''}} color: ''{{Grey|grey: &#9608;}}''
This is a {{Grey|''"classic MediaWiki"''}} color: ''{{Grey|grey: &#9608;}}''
</pre>
</pre>
|
|
This is a {{Grey|''"classic"''}} color: ''{{Grey|grey: &#9608;}}''
This is a {{Grey|''"classic MediaWiki"''}} color: ''{{Grey|grey: &#9608;}}''
|}
|}


==Code==
==Code==
</noinclude>{{#if: {{{1|}}}|<span style="color: grey;">{{{1}}}</span>|&#35;808080}}
</noinclude>{{#if: {{{1|}}}|<span style="color: grey;">{{{1}}}</span>|&#35;808080}}

Revision as of 12:41, 7 August 2020

1. Usage

The Grey template is used to color text in pages, with the "classic MediaWiki grey" (█) color.

Usage:  {{Grey|<text to color>}}

Where <text to color> is the text to format in grey. If this template is called with no text, the hexadecimal code of the color is returned.

Info white.png Information
Prefer the STMicroelectronics corporate colors.

2. Basic examples

You type You get
Coloring text in "classic MediaWiki" grey
This is a {{Grey|"classic MediaWiki" color: grey: █}}

This is a "classic MediaWiki" color: grey: █

Getting the hexadecimal code of the color
{{Grey}} is the hexadecimal code of the "classic MediaWiki" grey.

#464650 is the hexadecimal code of the "classic MediaWiki" grey.

3. More examples

You type You get
Grey and bold
This is a {{Grey|'''"classic MediaWiki"'''}} color: '''{{Grey|grey: █}}'''

This is a "classic MediaWiki" color: grey: █

Grey and italic
This is a {{Grey|''"classic MediaWiki"''}} color: ''{{Grey|grey: █}}''

This is a "classic MediaWiki" color: grey: █

4. Code

#808080

No categories assignedEdit