{{i}} Документація шаблону[перегляд] [редагувати] [історія] [очистити кеш]

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| текст| color (необов'язковий) | expiration (необов'язковий) }}

Параметри

  • текст (параметр 1): Текст, який треба виділити.

Необов'язкові параметри

These parameters are optional, but unused parameters must be separated by a pipe (see examples below):

  • color (параметр 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 (параметр 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.

Приклади ред.

код результат примітки
{{Highlight| текст}} текст За замовчуванням виділяє жовтим кольором
{{Highlight| текст| lightblue }} текст Другий параметр задає колір для виділення тексту
{{Highlight| текст| pink | 1 січня 2011 }} текст This is not highlighted since 1 January 2011 is in the past
{{Highlight| текст| pink | 2024-04-19 }} текст There is no highlighting on the expiration date (purge this page's server cache if today's date is not shown)
{{Highlight| текст| #00FF00 | 1 січня 2099 }} текст Тут текст буде виділено позаяк 1 січня 2099 року є датою в майбутньому
{{Highlight| текст|| January 1, 2099 }} текст Note the color parameter, left blank, is still represented
with a pipe (followed by the expiration parameter pipe)

Див. також ред.