Jump to content

Module:Adjacent stations/sandbox/subpages

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by 阿南之人 (talk | contribs) at 09:08, 20 March 2023 (Created page with 'local p = { ["system title"] = "a鐵路", ["system icon"] = "", ["station format"] = { "%1站", }, ["lines"] = { ["a"] = { ["title"] = "a線", ["color"] = "114514", ["color2"] = "191981", ["left terminus"] = "ha", ["right terminus"] = "ho", }, }, } return p'). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["system title"] = "[[a鐵路]]",
	["system icon"] = "",
	["station format"] = {
		"%1站",
	},
	["lines"] = {
		["a"] = {
			["title"] = "[[a線]]",
			["color"] = "114514",
			["color2"] = "191981",
			["left terminus"] = "ha",
			["right terminus"] = "ho",
		},
	},
}

return p