Module:Sandbox/SunloungerFrog explained

--test

local p = p.fox = function(frame) local args = frame.args local out = 'A quick brown fox jumps over the lazy dog' -- some code here return outend

p.jugs = function(frame) local args = frame.args local out = 'Pack my box with five dozen liquor jugs' -- some code here return outend

-- 29956455

p.petsc = function(frame) local http=require 'mw.ext.externalData' local results=mw.ext.externalData.getExternalData 'https://petscan.wmflabs.org/?psid=29914029&format=wiki' return resultsend

return p