<?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_GetCoinText</id>
	<title>WoW:API GetCoinText - 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_GetCoinText"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetCoinText&amp;action=history"/>
	<updated>2026-05-31T17:23:53Z</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_GetCoinText&amp;diff=19450&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API GetCoinText to WoW:API GetCoinText without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetCoinText&amp;diff=19450&amp;oldid=prev"/>
		<updated>2023-08-15T04:45:48Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_GetCoinText&quot; title=&quot;WoW:API GetCoinText&quot;&gt;API GetCoinText&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_GetCoinText&quot; title=&quot;WoW:API GetCoinText&quot;&gt;API GetCoinText&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:45, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-19449:rev-19450 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GetCoinText&amp;diff=19449&amp;oldid=prev</id>
		<title>WoWWiki&gt;Farmbuyer: initial documentation</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetCoinText&amp;diff=19449&amp;oldid=prev"/>
		<updated>2009-09-08T03:56:00Z</updated>

		<summary type="html">&lt;p&gt;initial documentation&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;
&lt;br /&gt;
Breaks down an amount of money into gold/silver/copper, inserts separator strings, and returns the resulting string.&lt;br /&gt;
&lt;br /&gt;
 formattedAmount = GetCoinText(amount, &amp;quot;separator&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
=== Arguments ===&lt;br /&gt;
:;amount&lt;br /&gt;
::: Integer - the amount of money in copper (for example, the return value from [[API_GetMoney|GetMoney]])&lt;br /&gt;
:;&amp;quot;separator&amp;quot;&lt;br /&gt;
::: String - a string to insert between the formatted amounts of currency, if there is more than one type&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
:; formattedAmount&lt;br /&gt;
::: String - a (presumably localized) string suitable for printing or displaying&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
 /script print(GetCoinText(12345,&amp;quot; &amp;quot;))&lt;br /&gt;
 1 Gold 23 Silver 45 Copper&lt;br /&gt;
 /script print(GetCoinText(12345,&amp;quot;X&amp;quot;))&lt;br /&gt;
 1 GoldX23 SilverX45 Copper&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Farmbuyer</name></author>
	</entry>
</feed>