跳转到内容

模組:CNBUS/NT

本页使用了标题或全文手工转换
维基百科,自由的百科全书

local nt = {
	areas = { },
	operators = { }
}

nt.areas['nantong'] = {
	name = "南通",
	page = "南通公交线路列表",
	source = "Module:CNBUS/NT/data",
	aliases = { "Nantong", "nt", "NT",  "南通", "default" }
}

nt.operators['other'] = {
	color = "white",
}
	
nt.operators['multi'] = {
	color = "black",
}

return nt