跳转到内容

模組:CNBUS/NT

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

这是Module:CNBUS/NT当前版本,由梦夕琳留言 | 贡献编辑于2024年12月27日 (五) 10:03 建立内容为“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”的新页面)。这个网址是本页该版本的固定链接。

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

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