Module:Sandbox01
Revision as of 20:29, 27 April 2016 by Morgan McKeehan (talk | contribs)
local p = {}
function p.ftn01( frame )
return "this is ftn01, created April 27, 2016.\n"
end
function p.ftn02( frame )
return "this is ftn02, created April 27, 2016.\n"
end
return p