Template

Infobox Base

From Dogcraft Wiki

No edit summary
No edit summary
Line 77: Line 77:
"world": {
"world": {
"label": "World",
"label": "World",
"description": "The server world your base is on",
"description": "The server world your base is on (current world is Survival 4)",
"type": "string",
"type": "string",
"default": "[[Survival 3]]"
"default": "[[Survival 4]]"
},
},
"builders": {
"builders": {
Line 124: Line 124:
"description": "Transport links through the overworld on rail to your base (e.g SRN)",
"description": "Transport links through the overworld on rail to your base (e.g SRN)",
"type": "string"
"type": "string"
},
"sur4subworld": {
"label": "Survival 4 Sub World",
"description": "If the base is on Survival 4, is it on \"Husky\" or \"Beagle\"?",
"type": "string",
"suggested": true
}
}
},
},
"description": "An infobox with some details about a player's base."
"description": "An infobox with some details about a player's base.",
"paramOrder": [
"title",
"image",
"caption",
"world",
"sur4subworld",
"builders",
"founded",
"xcoord",
"ycoord",
"zcoord",
"dimension",
"status",
"nether",
"railway"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 11:37, 10 May 2020

{{Infobox base
|title        = 
|image        = 
|caption      = 
|world        = 
|sur4subworld = 
|builders     = 
|founded      = 
|xcoord       = 
|ycoord       = 
|zcoord       = 
|dimension    = 
|status       = 
|railway      = 
|nether       = 
}}


An infobox with some details about a player's base.

Template parameters

ParameterDescriptionTypeStatus
Nametitle

The name of your base

Default
{{ROOTPAGENAME}}
Stringoptional
Imageimage

A picture of your base!

Example
My cool base.png
Stringoptional
Captioncaption

A caption for your image

Stringoptional
Worldworld

The server world your base is on (current world is Survival 4)

Default
[[Survival 4]]
Stringoptional
Survival 4 Sub Worldsur4subworld

If the base is on Survival 4, is it on "Husky" or "Beagle"?

Stringsuggested
Buildersbuilders

The builder(s) of your base

Stringoptional
Foundedfounded

When the base was founded.

Stringoptional
X-coordinatexcoord

no description

Numberoptional
Y-coordinateycoord

no description

Numberoptional
Z-coordinatezcoord

no description

Numberoptional
Dimensiondimension

The dimension your base is in.

Default
Overworld
Stringoptional
Statusstatus

The current activity status of your base

Default
{{Active}}
Stringoptional
Transport (Nether)nether

Transport links through the nether to your base (e.g NTN)

Stringoptional
Transport (Railway)railway

Transport links through the overworld on rail to your base (e.g SRN)

Stringoptional
This page was last modified on 10 May 2020, at 11:37. (2 months ago)