Jump to content

Module:NSW GNR

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 99of9 (talk | contribs) at 05:38, 1 April 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- For unit tests, see [[Module:GNR reference/testcases]]
local p = {}
function p.convert(frame)
    return frame.args[1]
end
return p