Content deleted Content added
No edit summary |
No edit summary |
||
Line 12:
local data = require('Module:HK-MTR_stations/' .. system)
local station = data.stations[code]
return code .. ' ' .. station.id
end
Line 26:
local data = require('Module:HK-MTR_stations/' .. system)
local station = data.stations[code]
return code .. ' ' .. station.link
end
|