Template:ServerPage: Difference between revisions
No edit summary |
No edit summary |
||
(50 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[{{{serverImage}}}|thumb| | [[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}}} | |||
{{!}}- }} | |||
{{Table Header | Links }} | |||
|- | |||
| '''Map''' | |||
| [{{{serverMapLink}}} Server Map] | |||
|- | |||
{{#if: {{{blogPostLink|}}} | | |||
{{!}} '''Post''' | |||
{{!}} [{{{blogPostLink}}} Blog Post] | |||
{{!}}- }} | |||
|} | |||
|525px]] | |||
{{{shortDescription}}} | |||
<includeonly> | |||
[[Category:Server]] | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Line 16: | Line 57: | ||
}, | }, | ||
"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 24: | Line 65: | ||
"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 39: | Line 81: | ||
"label": "Blog Post", | "label": "Blog Post", | ||
"description": "Link from the tntable.ca website post about this server.", | "description": "Link from the tntable.ca website post about this server.", | ||
"type": "url" | "type": "url", | ||
"suggested": true | |||
}, | }, | ||
"serverMapLink": { | "serverMapLink": { | ||
"label": "Server Map", | "label": "Server Map", | ||
"description": "Link to the server map render from the tntable.ca website.", | "description": "Link to the server map render from the tntable.ca website.", | ||
"type": "url" | "type": "url", | ||
"suggested": true | |||
}, | }, | ||
"serverImage": { | "serverImage": { | ||
Line 56: | Line 100: | ||
"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 62: | Line 120: | ||
"mcServerName", | "mcServerName", | ||
"startDate", | "startDate", | ||
"endDate", | |||
"duration", | |||
"mcVersion", | "mcVersion", | ||
" | "endMcVersion", | ||
"shortDescription", | "shortDescription", | ||
"serverImage", | "serverImage", |
Latest revision as of 11:36, 2 October 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 |