<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ACoinsGE</id>
	<title>Module:CoinsGE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ACoinsGE"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:CoinsGE&amp;action=history"/>
	<updated>2026-04-30T11:41:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Module:CoinsGE&amp;diff=34448&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;local p = {}  local coins = require(&#039;Module:Coins&#039;) local exchange = require(&#039;Module:Exchange&#039;)  -- -- Module access point -- function p._main(target) 	-- return target 	if not target then 		return &#039;N/A&#039; 	end  	target = tostring(target) 	local amount = exchange._price(target) 	return coins._amount(amount) end  -- -- {{Coins}} access point -- function p.main(frame) 	local args = frame:getParent().args 	return p._main(args[1]) end  --[[ DEBUG = = p._main(&#039;Watering can&#039;) =...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:CoinsGE&amp;diff=34448&amp;oldid=prev"/>
		<updated>2024-10-16T23:00:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  local coins = require(&amp;#039;Module:Coins&amp;#039;) local exchange = require(&amp;#039;Module:Exchange&amp;#039;)  -- -- Module access point -- function p._main(target) 	-- return target 	if not target then 		return &amp;#039;N/A&amp;#039; 	end  	target = tostring(target) 	local amount = exchange._price(target) 	return coins._amount(amount) end  -- -- {{Coins}} access point -- function p.main(frame) 	local args = frame:getParent().args 	return p._main(args[1]) end  --[[ DEBUG = = p._main(&amp;#039;Watering can&amp;#039;) =...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
local coins = require(&amp;#039;Module:Coins&amp;#039;)&lt;br /&gt;
local exchange = require(&amp;#039;Module:Exchange&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
-- Module access point&lt;br /&gt;
--&lt;br /&gt;
function p._main(target)&lt;br /&gt;
	-- return target&lt;br /&gt;
	if not target then&lt;br /&gt;
		return &amp;#039;N/A&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	target = tostring(target)&lt;br /&gt;
	local amount = exchange._price(target)&lt;br /&gt;
	return coins._amount(amount)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
-- {{Coins}} access point&lt;br /&gt;
--&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	return p._main(args[1])&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
--[[ DEBUG =&lt;br /&gt;
= p._main(&amp;#039;Watering can&amp;#039;)&lt;br /&gt;
= p._main()&lt;br /&gt;
--]]&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>