Jump to content

Module:Tracked in

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Novem Linguae (talk | contribs) at 09:36, 26 November 2021 (create). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- Draft. Will be used in {{Tracked in}} once this is finished.

local p = {} --p stands for package

function p.getDomain(url)
    return "Hello world"
end

function p.getIssueNumber(url)
    return "Hello world"
end

return p