<?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_GetBankSlotCost</id>
	<title>WoW:API GetBankSlotCost - 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_GetBankSlotCost"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetBankSlotCost&amp;action=history"/>
	<updated>2026-05-30T12:44:32Z</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_GetBankSlotCost&amp;diff=19717&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API GetBankSlotCost to WoW:API GetBankSlotCost without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetBankSlotCost&amp;diff=19717&amp;oldid=prev"/>
		<updated>2023-08-15T04:45:44Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_GetBankSlotCost&quot; title=&quot;WoW:API GetBankSlotCost&quot;&gt;API GetBankSlotCost&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_GetBankSlotCost&quot; title=&quot;WoW:API GetBankSlotCost&quot;&gt;API GetBankSlotCost&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-19716:rev-19717 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GetBankSlotCost&amp;diff=19716&amp;oldid=prev</id>
		<title>WoWWiki&gt;Starlightblunder: Created page with &#039;{{wowapi}} Returns the price of a particular bank slot.  cost = GetBankSlotCost(numSlots);  == Arguments == ; numSlots : Number - Number of slots already purchased.  == Returns =…&#039;</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetBankSlotCost&amp;diff=19716&amp;oldid=prev"/>
		<updated>2010-03-15T14:59:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;{{wowapi}} Returns the price of a particular bank slot.  cost = GetBankSlotCost(numSlots);  == Arguments == ; numSlots : Number - Number of slots already purchased.  == Returns =…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{wowapi}}&lt;br /&gt;
Returns the price of a particular bank slot.&lt;br /&gt;
 cost = GetBankSlotCost(numSlots);&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
; numSlots : Number - Number of slots already purchased.&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
; cost : Number - Price of the next bank slot in copper.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
The following example outputs amount of money you&amp;#039;ll have to pay for the next bank slot:&lt;br /&gt;
 local numSlots,full = GetNumBankSlots();&lt;br /&gt;
 if full then&lt;br /&gt;
  print(&amp;quot;You may not buy any more bank slots&amp;quot;);&lt;br /&gt;
 else&lt;br /&gt;
  local c = GetBankSlotCost(numSlots);&lt;br /&gt;
  print((&amp;quot;Your next bank slot costs %d g %d s %d c&amp;quot;):format(c/10000, c/100 % 100, c % 100));&lt;br /&gt;
 end&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Starlightblunder</name></author>
	</entry>
</feed>