Difference between revisions of "Module:Sandbox01"
Jump to navigation
Jump to search
(Created page with "local p = {} function p.ftn01( frame ) return "this is ftn01, created April 27, 2016." end return p") |
(No difference)
|
Revision as of 19:54, 27 April 2016
local p = {}
function p.ftn01( frame )
return "this is ftn01, created April 27, 2016."
end
return p