Difference between revisions of "Module:Sandbox/Komidore64/helloworld"
Jump to navigation
Jump to search
Komidore64 (talk | contribs) (Created page with "local p = {} function p.helloworld(frame) return "hello world" end return p") |
Komidore64 (talk | contribs) |
||
Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
− | function p. | + | function p.main(frame) |
return "hello world" | return "hello world" | ||
end | end | ||
return p | return p |
Latest revision as of 20:45, 16 December 2020
Documentation for this module may be created at Module:Sandbox/Komidore64/helloworld/doc
local p = {} function p.main(frame) return "hello world" end return p