Template:Hilite
{{#if:|{{#ifexpr:({{#time:U|{{{3}}}}} - {{#time:U|now}}) > 0||}}|}}
Contents
Documentation
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
{{hilite | 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 | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{hilite | text }} | {{#ifexpr:({{#time:U|{{{3}}}}} - {{#time:U|now}}) > 0| text | text }}| text }}
DocumentationFor 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
These parameters are optional, but unused parameters must be separated by a pipe (see examples below):
Examples
| |||||||||||||||||||||
| {{hilite | text | lightblue }} | {{#ifexpr:({{#time:U|{{{3}}}}} - {{#time:U|now}}) > 0| text | text }}| text }}
DocumentationFor 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
These parameters are optional, but unused parameters must be separated by a pipe (see examples below):
Examples
| |||||||||||||||||||||
| {{hilite | text | pink | 2011-01-01 }} | {{#ifexpr:({{#time:U| 2011-01-01 }} - {{#time:U|now}}) > 0| text | text }}| text }}
DocumentationFor 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
These parameters are optional, but unused parameters must be separated by a pipe (see examples below):
Examples
| |||||||||||||||||||||
| {{hilite | text | pink | 2025-12-16 }} | {{#ifexpr:({{#time:U| 2025-12-16}} - {{#time:U|now}}) > 0| text | text }}| text }}
DocumentationFor 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
These parameters are optional, but unused parameters must be separated by a pipe (see examples below):
Examples
| |||||||||||||||||||||
| {{hilite | text | #00FF00 | 1 January 2099 }} | {{#ifexpr:({{#time:U| 1 January 2099 }} - {{#time:U|now}}) > 0| text | text }}| text }}
DocumentationFor 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
These parameters are optional, but unused parameters must be separated by a pipe (see examples below):
Examples
| |||||||||||||||||||||
| {{hilite | text || January 1, 2099 }} | {{#ifexpr:({{#time:U| January 1, 2099 }} - {{#time:U|now}}) > 0| text | text }}| text }}
DocumentationFor 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
These parameters are optional, but unused parameters must be separated by a pipe (see examples below):
Examples
with a pipe (followed by the expiration parameter pipe) |