Module:Sandbox/Erutuon/random
< Module:Sandbox | Erutuon
Jump to navigation
Jump to search
Revision as of 20:57, 7 October 2016 by blackwiki>Erutuon (trying to figure out what "currentFrame" is)
Test
- Script error: The function "show" does not exist.
local p = {}
function p.test(frame)
local word = frame.args[1] == "print" and "Printing is allowed"
return word
end
function p.currentFrame(frame)
currentFrame = mw.getCurrentFrame(frame)
return tostring(currentFrame)
end
return p