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()
local a = string.match(k, '(%l+)%d+')
local b = tonumber(string.match(k, '%l+(%d+)'))
|