Module:Rates/Sandbox

From Ephinea PSO Wiki
< Module:Rates
Revision as of 22:01, 30 April 2023 by Ryan (talk | contribs) (Created page with "local p = {} function p.displayRate(frame) local rate = tonumber(frame.args[1]) return rate end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Rates/Sandbox/doc

local p = {}

function p.displayRate(frame)
  local rate = tonumber(frame.args[1])
  return rate
end

return p