Module:Data/Cenrail/Stops: Difference between revisions

From Nguhcraft Wiki
Jump to navigation Jump to search
(Create data page)
 
No edit summary
Line 1: Line 1:
return {
return {
{
IMP = {
code = "IMP",
name = "Imerchal Pfr.",
name = "Imerchal Pfr.",
coords = {9, -1172},
coords = {9, -1172},
},
},
{
KCC = {
code = "KCC",
name = "Parkow",
name = "Parkow",
coords = {-654, -1053},
coords = {-654, -1053},
},
},
}
}

Revision as of 18:24, 21 February 2025

Documentation for this module may be created at Module:Data/Cenrail/Stops/doc

return {
	IMP = {
		name = "Imerchal Pfr.",
		coords = {9, -1172},
	},
	KCC = {
		name = "Parkow",
		coords = {-654, -1053},
	},
}