Module:Adjacent stations: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 197:
local data = require('Module:L-rail/' .. args.system)
 
for k, v in pairs(frame:getParent().args or frame.args) do
local a = string.match(k, '(%l+)%d+')
local b = tonumber(string.match(k, '%l+(%d+)'))