<?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%3AAPI_UnitChannelInfo</id>
	<title>WoW:API UnitChannelInfo - 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%3AAPI_UnitChannelInfo"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_UnitChannelInfo&amp;action=history"/>
	<updated>2026-06-01T23:15:24Z</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:API_UnitChannelInfo&amp;diff=20468&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API UnitChannelInfo to WoW:API UnitChannelInfo without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_UnitChannelInfo&amp;diff=20468&amp;oldid=prev"/>
		<updated>2023-08-15T04:47:43Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_UnitChannelInfo&quot; title=&quot;WoW:API UnitChannelInfo&quot;&gt;API UnitChannelInfo&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_UnitChannelInfo&quot; title=&quot;WoW:API UnitChannelInfo&quot;&gt;API UnitChannelInfo&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:47, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-20467:rev-20468 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_UnitChannelInfo&amp;diff=20467&amp;oldid=prev</id>
		<title>212.60.227.18: Created page with &quot;{{wowapi}} __NOTOC__ &lt;!-- Describe the purpose of the function, exhausting detail can be saved for a later section --&gt; One line summary description of function. &lt;!-- List retu...&quot;</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_UnitChannelInfo&amp;diff=20467&amp;oldid=prev"/>
		<updated>2013-09-02T12:40:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{wowapi}} __NOTOC__ &amp;lt;!-- Describe the purpose of the function, exhausting detail can be saved for a later section --&amp;gt; One line summary description of function. &amp;lt;!-- List retu...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{wowapi}} __NOTOC__&lt;br /&gt;
&amp;lt;!-- Describe the purpose of the function, exhausting detail can be saved for a later section --&amp;gt;&lt;br /&gt;
One line summary description of function.&lt;br /&gt;
&amp;lt;!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --&amp;gt;&lt;br /&gt;
 isTrue, retVal1, retVal2 = func(&amp;quot;arg1&amp;quot;, arg2, ...)&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&amp;lt;!-- List each argument, together with its type --&amp;gt;&lt;br /&gt;
;arg1 : String - description&lt;br /&gt;
;arg2 : Table - description&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
:isTrue, retVal1, retVal2  &amp;lt;!-- Include this line ONLY IF there are multiple return values and a large number of arguments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- List each return value, together with its type --&amp;gt;&lt;br /&gt;
;isTrue : Boolean - is it true&lt;br /&gt;
;retVal1 : String - is it true&lt;br /&gt;
;retVal2 : Number - is it true&lt;br /&gt;
&lt;br /&gt;
== Triggers Events ==&lt;br /&gt;
&amp;lt;!-- If this function triggers an event, name it here. If not, remove the entire section. --&amp;gt;&lt;br /&gt;
* {{api|t=e|WHO_LIST_UPDATE}}, when your query has finished processing on the server and new &amp;quot;Who&amp;quot; information is available&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;!-- If it helps, include an example here, though it&amp;#039;s not required if the usage is self-explanatory --&amp;gt;&lt;br /&gt;
 local a, b, c = func(&amp;quot;hi&amp;quot;, {1,2,3} )&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;Result&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;!-- If it helps, include example results here, though they are not required. You&amp;#039;re allowed to cheat liberally since WoW isn&amp;#039;t a command line language. --&amp;gt;&lt;br /&gt;
 a = &amp;quot;hi &amp;quot;&lt;br /&gt;
 b = &amp;quot;hi hi&amp;quot;&lt;br /&gt;
 c = &amp;quot;hi hi hi&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&amp;lt;!-- Details not appropriate for the main description can go here. &lt;br /&gt;
     REMOVE the section if you&amp;#039;re just going to restate the intro line! --&amp;gt;&lt;br /&gt;
: Does something particularly detailed.&lt;/div&gt;</summary>
		<author><name>212.60.227.18</name></author>
	</entry>
</feed>