Template:Highlight: Difference between revisions
Appearance
| [checked revision] | [checked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) No edit summary |
Caleb Cooper (talk | contribs) Replaced content with "{{#if:{{{3|}}}|{{#ifexpr:({{#time:U|{{{3}}}}} - {{#time:U|now}}) > 0|{{highlight/core|{{{1|}}}|{{#ifeq:{{{2|}}}||yellow|{{{2}}}}}}}|{{{1|}}}}}|{{highlight/core|{{{1|}}}|{{..." Tag: Replaced |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#if:{{{3|}}}|{{#ifexpr:({{#time:U|{{{3}}}}} - {{#time:U|now}}) > 0|{{highlight/core|{{{1|}}}|{{#ifeq:{{{2|}}}||yellow|{{{2}}}}}}}|{{{1|}}}}}| |
{{#if:{{{3|}}}|{{#ifexpr:({{#time:U|{{{3}}}}} - {{#time:U|now}}) > 0|{{highlight/core|{{{1|}}}|{{#ifeq:{{{2|}}}||yellow|{{{2}}}}}}}|{{{1|}}}}}|{{highlight/core|{{{1|}}}|{{{2|yellow}}}}}}}<noinclude>{{documentation}}</noinclude> |
||
|{{{1|}}}|{{{2|yellow}}}}}{{{1}}}</span>}}<noinclude> |
|||
For adding yellow highlight to specified text. The highlight color can be changed, and the highlight can also be set to expire at a certain date. Please keep template usage to talk pages only. |
|||
=== Usage === |
|||
<code><nowiki>{{highlight | text | color (optional) | expiration (optional) }}</nowiki></code> |
|||
'''Parameters''' |
|||
*'''text''' (parameter 1): Enter the text to be highlighted. |
|||
'''Optional parameters''' |
|||
These parameters are optional, but unused parameters must be separated by a pipe (see examples below): |
|||
*'''color''' (parameter 2): Colors may be specified by word (e.g., "red", "blue", "lightgreen") or in [[Web colors|hexadecimal]] format (e.g., "#FF0066", "#C0C0C0"). If no value is given for the color, the template defaults to yellow. |
|||
*'''expiration''' (parameter 3): Highlights may be set to expire on a certain date, which leaves the text as-is, but removes the highlight color. The expiration value can be specified in any format. |
|||
===Examples=== |
|||
{| class="wikitable" |
|||
|- |
|||
! code !! output !! notes |
|||
|- |
|||
| <nowiki>{{highlight | text }}</nowiki> || {{highlight | text }} || The default highlight color is yellow |
|||
|- |
|||
| <nowiki>{{highlight | text | lightblue }}</nowiki> || {{highlight | text | lightblue }} || The second parameter is the highlight color |
|||
|- |
|||
| <nowiki>{{highlight | text | pink | 2011-01-01 }}</nowiki> || {{highlight | text | pink | 2011-01-01 }} || This is not highlighted since 1 January 2011 is in the past |
|||
|- |
|||
| <nowiki>{{highlight | text | pink |</nowiki> {{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}} <nowiki>}}</nowiki> || {{highlight | text || {{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}}} || There is no highlighting on the expiration date ({{Purge|purge this page's server cache}} if today's date is not shown) |
|||
|- |
|||
| <nowiki>{{highlight | text | #00FF00 | 1 January 2099 }}</nowiki> || {{highlight | text | #00FF00 | 1 January 2099 }} || This is highlighted since 1 January 2099 is in the future |
|||
|- |
|||
| <nowiki>{{highlight | text || January 1, 2099 }}</nowiki> || {{highlight | text || January 1, 2099 }} || Note the color parameter, left blank, is still represented<br> with a pipe (followed by the expiration parameter pipe) |
|||
|} |
|||
</noinclude> |
|||
Latest revision as of 16:32, 20 October 2020
| This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
| This page was automatically imported from Commons any changes will be overwritten, the source page is here () |
For adding yellow highlight to specified text. The highlight color can be changed, and the highlight can also be set to expire at a certain date. Please keep template usage to talk pages only.
Usage
{{highlight | text | color (optional) | expiration (optional) }}
Parameters
- text (parameter 1): Enter the text to be highlighted.
Optional parameters
These parameters are optional, but unused parameters must be separated by a pipe (see examples below):
- color (parameter 2): Colors may be specified by word (e.g., "red", "blue", "lightgreen") or in hexadecimal format (e.g., "#FF0066", "#C0C0C0"). If no value is given for the color, the template defaults to yellow.
- expiration (parameter 3): Highlights may be set to expire on a certain date, which leaves the text as-is, but removes the highlight color. The expiration value can be specified in any format.
Examples
| code | output | notes |
|---|---|---|
| {{highlight | text }} | text | The default highlight color is yellow |
| {{highlight | text | lightblue }} | text | The second parameter is the highlight color |
| {{highlight | text | pink | 2011-01-01 }} | text | This is not highlighted since 1 January 2011 is in the past |
| {{highlight | text | pink | 2026-04-07 }} | text | There is no highlighting on the expiration date ( if today's date is not shown) |
| {{highlight | text | #00FF00 | 1 January 2099 }} | text | This is highlighted since 1 January 2099 is in the future |
| {{highlight | text || January 1, 2099 }} | text | Note the color parameter, left blank, is still represented with a pipe (followed by the expiration parameter pipe) |
See also
For more detail see wikipedia page wikipedia:Template:Highlight
Template Data
Escalation Notice
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Text to be highlighted | 1 | no description
| String | optional |
| Optional Colour | 2 | no description
| String | optional |
| Expiration Date | 3 | no description
| String | optional |
</noinclude>