Content deleted Content added
m ' |
m add explanation of require() usage |
||
Line 124:
local function getData(system, verify)
-- using require() instead of mw.loadData() allows e.g. the use of pairs/ipairs,
-- and is actually slightly more efficient for smaller data tables
if verify then
local title = mw.title.new('Module:Adjacent stations/' .. system -- .. '/sandbox'
|