Module:Test: Difference between revisions

    From Longevity Wiki
    (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 difference)

    Revision as of 23:29, 20 February 2024

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

    local p = {}
    
    function p.output(frame)
        -- The string you want to output
        local outputString = "Hello, World! {{pmid|19940465}}"
        return outputString
    end
    
    return p