跳转到内容

模組:Adjacent stations/鐵道省

维基百科,自由的百科全书
local hokkaido = "%1站 (北海道)"
local aomori = "%1站 (青森縣)"
local akita = "%1站 (秋田縣)"
local iwate = "%1站 (岩手縣)"
local miyagi = "%1站 (宮城縣)"
local yamagata = "%1站 (山形縣)"
local fukushima = "%1站 (福島縣)"
local ibaraki = "%1站 (茨城縣)"
local tochigi = "%1站 (栃木縣)"
local nagano = "%1站 (長野縣)"
local niigata = "%1站 (新潟縣)"
local gunma = "%1站 (群馬縣)"
local yamanashi = "%1站 (山梨縣)"
local chiba = "%1站 (千葉縣)"
local saitama = "%1站 (埼玉縣)"
local tokyo = "%1站 (東京都)"
local kanagawa = "%1站 (神奈川縣)"
local shizuoka = "%1站 (靜岡縣)"
local aichi = "%1站 (愛知縣)"
local gifu = "%1站 (岐阜縣)"
local shiga = "%1站 (滋賀縣)"
local mie = "%1站 (三重縣)"
local nara = "%1站 (奈良縣)"
local osaka = "%1站 (大阪府)"
local kyoto = "%1站 (京都府)"
local wakayama = "%1站 (和歌山縣)"
local hyogo = "%1站 (兵庫縣)"
local toyama = "%1站 (富山縣)"
local ishikawa = "%1站 (石川縣)"
local fukui = "%1站 (福井縣)"
local okayama = "%1站 (岡山縣)"
local hiroshima = "%1站 (廣島縣)"
local yamaguchi = "%1站 (山口縣)"
local tottori = "%1站 (鳥取縣)"
local shimane = "%1站 (島根縣)"
local kagawa = "%1站 (香川縣)"
local tokushima = "%1站 (德島縣)"
local kochi = "%1站 (高知縣)"
local ehime = "%1站 (愛媛縣)"
local fukuoka = "%1站 (福岡縣)"
local saga = "%1站 (佐賀縣)"
local nagasaki = "%1站 (長崎縣)"
local oita = "%1站 (大分縣)"
local kumamoto = "%1站 (熊本縣)"
local miyazaki = "%1站 (宮崎縣)"
local kagoshima = "%1站 (鹿兒島縣)"
local japan = "%1站 (日本)"
local terminal= "%1"
local frame = mw.getCurrentFrame();
local link = frame:expandTemplate{ title = 'link-ja', args = { '%1站', '%1駅', '%1' } };

local p = {
	["system title"] = "[[鐵道省 (日本)|鐵道省]]",
	["station format"] = {
		"%1站",
        -- 消歧義
        ["豐城"] = japan,
        ["新宮"] = japan,

        ["橫川"] = hiroshima,

        ["古川"] = tokushima,
        ["撫養舊"] = "[[鳴門站|撫養]]",

	},
	["lines"] = {
		["水郡線"] = {
			["title"] = "[[水郡線]]",
			["color"] = "cccccc",
			["left terminus"] = "水戶",
			["right terminus"] = "安積永盛"
		},
		["富內線"] = {
			["title"] = "[[富內線]]",
			["color"] = "cccccc",
			["left terminus"] = "沼之端",
			["right terminus"] = "富內"
		},
		["川俁線"] = {
			["title"] = "[[川俁線]]",
			["color"] = "cccccc",
			["left terminus"] = "松川",
			["right terminus"] = "岩代川俁"
		},
		["紀勢中線"] = {
			["title"] = "[[紀勢本線|紀勢中線]]",
			["color"] = "cccccc",
			["left terminus"] = "新宮",
			["right terminus"] = "紀伊勝浦"
		},
		["可部線"] = {
			["title"] = "[[可部線]]",
			["color"] = "cccccc",
			["left terminus"] = "橫川",
			["right terminus"] = "安藝飯室"
		},
		["阿波線"] = {
			["title"] = "[[鳴門線|阿波線]]",
			["color"] = "cccccc",
			["left terminus"] = "古川",
			["right terminus"] = "撫養舊"
		},
		["小松島線"] = {
			["title"] = "[[小松島線]]",
			["color"] = "cccccc",
			["left terminus"] = "德島",
			["right terminus"] = "小松島"
		},
		["根室本線"] = {
			["title"] = "[[根室本線]]",
			["color"] = "cccccc",
			["left terminus"] = "瀧川",
			["right terminus"] = "根室"
		},
	}
}
return p