<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/WMS/index.php?action=history&amp;feed=atom&amp;title=Template%3AXref</id>
	<title>Template:Xref - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/WMS/index.php?action=history&amp;feed=atom&amp;title=Template%3AXref"/>
	<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/WMS/index.php?title=Template:Xref&amp;action=history"/>
	<updated>2026-04-06T14:46:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/WMS/index.php?title=Template:Xref&amp;diff=5411&amp;oldid=prev</id>
		<title>Anw: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/WMS/index.php?title=Template:Xref&amp;diff=5411&amp;oldid=prev"/>
		<updated>2024-08-21T08:36:25Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 10:36, 21 August 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Anw</name></author>
	</entry>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/WMS/index.php?title=Template:Xref&amp;diff=5410&amp;oldid=prev</id>
		<title>WMS&gt;Anw: Added TemplateData</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/WMS/index.php?title=Template:Xref&amp;diff=5410&amp;oldid=prev"/>
		<updated>2024-08-17T09:16:46Z</updated>

		<summary type="html">&lt;p&gt;Added TemplateData&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
'''{{{Type}}} {{{Num}}}''': ''{{{Text|}}}''&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
The following includes the type, number and text passed to the template. The example shows how this may be used within an document template. If not, replace the parameters with literals. &lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{#vardefine:Example|0}}&lt;br /&gt;
{{Xref&lt;br /&gt;
|Num={{ #vardefineecho: Example | {{ #expr: {{ #var: Example }} + 1 }} }}&lt;br /&gt;
|Text=The text describing the cross-reference&lt;br /&gt;
}}&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{{Xref&lt;br /&gt;
|Type=Example&lt;br /&gt;
|Num=1&lt;br /&gt;
|Text=The text describing the cross-reference&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates|{{PAGENAME}}]]&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;Type&amp;quot;: {&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;1&amp;quot;&lt;br /&gt;
			],&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Type&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The cross reference type e.g. Example, Table, etc&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;Num&amp;quot;: {&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;2&amp;quot;&lt;br /&gt;
			],&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Num&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The cross-reference number&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;Text&amp;quot;: {&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;3&amp;quot;&lt;br /&gt;
			],&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Text&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The text to describe the cross reference.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;The following includes the type, number and text passed to the template. The example shows how this may be used within an document template. If not, replace the parameters with literals. \n &amp;lt;nowiki&amp;gt;\n{{#vardefine:Example|0}}\n{{Xref\n|Num={{ #vardefineecho: Example | {{ #expr: {{ #var: Example }} + 1 }} }}\n|Text=The text describing the cross-reference\n}}&amp;lt;/nowiki&amp;gt; &amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>WMS&gt;Anw</name></author>
	</entry>
</feed>