跳转到内容

模組:Adjacent stations/北大阪急行電鐵

维基百科,自由的百科全书
文档图示 模块文档[创建]
local frame = mw.getCurrentFrame();
local link = frame:expandTemplate{ title = 'link-ja', args = { '%1站', '%1駅', '%1' } };
local p = {
	["system title"] = "[[北大阪急行電鐵]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["箕面船場阪大前"] = link,
		["箕面萱野"] = link
	},
	["lines"] = {
		["M"] = {
			["title"] = "'''M''' [[南北線 (北大阪急行電鐵)|南北線]]",
			["color"] = "7e2355",
			["left terminus"] = "箕面萱野",
			["right terminus"] = "江坂"
		},
	},
	["aliases"] = {
	}
}

return p