Template:ServerPage: Difference between revisions
No edit summary |
No edit summary |
||
Line 121: | Line 121: | ||
"example": "1.18", | "example": "1.18", | ||
"type": "string", | "type": "string", | ||
"suggested": true | |||
}, | |||
"prevServer": { | |||
"label": "Previous Server", | |||
"description": "Link to the previous server.", | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | |||
"nextServer": { | |||
"label": "Next Server", | |||
"description": "Link to the next server page.", | |||
"type": "wiki-page-name", | |||
"suggested": true | "suggested": true | ||
} | } | ||
Line 135: | Line 147: | ||
"serverImage", | "serverImage", | ||
"blogPostLink", | "blogPostLink", | ||
"serverMapLink" | "serverMapLink", | ||
"prevServer", | |||
"nextServer" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 14:36, 30 September 2022
[[File:{{{serverImage}}}|thumb|
{{{mcServerName}}} | |
---|---|
Server Details | |
Start Date | Unknown |
End Date | Unknown |
Duration | Unknown |
Minecraft Versions | |
Start Version | {{{mcVersion}}} |
Links | |
Map | [{{{serverMapLink}}} Server Map] |
|525px]]
{{{shortDescription}}}
This template fills in some summary data about servers, and includes an image to make creating server pages quick and easy.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Server Name | mcServerName | The name of the server, usually the name of the Wiki page or from the website. | Unknown | required |
Start date of Server | startDate | The month and year that the server started. Can include day if you have that information.
| Date | required |
Server End Date | endDate | The month and year that the server ended. Can include day if you have that information.
| Date | required |
Server Duration | duration | How long the server lasted as an estimate.
| String | required |
Creation Minecraft Version | mcVersion | The version the server was created in. Can be snapshot or stable release.
| Unknown | suggested |
End Minecraft Version | endMcVersion | What version the server was when it was ended.
| String | suggested |
Short Description | shortDescription | Provide a short description of events and notable things on the server. | Content | suggested |
Image | serverImage | Provide an image of a prominent and recognizable element of the server. | File | suggested |
Blog Post | blogPostLink | Link from the tntable.ca website post about this server. | URL | suggested |
Server Map | serverMapLink | Link to the server map render from the tntable.ca website. | URL | suggested |
Previous Server | prevServer | Link to the previous server. | Page name | suggested |
Next Server | nextServer | Link to the next server page. | Page name | suggested |