Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:FBI QR code: Difference between revisions

From Hacks Guide Wiki
No edit summary
No edit summary
Line 60: Line 60:


function p.test(frame)
function p.test(frame)
return frame:getParent():callParserFunction('#qrlite', frame:getParent().args['1'])
return frame:callParserFunction('#qrlite', frame.args['1'])
end
end


return p
return p