Module:Test

    From Longevity Wiki
    Revision as of 23:29, 20 February 2024 by Strimo (talk | contribs) (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")
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

    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