<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AXML%2FUiInclude</id>
	<title>WoW:XML/UiInclude - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AXML%2FUiInclude"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/UiInclude&amp;action=history"/>
	<updated>2026-04-22T17:11:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:XML/UiInclude&amp;diff=20347&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page XML/UiInclude to WoW:XML/UiInclude without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/UiInclude&amp;diff=20347&amp;oldid=prev"/>
		<updated>2023-08-15T04:49:28Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:XML/UiInclude&quot; title=&quot;WoW:XML/UiInclude&quot;&gt;XML/UiInclude&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:XML/UiInclude&quot; title=&quot;WoW:XML/UiInclude&quot;&gt;XML/UiInclude&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:49, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-20346:rev-20347 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:XML/UiInclude&amp;diff=20346&amp;oldid=prev</id>
		<title>Bear: Created page with &quot;{{uixml}}  Include allows WoW UI XML files to be included in another UI XML file. The Include element can be used in a XML/Ui element. ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:XML/UiInclude&amp;diff=20346&amp;oldid=prev"/>
		<updated>2012-09-23T07:02:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{uixml}}  &lt;a href=&quot;/wiki/WoW:XML/UiInclude&quot; title=&quot;WoW:XML/UiInclude&quot;&gt;Include&lt;/a&gt; allows WoW UI XML files to be included in another UI XML file. The &lt;a href=&quot;/wiki/WoW:XML/UiInclude&quot; title=&quot;WoW:XML/UiInclude&quot;&gt;Include&lt;/a&gt; element can be used in a &lt;a href=&quot;/wiki/WoW:XML/Ui&quot; title=&quot;WoW:XML/Ui&quot;&gt;XML/Ui&lt;/a&gt; element. ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{uixmlelem}}&lt;br /&gt;
&lt;br /&gt;
[[XML/UiInclude|Include]] allows WoW UI XML files to be included in another UI XML file. The [[XML/UiInclude|Include]] element can be used in a [[XML/Ui]] element.&lt;br /&gt;
&lt;br /&gt;
== Inheritance ==&lt;br /&gt;
Inherited by: none, Inherits: none, Defined in: [[XML/Ui|Ui]]&lt;br /&gt;
&lt;br /&gt;
== Elements ==&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
== Attributes ==&lt;br /&gt;
* file (string) - relative path to the WoW UI XML file to include&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
[[XML/UiInclude|Include]] elements include other WoW UI XML files in an XML file and allow them to be processed on load inline, at the point of the include statement.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
 &amp;lt;[[XML/Ui|Ui]] xmlns=&amp;quot;http://www.blizzard.com/wow/ui/&amp;quot;&lt;br /&gt;
       xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;[[XML/UiInclude|Include]] file=&amp;quot;MyOtherFrame.xml&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;Frame name=&amp;quot;MyFrame&amp;quot; inherits=&amp;quot;MyOtherFrameTemplate&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;Size&amp;gt;&lt;br /&gt;
       &amp;lt;[[XML/AbsDimension|AbsDimension]] x=&amp;quot;200&amp;quot; y=&amp;quot;200&amp;quot;/&amp;gt;&lt;br /&gt;
     &amp;lt;/Size&amp;gt;&lt;br /&gt;
   &amp;lt;/Frame&amp;gt;&lt;br /&gt;
 &amp;lt;/Ui&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This example demonstrates using &amp;#039;&amp;#039;&amp;#039;Include&amp;#039;&amp;#039;&amp;#039; to include another XML file, in this case presumably containing a template used by a Frame in this XML file. The included XML will be processed before the template it contains is used by &amp;#039;MyFrame&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;/div&gt;</summary>
		<author><name>Bear</name></author>
	</entry>
</feed>