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('
local function addTest(frame, out, functionName, ...) out = out .. '|-\n' out = out .. '| style="vertical-align:top" | ' .. functionName .. '
with arguments:' .. showArgs(frame, arg) .. '\n' out = out .. frame:preprocess('| style="vertical-align:top" |
return outend
function p.test(frame) local out = '
Lua\n' out = out .. '! Live\n' out = out .. ' | Sandbox\n' out = addTest(frame, out, 'locations', , 'jctint' ) out = addTest(frame, out, 'locations', , 'jcttop' ) return out .. ' |
---|
return p