Jump to content

Module:Infobox road/length: Revision history

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.

27 Hlakubele 2022

  • curprev 19:0919:09, 27 Hlakubele 2022 Prince ovy bua litsebo 2,218 bytes +2,218 Created page with "local p = {} local math = require "Module:Math" local function getLengths(args, num) local precision = math._precision local round = math._round local format = math._precision_format local lengths = {} local km = args["length_km" .. num] or '' local mi = args["length_mi" .. num] or '' local prec = tonumber(args["length_round" .. num]) if '' == km then local n = tonumber(mi) prec = prec or precision(mi) if n then..."