Jump to content

Module:Conservation status

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jts1882 (talk | contribs) at 08:34, 7 August 2019 (create with basics). 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)

local p = {}

function p.main(frame)

    local status = frame:getParent().args[2]
    local system = frame:getParent().args[1]
    
    return system .. ' ' .. status
end
return p