Jump to content

Main public logs

Combined display of all available logs of Wikipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:09, 27 Hlakubele 2022 Prince ovy bua litsebo created page Module:Infobox road/length (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...")