View source for Module:Currencies
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
-- <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.ParserFunctions.expr
local ret = {'<span class="coins', true, true, true, '</span>'}
-- strip commas from input
000
1:0
Return to Module:Currencies.