Template
Infobox Station
From Dogcraft Wiki
No edit summary |
No edit summary |
||
| Line 65: | Line 65: | ||
{ | { | ||
"params": { | "params": { | ||
"title": {}, | "title": { | ||
"image": {}, | "label": "Station Name", | ||
"caption": {}, | "description": "Defaults to page title.", | ||
"world": {}, | "type": "string" | ||
"network": {}, | }, | ||
"line": {}, | "image": { | ||
"xcoord": {}, | "label": "Image", | ||
"ycoord": {}, | "type": "string", | ||
"zcoord": {}, | "default": "Image name, e.g \"East_Station.png\"" | ||
"builders": {}, | }, | ||
"opened": {}, | "caption": { | ||
"mainlines": {}, | "label": "Image Caption", | ||
"sur1-2_secondarylines": {}, | "type": "string" | ||
"sur3_branchlines": {} | }, | ||
"world": { | |||
"label": "World", | |||
"default": "e.g Survival 1, Survival 2, Survival 3" | |||
}, | |||
"network": { | |||
"label": "Network", | |||
"type": "string", | |||
"default": "Leave blank for SRN." | |||
}, | |||
"line": { | |||
"label": "Line", | |||
"type": "string", | |||
"default": "e.g East Line" | |||
}, | |||
"xcoord": { | |||
"label": "X-Coordinate", | |||
"type": "number" | |||
}, | |||
"ycoord": { | |||
"label": "Y-Coordinate", | |||
"type": "number" | |||
}, | |||
"zcoord": { | |||
"label": "Z-Coordinate", | |||
"type": "string" | |||
}, | |||
"builders": { | |||
"label": "Builders", | |||
"type": "string" | |||
}, | |||
"opened": { | |||
"label": "Opened", | |||
"type": "string" | |||
}, | |||
"mainlines": { | |||
"label": "Main Lines", | |||
"type": "string" | |||
}, | |||
"sur1-2_secondarylines": { | |||
"aliases": [ | |||
"secondarylines" | |||
], | |||
"label": "Secondary Lines", | |||
"description": "Use for station pages on Survival 1 and Survival 2." | |||
}, | |||
"sur3_branchlines": { | |||
"aliases": [ | |||
"branchlines" | |||
], | |||
"label": "Branch Lines", | |||
"default": "Use for station pages on Survival 3 and Survival 4." | |||
} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 01:22, 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 | no description | String | optional |
| Opened | opened | no description | 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. | Unknown | optional |
| Branch Lines | sur3_branchlines branchlines | no description
| Unknown | optional |
This page was last modified on 27 March 2020, at 01:22. (9 months ago)