Jump to content

Module:Sandbox/PhiH/Route

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by PhiH (talk | contribs) at 12:30, 15 December 2020 (sandbox). 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.route(frame)
    local list = frame.args.route
    local inv = frame.args.inv
    return list
end 
return p