<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ARefDate%2Fdoc</id>
	<title>Template:RefDate/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ARefDate%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:RefDate/doc&amp;action=history"/>
	<updated>2026-04-22T21:54:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Template:RefDate/doc&amp;diff=37376&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;{{documentation}} __NOTOC__  The &#039;&#039;&#039;RefDate&#039;&#039;&#039; template is used for adding a red asterisk to references when they become unverified for a certain period of time (see examples). Its primary use is for citation templates. See the references and citations style guide for more information.  ==Usage== &lt;pre&gt;{{RefDate|{{{date|}}}|alternate duration}}&lt;/pre&gt;  ===First input=== This is set above as &lt;code&gt;&lt;nowiki&gt;{{{date|}}}&lt;/nowik...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Template:RefDate/doc&amp;diff=37376&amp;oldid=prev"/>
		<updated>2024-10-16T23:43:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{documentation}} __NOTOC__  The &amp;#039;&amp;#039;&amp;#039;RefDate&amp;#039;&amp;#039;&amp;#039; template is used for adding a red asterisk to references when they become unverified for a certain period of time (see examples). Its primary use is for citation templates. See &lt;a href=&quot;/index.php?title=RuneScape:Style_guide/References_and_citations&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;RuneScape:Style guide/References and citations (page does not exist)&quot;&gt;the references and citations style guide&lt;/a&gt; for more information.  ==Usage== &amp;lt;pre&amp;gt;{{RefDate|{{{date|}}}|alternate duration}}&amp;lt;/pre&amp;gt;  ===First input=== This is set above as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{date|}}}&amp;lt;/nowik...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;RefDate&amp;#039;&amp;#039;&amp;#039; template is used for adding a red asterisk to references when they become unverified for a certain period of time (see examples). Its primary use is for citation templates. See [[RuneScape:Style guide/References and citations|the references and citations style guide]] for more information.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;pre&amp;gt;{{RefDate|{{{date|}}}|alternate duration}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===First input===&lt;br /&gt;
This is set above as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{date|}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; intentionally. All current citation templates use the input &amp;lt;code&amp;gt;date=&amp;lt;nowiki&amp;gt;~~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; as the date of last verification, so this should be used as the input. If the template uses a different named input, use that name instead.&lt;br /&gt;
&lt;br /&gt;
===Second input===&lt;br /&gt;
Optional - specifies the number of days the template should wait before displaying the asterisk. Defaults to 90 days. Some areas of the &amp;#039;&amp;#039;RuneScape&amp;#039;&amp;#039; website changes less often than other areas (for example, the Forums are a lot more dynamic than the Game Guide).&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;#039;&amp;#039;Note - the following are static examples&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
;If the first input does not exist - a date has not been given.&lt;br /&gt;
[[RuneScape:Citations|&amp;lt;span class=&amp;quot;outdate-ref&amp;quot; style=&amp;quot;color:red; font-size:larger;&amp;quot; title=&amp;quot;This reference has not been verified - It may be outdated. Click for more information.&amp;quot;&amp;gt;*&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
[[:Category:References that need verification]] is added.&lt;br /&gt;
&lt;br /&gt;
;If the first input is a date of over 180 days ago&lt;br /&gt;
[[RuneScape:Citations|&amp;lt;span class=&amp;quot;outdate-ref&amp;quot; style=&amp;quot;color:red; font-size:larger;&amp;quot; title=&amp;quot;This reference has not been verified for over 180 days - It may be outdated. Click for more information.&amp;quot;&amp;gt;*&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
[[:Category:References that need verification]] is added, and is sorted by the date given. Note the difference in hover text between this and the above examples.&lt;br /&gt;
&lt;br /&gt;
==Customisation==&lt;br /&gt;
The asterisk is given the class &amp;lt;code&amp;gt;outdate-ref&amp;lt;/code&amp;gt;. This can be used to customise the colour and behaviour of the asterisk. Some examples:&lt;br /&gt;
&lt;br /&gt;
Add to [[Special:MyPage/common.css|this page]]:&lt;br /&gt;
&lt;br /&gt;
*Make the asterisk green instead of red:&lt;br /&gt;
&amp;lt;pre&amp;gt;.outdate-ref {color:green !important;}&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Hide all outdated-reference asterisks:&lt;br /&gt;
&amp;lt;pre&amp;gt;.outdate-ref {display:none !important;}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{citations}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Reference templates]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>