Alex
Created page with "-- <pre> -- Implements {{Currency}} -- Variant of Module:Coins to support other currency types -- Original source: http://oldschool.runescape.wiki/w/Module:Coins?action=history local p = {} local currency_image = require("Module:Currency Image") local function amount(a,currency) -- convert used globals to locals where possible to improve performance local math = math local string = string local table = table local mw = mw local expr = mw.ext.ParserFunctio..."