Template:ServerPage: Difference between revisions
No edit summary |
No edit summary |
||
(55 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[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> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"startDate": { | |||
"label": "Start date of Server", | |||
"description": "The month and year that the server started. Can include day if you have that information.", | |||
"example": "December 2021", | |||
"type": "date", | |||
"default": "Unknown", | |||
"required": true | |||
}, | |||
"mcVersion": { | |||
"label": "Creation Minecraft Version", | |||
"description": "The version the server was created in. Can be snapshot or stable release.", | |||
"example": "1.13", | |||
"default": "Unknown", | |||
"suggested": true | |||
}, | |||
"duration": { | |||
"label": "Server Duration", | |||
"description": "How long the server lasted as an estimate.", | |||
"example": "2 Years", | |||
"default": "Unknown", | |||
"required": true, | |||
"suggested": true, | |||
"type": "string" | |||
}, | |||
"shortDescription": { | |||
"label": "Short Description", | |||
"description": "Provide a short description of events and notable things on the server.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"blogPostLink": { | |||
"label": "Blog Post", | |||
"description": "Link from the tntable.ca website post about this server.", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"serverMapLink": { | |||
"label": "Server Map", | |||
"description": "Link to the server map render from the tntable.ca website.", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"serverImage": { | |||
"label": "Image", | |||
"description": "Provide an image of a prominent and recognizable element of the server.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"mcServerName": { | |||
"label": "Server Name", | |||
"description": "The name of the server, usually the name of the Wiki page or from the website.", | |||
"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 | |||
} | |||
}, | |||
"description": "This template fills in some summary data about servers, and includes an image to make creating server pages quick and easy.", | |||
"paramOrder": [ | |||
"mcServerName", | |||
"startDate", | |||
"endDate", | |||
"duration", | |||
"mcVersion", | |||
"endMcVersion", | |||
"shortDescription", | |||
"serverImage", | |||
"blogPostLink", | |||
"serverMapLink" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
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 |