请输入您要查询的百科知识:

 

词条 Module:Adjacent stations/i18n
释义

local p = {}

p = {

['en-GB'] = {

['preceding'] = function(s)

return s and 'Preceding ' .. s

end,

['following'] = function(s)

return s and 'Following ' .. s

end,

['stop_noun'] = 'station',

['nonstop_past'] = function(s)

return s and s .. ' did not stop here'

end,

['nonstop_present'] = function(s)

return s and s .. ' does not stop here'

end,

['comma'] = function(s)

return s and ', ' .. s

end,

['or'] = function(s)

return s and ' or ' .. s

end,

['via-first'] = false, -- If the «via» text comes before termini, change to «true»

['via'] = function(s)

return s and ' via ' .. s

end,

['comma-format'] = ',%s+',

['or-format'] = '%s+or%s+',

['via-format'] = '%s+via%s+(.+)$', -- first match is station name

['towards'] = function(s)

return s and 'towards ' .. s

end,

['through'] = function(s)

return s and 'through to ' .. s

end,

['reverse'] = 'Reverses direction',

['oneway'] = 'One-way operation',

['terminus'] = 'Terminus',

['transfer'] = function(s)

return s and 'transfer at ' .. s

end,

['error_duplicate'] = function(s)

return s and 'Same row number used multiple times for ' .. s

end,

['error_format'] = 'Station format table missing in data page',

['error_line'] = 'Lines table missing in data module',

['error_missing'] = function(s)

return s and '"' .. (s or ) .. '" is missing from the data page'

end,

['error_unknown'] = function(s)

return s and 'Unknown line "' .. (s or ) .. '"'

end

}

}

p['en-US'] = mw.clone(p['en-GB'])

p['en-US']['towards'] = function(s) return s and 'toward ' .. s end

return p

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/27 12:18:57