Template

Infobox Transport

From Dogcraft Wiki

(removed old redundant sur3_branchlines and sur1-2_secondarylines parameters)
(improvements to templatedata, switched default world to Survival 6)
Line 113: Line 113:
"params": {
"params": {
"title": {
"title": {
"default": "{{ROOTPAGENAME}}"
"default": "{{ROOTPAGENAME}}",
            "description": "The title of the tranport hub. Defaults to the title of the wiki page",
            "type": "string"
},
},
"image": {
"image": {
"label": "image",
"label": "image",
            "description": "The name of the image, including extension, to be used in the infobox",
"example": "Dogcraft Red Cog Logo.png",
"example": "Dogcraft Red Cog Logo.png",
"type": "string"
"type": "string"
},
},
"caption": {},
"caption": {
            "label": "caption",
            "description": "The caption of the given image",
            "type": "string"
        },
"world": {
"world": {
"description": "The server world the transport hub is on (current world is Survival 5)",
"description": "The server world the transport hub is on (current world is Survival 5)",
"default": "Survival 5"
"default": "Survival 6",
            "type": "string"
},
},
         "subworld": {
         "subworld": {
"description": "Which sub-world (i.e. Shepherd, Labrador, etc) is it on?"
            "label": "subworld",
"description": "Which sub-world (i.e. Sheltie, Retriever) is it on?",
            "type": "string"
},
},
"builders": {},
"builders": {
"contributors": {},
            "label": "builders",
"opened": {},
            "description": "The builders of the transport hub",
"xcoord": {},
            "type": "string"
"ycoord": {},
        },
"zcoord": {},
"contributors": {
         "ntnconnection": {},
            "label": "contributors",
         "phome": {},
            "description": "Players that contributed to this transport hub",
            "type": "string"
        },
"opened": {
            "label": "opened",
            "description": "The day the transport hub was officially opened",
            "type": "string"
        },
"xcoord": {
            "label": "xcoord",
            "description": "The x coordinate of the build",
            "type": "number"
        },
"ycoord": {
            "label": "ycoord",
            "description": "The y coordinate of the build",
            "type": "number"
        },
"zcoord": {
            "label": "zcoord",
            "description": "The z coordinate of the build",
            "type": "number"
        },
         "ntnconnection": {
            "label": "ntnconnection",
            "description": "The location of the corresponding nether portal in the NTN (eg '1200 south')",
            "type": "string"
        },
         "phome": {
            "label": "phome",
            "description": "The name of the phome of this transport hub",
            "type": "string"
        },
         "networkstation": {
         "networkstation": {
            "description": "The rail network, the rail station belongs to. Only fill out if the build contains a rail station!"
            "description": "The rail network, the rail station belongs to. Only fill out if the build contains a rail station!",
            "type": "string"
         },
         },
         "line": {
         "line": {
            "description": "The rail line the station connects to. Only visible, if networkstation has data!"
            "description": "The rail line the station connects to. Only visible, if networkstation has data!",
            "type": "string"
         },
         },
         "mainlines": {
         "mainlines": {
            "description": "The number of mainline connections. Only visible, if networkstation has data!"
            "description": "The number of mainline connections. Only visible, if networkstation has data!",
            "type": "number"
         },
         },
         "branchlines": {
         "branchlines": {
            "description": "The number of branch line connections. Only visible, if networkstation has data!"
            "description": "The number of branch line connections. Only visible, if networkstation has data!",
            "type": "number"
         },
         },
         "networkshelter": {
         "networkshelter": {
            "description": "The Network, the shelter belongs to. Only fill out, if the build contains a shelter!"
            "description": "The Network, the shelter belongs to. Only fill out, if the build contains a shelter!",
            "type": "string"
         },
         },
         "roads": {
         "roads": {
            "description": "The roads, that the shelter is connected to. Only visible if networkshelter has data!"
            "description": "The roads, that the shelter is connected to. Only visible if networkshelter has data!",
            "type": "string"
         },
         },
         "networkport": {
         "networkport": {
            "description": "The network that the port belongs to. Only fill out if the build contains a port!"
            "description": "The network that the port belongs to. Only fill out if the build contains a port!",
            "type": "string"
         },
         },
         "adjoiningseas": {
         "adjoiningseas": {
             "description": "Which seas does this port connect to?"
             "description": "Which seas does this port connect to?",
            "type": "string"
         },
         },
         "adjoiningwaterways": {
         "adjoiningwaterways": {
             "description": "Which waterways does this port connect to?"
             "description": "Which waterways does this port connect to?",
            "type": "string"
         }
         }
},
},

Revision as of 14:18, 4 December 2023


Spawn Station
Survival 5 Labrador
2018-11-21 18.13.23.png
Spawn Station on Survival 2
WorldSurvival 5 (Labrador)
OpenedSeptember 2nd, 2017
Builder(s)20.png _edo
20.png Brianetta
20.png darparniox
Contributors20.png _edo
20.png Brianetta
LocationX= -1775
Y= 65
Z= 2490
NTN ConnectionNorth Tunnel Z=10
Station
NetworkCRN
LineNorth Line
ConnectionsMain-line connections2 Branch connections1
Shelter
NetworkRHN
RoadsSome Road
Port
NetworkCSC
Adjoining SeasSpawn Sea
Adjoining WaterwaysImaginary Waterway


An infobox for transport stations connecting to multiple networks.

{{Infobox Transport
|title              = 
|image              = 
|caption            = 
|world              = 
|subworld           =
|builders           =
|contributors       =
|opened             =
|xcoord             =
|ycoord             = 
|zcoord             =
|ntnconnection      =
|phome              =
|networkstation     =
|line               =
|mainlines          =
|branchlines        =
|networkshelter     =
|roads              =
|networkport        =
|adjoiningseas      =
|adjoiningwaterways =
}}

An infobox with important information about a sea port

Template parameters

ParameterDescriptionTypeStatus
titletitle

The title of the tranport hub. Defaults to the title of the wiki page

Default
{{ROOTPAGENAME}}
Stringoptional
imageimage

The name of the image, including extension, to be used in the infobox

Example
Dogcraft Red Cog Logo.png
Stringoptional
captioncaption

The caption of the given image

Stringoptional
worldworld

The server world the transport hub is on (current world is Survival 5)

Default
Survival 6
Stringoptional
subworldsubworld

Which sub-world (i.e. Sheltie, Retriever) is it on?

Stringoptional
buildersbuilders

The builders of the transport hub

Stringoptional
contributorscontributors

Players that contributed to this transport hub

Stringoptional
openedopened

The day the transport hub was officially opened

Stringoptional
xcoordxcoord

The x coordinate of the build

Numberoptional
ycoordycoord

The y coordinate of the build

Numberoptional
zcoordzcoord

The z coordinate of the build

Numberoptional
ntnconnectionntnconnection

The location of the corresponding nether portal in the NTN (eg '1200 south')

Stringoptional
phomephome

The name of the phome of this transport hub

Stringoptional
networkstationnetworkstation

The rail network, the rail station belongs to. Only fill out if the build contains a rail station!

Stringoptional
lineline

The rail line the station connects to. Only visible, if networkstation has data!

Stringoptional
mainlinesmainlines

The number of mainline connections. Only visible, if networkstation has data!

Numberoptional
branchlinesbranchlines

The number of branch line connections. Only visible, if networkstation has data!

Numberoptional
networkshelternetworkshelter

The Network, the shelter belongs to. Only fill out, if the build contains a shelter!

Stringoptional
roadsroads

The roads, that the shelter is connected to. Only visible if networkshelter has data!

Stringoptional
networkportnetworkport

The network that the port belongs to. Only fill out if the build contains a port!

Stringoptional
adjoiningseasadjoiningseas

Which seas does this port connect to?

Stringoptional
adjoiningwaterwaysadjoiningwaterways

Which waterways does this port connect to?

Stringoptional
This page was last modified on 4 December 2023, at 14:18. (3 months ago)
Background SRN Opening by Montenator