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.
{{highlight | text | color (optional) | expiration (optional) }}
Các tham số
Các tham số tùy chọn
These parameters are optional, but unused parameters must be separated by a pipe (see examples below):
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 | lightblue | 2011-01-01 }} | text | This is not highlighted since 1 January 2011 is in the past |
{{highlight | text | lightblue | 2025-01-31 }} | 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) |