跳转到内容

模組:CGroup/Transport

被永久保护的模块
维基百科,自由的百科全书

这是本页的一个历史版本,由Xpenxpen留言 | 贡献2018年2月28日 (三) 05:54 (新条目)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)

return {
	
name = 'Transport',
description = '交通',
content = {
	
{ type = 'text', text = [[
== 巴士 ==
]] },
{ type = 'item', original = 'bus', rule = 'zh-cn:公共汽车;zh-tw:公共汽車;zh-hk:巴士;zh-sg:巴士;zh-mo:巴士;', description = '' },
{ type = 'item', original = 'bus', rule = 'zh-cn:公共汽车;zh-tw:公車;zh-hk:巴士;zh-sg:巴士;zh-mo:巴士;', description = '' },
{ type = 'item', original = '', rule = 'zh-cn:公交专用道; zh-tw:公車專用道; zh-hk:巴士專線;', description = '' },
{ type = 'item', original = 'BRT', rule = 'zh-cn:快速公交; zh-tw:公車捷運; zh-hk:巴士快速交通;', description = 'BRT' },
{ type = 'item', original = '', rule = 'zh-cn:快速公共交通; zh-tw:公車捷運系統; zh-hk:巴士快速交通;', description = '' },
{ type = 'item', original = '', rule = '低地板巴士; zh-tw:低底盤公車; zh-hk:特低地台巴士;', description = '' },

{ type = 'text', text = [[
== 铁路 ==
]] },
{ type = 'item', original = '', rule = 'zh-cn:避车处;zh-tw:列車交會站;', description = '' },
{ type = 'item', original = '', rule = 'zh-cn:接触网供电;zh-tw:高架電車線;', description = '' },

{ type = 'text', text = [[
== 出租载具 ==
]] },
{ type = 'item', original = 'taxi', rule = 'zh:出租車;zh-cn:出租车;zh-tw:計程車;zh-hk:的士;zh-sg:德士;', description = '' },

{ type = 'text', text = [[
== 其他陆运 ==
]] },
{ type = 'item', original = 'bike', rule = 'zh-cn:自行车;zh-tw:腳踏車;zh-hk:單車;zh-sg:腳車;', description = '' },



},	
}