Module:Test: Difference between revisions
(Created page with "local p = {} function p.output(frame) -- The string you want to output local outputString = "Hello, World! {{pmid|19940465}}" return outputString end return p") |
No edit summary |
||
Line 3: | Line 3: | ||
function p.output(frame) | function p.output(frame) | ||
-- The string you want to output | -- The string you want to output | ||
local outputString = | local outputString = 'Hello, World! {{pmid|19940465}}' | ||
return outputString | return outputString | ||
end | end | ||
return p | return p |
Revision as of 23:31, 20 February 2024
Documentation for this module may be created at Module:Test/doc