Difference between revisions of "Module:Sandbox01"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
function p.ftn01( frame ) | function p.ftn01( frame ) | ||
− | return "this is ftn01, created April 27, 2016." | + | return "this is ftn01, created April 27, 2016.\n" |
end | end | ||
function p.ftn02( frame ) | function p.ftn02( frame ) | ||
− | return "this is ftn02, created April 27, 2016." | + | return "this is ftn02, created April 27, 2016.\n" |
end | end | ||
return p | return p |
Revision as of 20:29, 27 April 2016
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