<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://wiki.shealladh.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AHilite</id>
		<title>Template:Hilite - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.shealladh.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AHilite"/>
		<link rel="alternate" type="text/html" href="http://wiki.shealladh.com/index.php?title=Template:Hilite&amp;action=history"/>
		<updated>2026-04-16T07:53:07Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.4</generator>

	<entry>
		<id>http://wiki.shealladh.com/index.php?title=Template:Hilite&amp;diff=74&amp;oldid=prev</id>
		<title>Shealladh: Created page with &quot;{{#if:{{{3|}}}|{{#ifexpr:({{#time:U|{{{3}}}}} - {{#time:U|now}}) &gt; 0|{{hilite/core|{{{1|}}}|{{#ifeq:{{{2|}}}||yellow|{{{2}}}}}}}|{{{1|}}}}}|{{hilite/core|{{{1|}}}|{{{2|yellow}...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.shealladh.com/index.php?title=Template:Hilite&amp;diff=74&amp;oldid=prev"/>
				<updated>2018-09-19T01:04:13Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{#if:{{{3|}}}|{{#ifexpr:({{#time:U|{{{3}}}}} - {{#time:U|now}}) &amp;gt; 0|{{hilite/core|{{{1|}}}|{{#ifeq:{{{2|}}}||yellow|{{{2}}}}}}}|{{{1|}}}}}|{{hilite/core|{{{1|}}}|{{{2|yellow}...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#if:{{{3|}}}|{{#ifexpr:({{#time:U|{{{3}}}}} - {{#time:U|now}}) &amp;gt; 0|{{hilite/core|{{{1|}}}|{{#ifeq:{{{2|}}}||yellow|{{{2}}}}}}}|{{{1|}}}}}|{{hilite/core|{{{1|}}}|{{{2|yellow}}}}}}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{hilite | text | color (optional) | expiration (optional) }}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Parameters&lt;br /&gt;
&lt;br /&gt;
*'''text''' (parameter 1): Enter the text to be highlighted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Optional parameters&lt;br /&gt;
&lt;br /&gt;
These parameters are optional, but unused parameters must be separated by a pipe (see examples below): &lt;br /&gt;
&lt;br /&gt;
*'''color''' (parameter 2): Colors may be specified by word (e.g., &amp;quot;red&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;lightgreen&amp;quot;) or in [http://en.wikipedia.org/wiki/Web_colors hexadecimal] format (e.g., &amp;quot;#FF0066&amp;quot;, &amp;quot;#C0C0C0&amp;quot;). If no value is given for the color, the template defaults to yellow.&lt;br /&gt;
&lt;br /&gt;
*'''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.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! code !! output !! notes&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{hilite | text }}&amp;lt;/nowiki&amp;gt; || {{hilite | text }} || The default highlight color is yellow&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{hilite | text | lightblue }}&amp;lt;/nowiki&amp;gt; || {{hilite | text | lightblue }} || The second parameter is the highlight color&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{hilite | text | pink | 2011-01-01 }}&amp;lt;/nowiki&amp;gt; || {{hilite | text | pink | 2011-01-01 }} || This is not highlighted since 1 January 2011 is in the past&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{hilite | text | pink |&amp;lt;/nowiki&amp;gt; {{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}} &amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt; || {{hilite | text || {{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}}} || There is no highlighting on the expiration date if today's date is not shown)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{hilite | text | #00FF00 | 1 January 2099 }}&amp;lt;/nowiki&amp;gt; || {{hilite | text | #00FF00 | 1 January 2099 }} || This is highlighted since 1 January 2099 is in the future&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{hilite | text || January 1, 2099 }}&amp;lt;/nowiki&amp;gt; || {{hilite | text || January 1, 2099 }} || Note the color parameter, left blank, is still represented&amp;lt;br&amp;gt; with a pipe (followed by the expiration parameter pipe)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Template]]&lt;/div&gt;</summary>
		<author><name>Shealladh</name></author>	</entry>

	</feed>