Template
Infobox Station
From Dogcraft Wiki
No edit summary |
No edit summary |
||
| Line 91: | Line 91: | ||
"label": "Line", | "label": "Line", | ||
"type": "string", | "type": "string", | ||
"default": "e.g East Line" | "default": "Line the station is on (e.g East Line, Super Awesome Branch Line)" | ||
}, | }, | ||
"xcoord": { | "xcoord": { | ||
| Line 107: | Line 107: | ||
"builders": { | "builders": { | ||
"label": "Builders", | "label": "Builders", | ||
"type": "string" | "type": "string", | ||
"description": "People who built the station. Use <code>{{Player|<playername>}}</code> template" | |||
}, | }, | ||
"opened": { | "opened": { | ||
"label": "Opened", | "label": "Opened", | ||
"type": "string" | "type": "string", | ||
"description": "Date of the station opening." | |||
}, | }, | ||
"mainlines": { | "mainlines": { | ||
| Line 122: | Line 124: | ||
], | ], | ||
"label": "Secondary Lines", | "label": "Secondary Lines", | ||
"description": "Use for station pages on Survival 1 and Survival 2." | "description": "Use for station pages on Survival 1 and Survival 2.", | ||
"type": "string" | |||
}, | }, | ||
"sur3_branchlines": { | "sur3_branchlines": { | ||
| Line 129: | Line 132: | ||
], | ], | ||
"label": "Branch Lines", | "label": "Branch Lines", | ||
"default": "Use for station pages on Survival 3 and Survival 4." | "default": "Use for station pages on Survival 3 and Survival 4.", | ||
"type": "string" | |||
} | } | ||
} | } | ||
Revision as of 01:24, 27 March 2020
An infobox for usage on pages about Railway Stations.
Note
- sur3_branchlines is for use on stations in the Survival 3 world.
- sur1-2_secondarylines is for use on stations in the Survival 2 / Survival 1 world.
{{Infobox Station
|title =
|image =
|caption =
|world =
|network = (leave blank to autofill to Survival Railway Network, dependent on the world input).
|line =
|builders =
|opened =
|xcoord =
|ycoord =
|zcoord =
|mainlines =
|sur3_branchlines =
|sur1-2_secondarylines =
}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Station Name | title | Defaults to page title. | String | optional |
| Image | image | no description
| String | optional |
| Image Caption | caption | no description | String | optional |
| World | world | no description
| Unknown | optional |
| Network | network | no description
| String | optional |
| Line | line | no description
| String | optional |
| X-Coordinate | xcoord | no description | Number | optional |
| Y-Coordinate | ycoord | no description | Number | optional |
| Z-Coordinate | zcoord | no description | String | optional |
| Builders | builders | People who built the station. Use <code>{{Player|<playername>}}</code> template | String | optional |
| Opened | opened | Date of the station opening. | String | optional |
| Main Lines | mainlines | no description | String | optional |
| Secondary Lines | sur1-2_secondarylines secondarylines | Use for station pages on Survival 1 and Survival 2. | String | optional |
| Branch Lines | sur3_branchlines branchlines | no description
| String | optional |
This page was last modified on 27 March 2020, at 01:24. (9 months ago)