跳转到内容

模組:CNBUS/KF

维基百科,自由的百科全书
文档图示 模块文档[创建]
local kf = {
	areas = { },
	operators = { }
}

kf.areas['kaifeng'] = {
	name = "开封",
	source = "Module:CNBUS/KF/data",
	aliases = { "Kaifeng", "KF", "kf", "开封", "default" }
}

kf.operators['KFB'] = {
	color = "red",
	aliases = { "公交一公司", "公交二公司", "公交三公司", "公交四公司", "公交五公司", "公交六公司", "公交七公司" }
}
kf.operators['JY'] = {
	color = "purple",
	aliases = { "开封交运", "神象城际" }
}
kf.operators['other'] = {
	color = "white",
}
kf.operators['multi'] = {
	color = "black",
}

return kf