Module:Rates/Sandbox: Difference between revisions
From Ephinea PSO Wiki
No edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
function p.displayRate(frame) | function p.displayRate(frame) | ||
local rate = | local rate = frame.args[1] | ||
return frame.args[1] | |||
return | |||
end | end | ||
return p | return p |
Revision as of 22:16, 30 April 2023
Documentation for this module may be created at Module:Rates/Sandbox/doc
local p = {} function p.displayRate(frame) local rate = frame.args[1] return frame.args[1] end return p