跳转到内容

模組:CNBUS/CZ

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

local cz = {
	areas = { },
	operators = { }
}

cz.areas['chaozhou'] = {
	name = "潮州",
	page = "潮州公交路线列表",
	source = "Module:CNBUS/CZ/data",
	aliases = { "Chaozhou", "CZ", "cz", "潮州", "default" }
}
cz.areas['shantou'] = {
	name = "汕头",
	page = "汕头公交路线列表",
	source = "Module:CNBUS/CZ/shantou",
	aliases = { "Shantou", "ST", "st", "汕头", "汕頭" }
}
cz.areas['jieyang'] = {
	name = "揭阳",
	page = "揭阳公交路线列表",
	source = "Module:CNBUS/CZ/jieyang",
	aliases = { "Jieyang", "JY", "jy", "揭阳", "揭陽" }
}

cz.operators['yueyun'] = {
	color = "orange",
	aliases = { "粤运潮州", "粤运饶平" }
}
cz.operators['fengshun'] = {
	color = "skyblue",
	aliases = { "凤顺客运", "凤凰凤顺" }
}
cz.operators['other'] = {
	color = "white",
}
cz.operators['multi'] = {
	color = "black",
}

return cz