Template:ServerPage: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[File:{{{serverImage}}}|thumb|{{{mcServerName}}} | [[File:{{{serverImage}}}|thumb| | ||
{| style="width: 100%; margin: auto; text-align: left;" | |||
{{Table Header | {{{mcServerName}}} }} | |||
|- | |||
{{Table Header | Server Details }} | |||
|- | |||
| '''Start Date''' | |||
| {{{startDate|Unknown}}} | |||
|- | |||
| '''End Date''' | |||
| {{{endDate|Unknown}}} | |||
|- | |||
| '''Duration''' | |||
| {{{duration|Unknown}}} | |||
|- | |||
{{Table Header | Minecraft Versions | |||
|- | |||
| '''Start Version''' | |||
| {{{mcVersion}}} | |||
|- | |||
{{#if {{{endMcVersion}}} | | |||
{{!}} '''End Version''' | |||
{{!}} {{{endMcVersion}}} | |||
{{!}}- }} | |||
|} | |||
|525px]] | |525px]] | ||
{{{shortDescription}}} | {{{shortDescription}}} | ||
Line 20: | Line 46: | ||
}, | }, | ||
"mcVersion": { | "mcVersion": { | ||
"label": "Minecraft Version", | "label": "Creation Minecraft Version", | ||
"description": "The version the server was created in. Can be snapshot or stable release.", | "description": "The version the server was created in. Can be snapshot or stable release.", | ||
"example": "1.13", | "example": "1.13", | ||
Line 28: | Line 54: | ||
"duration": { | "duration": { | ||
"label": "Server Duration", | "label": "Server Duration", | ||
"description": "How long the server lasted | "description": "How long the server lasted as an estimate.", | ||
"example": "2 Years", | "example": "2 Years", | ||
"default": "Unknown", | "default": "Unknown", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true, | ||
"type": "string" | |||
}, | }, | ||
"shortDescription": { | "shortDescription": { | ||
Line 62: | Line 89: | ||
"description": "The name of the server, usually the name of the Wiki page or from the website.", | "description": "The name of the server, usually the name of the Wiki page or from the website.", | ||
"required": true | "required": true | ||
}, | |||
"endDate": { | |||
"label": "Server End Date", | |||
"description": "The month and year that the server ended. Can include day if you have that information.", | |||
"example": "May 2015", | |||
"type": "date", | |||
"required": true | |||
}, | |||
"endMcVersion": { | |||
"label": "End Minecraft Version", | |||
"description": "What version the server was when it was ended.", | |||
"example": "1.18", | |||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
Line 68: | Line 109: | ||
"mcServerName", | "mcServerName", | ||
"startDate", | "startDate", | ||
"endDate", | |||
"duration", | |||
"mcVersion", | "mcVersion", | ||
" | "endMcVersion", | ||
"shortDescription", | "shortDescription", | ||
"serverImage", | "serverImage", |
Revision as of 10:27, 17 September 2022
[[File:{{{serverImage}}}|thumb|
{{Table Header | Minecraft Versions {{#if {{{endMcVersion}}} |{{{mcServerName}}} | |
---|---|
Server Details | |
Start Date | Unknown |
End Date | Unknown |
Duration | Unknown |
Start Version | {{{mcVersion}}} |
End Version | {{{endMcVersion}}} |
|525px]]
{{{shortDescription}}}
See the blog post about this server, as well as the server map render
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 |