Module:Clues: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    6 November 2022

    • curprev 19:3719:37, 6 November 202272.46.34.210 talk 2,936 bytes +2,936 Created page with "--<nowiki> local p = {} local maps = require('Module:Map').buildMap function p.temps(frame) local args = frame:getParent().args local ctype = frame.args['ctype'] or 'compass' return p._compscan(args, ctype) end function p.convertDegMin(ns, ndeg, nmin, ew, edeg, emin) if string.lower(ns) == 'n' or string.lower(ns) == 'north' then ns = -1 end if not tonumber(ns) then ns = 1 end if string.lower(ew) == 'w' or string.lower(ew) == 'west' then ew = -1 end if n..."