Module:TestCoordinates: 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.

12 November 2024

  • curprev 19:2519:25, 12 November 2024Poseidon talk contribs 360 bytes +360 Created page with "local p = {} function p.testCoordinates() local frame = mw.getCurrentFrame() local args = { '33', '57', '01', 'N', '105', '18', '51', 'W', 'region:US-CA_type:event' } local coord_result = frame:callParserFunction('#coordinates', args) return coord_result or "Error: coordinates could not be processed" end return p"