<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3ADW%2FUL%2Fdoc</id>
	<title>Template:DW/UL/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3ADW%2FUL%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:DW/UL/doc&amp;action=history"/>
	<updated>2026-04-11T02:27:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Template:DW/UL/doc&amp;diff=37952&amp;oldid=prev</id>
		<title>imported&gt;Keplare at 23:56, 31 August 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:DW/UL/doc&amp;diff=37952&amp;oldid=prev"/>
		<updated>2025-08-31T23:56:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation}}&lt;br /&gt;
&lt;br /&gt;
This template creates an entry for an article&amp;#039;s update history. You &amp;#039;&amp;#039;&amp;#039;must&amp;#039;&amp;#039;&amp;#039; only put this template inside of {{t|UH}}.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
* date = Date of the update in &amp;lt;nowiki&amp;gt;[[DD MONTH]]&amp;lt;/nowiki&amp;gt; YY. For example, &amp;lt;nowiki&amp;gt;[[15 April]]&amp;lt;/nowiki&amp;gt; 2025. &lt;br /&gt;
** If the date is unknown, type: Unknown date.&lt;br /&gt;
* type = &amp;#039;&amp;#039;&amp;#039;update&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;hotfix&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;patch&amp;#039;&amp;#039;&amp;#039;; Default: update&lt;br /&gt;
* ver = Full name of the version. &lt;br /&gt;
** If the version is unknown, type: Unknown.&lt;br /&gt;
* vernum = only the version number to be displayed, optional&lt;br /&gt;
* update = The text of the update&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
====Update example with version number====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{UH|&lt;br /&gt;
{{UL&lt;br /&gt;
|date = [[2 May]] 2025&lt;br /&gt;
|ver = Eye on Ashenfall 0.7.3&lt;br /&gt;
|vernum = 0.7.3&lt;br /&gt;
|update = Spitfoot is now more noticeable in the Vertentis Kara Vault.&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Produces:&amp;lt;br&amp;gt;&lt;br /&gt;
{{UH|&lt;br /&gt;
{{UL&lt;br /&gt;
|date = [[2 May]] 2025&lt;br /&gt;
|ver = Eye on Ashenfall 0.7.3&lt;br /&gt;
|vernum = 0.7.3&lt;br /&gt;
|update = Spitfoot is now more noticeable in the Vertentis Kara Vault.&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Update example with unknown date and version====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{UH|&lt;br /&gt;
{{UL&lt;br /&gt;
|date = Unknown date&lt;br /&gt;
|ver = Unknown&lt;br /&gt;
|vernum = 0.7.3&lt;br /&gt;
|update = Spitfoot is now more noticeable in the Vertentis Kara Vault.&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Produces:&amp;lt;br&amp;gt;&lt;br /&gt;
{{UH|&lt;br /&gt;
{{UL&lt;br /&gt;
|date = Unknown date&lt;br /&gt;
|ver = Unknown&lt;br /&gt;
|vernum = 0.7.3&lt;br /&gt;
|update = Spitfoot is now more noticeable in the Vertentis Kara Vault.&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Hotfix example without the version number, but with multiple text====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{UH|&lt;br /&gt;
{{UL&lt;br /&gt;
|date = [[2 May]] 2025&lt;br /&gt;
|type = hotfix&lt;br /&gt;
|ver = Hotfix 1 - 0.7.1.2&lt;br /&gt;
|update =&lt;br /&gt;
First thing that happened.&lt;br /&gt;
*Comment on the first thing.&lt;br /&gt;
Second thing that happened.&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Produces:&amp;lt;br&amp;gt;&lt;br /&gt;
{{UH|&lt;br /&gt;
{{UL&lt;br /&gt;
|date = [[2 May]] 2025&lt;br /&gt;
|type = hotfix&lt;br /&gt;
|ver = Hotfix 1 - 0.7.1.2&lt;br /&gt;
|update =&lt;br /&gt;
First thing that happened.&lt;br /&gt;
*Comment on the first thing.&lt;br /&gt;
Second thing that happened.&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Keplare</name></author>
	</entry>
</feed>