Jump to content

Module:Road data/locations/testcases: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, โ†’ = section edit, โ† = automatic edit summary

23 August 2024

  • curprev 21:4921:49, 23 August 2024 BrandonXLF talk contribs 1,480 bytes +87 vertical-align: top; undo
  • curprev 21:4721:47, 23 August 2024 BrandonXLF talk contribs 1,393 bytes +1,393 โ†Created page with 'local p = {} local live = require('Module:Road data/locations') local sandbox = require('Module:Road data/locations/sandbox') local function showArgs(frame, args) local out = '' for _, arg in ipairs(args) do out = out .. frame:preprocess('<syntaxhighlight lang="lua">' .. mw.dumpObject(arg) .. '</syntaxhighlight>') end return out end local function addTest(frame, out, functionName, ...) out = out .. '|-\n' out = out .. '| <code>' .. functionNa...'