Difference between revisions of "Module:Test"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
function p.hello_world(a) | function p.hello_world(a) | ||
return "Hello, world! from " .. mw. | return "Hello, world! from " .. mw.allToString(a) | ||
end | end | ||
return p | return p |
Revision as of 08:56, 9 August 2021
Documentation for this module may be created at Module:Test/doc