Jump to content

Module:Canada NTS

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Denelson83 (talk | contribs) at 03:44, 27 March 2022 (New module: Testing phase started). 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 NTS = {} --p stands for package

function NTS.grid(lat,lon)
    return lat + lon
end

return NTS