Module:Hefnertest: Difference between revisions

From Roat Pkz
Jump to navigation Jump to search
(Created page with "-- <nowiki> local p = {} function p.hello( frame ) return 'Hello, world!' end return p -- </nowiki>")
 
(No difference)

Latest revision as of 19:59, 3 April 2024

Documentation for this module may be created at Module:Hefnertest/doc

-- <nowiki>
local p = {}

function p.hello( frame )
    return 'Hello, world!'
end

return p
-- </nowiki>