Module:Adjacent stations: Difference between revisions

Content deleted Content added
Created page with '-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. local function yesno(val, default...'
 
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+)'))