Template:ServerPage: Difference between revisions
m Dmallette moved page Template:Server to Template:ServerPage without leaving a redirect |
Created template data and updated template. |
||
Line 1: | Line 1: | ||
Starting in {{{startDate|(Unknown)}}} on Minecraft version {{{mcVersion|(Unknown)}}}, the {{ | [[{{{serverImage}}}|thumb|{{{mcServerName}}}]] | ||
Starting in {{{startDate|(Unknown)}}} on Minecraft version {{{mcVersion|(Unknown)}}}, the {{{mcServerName}}} server lasted for {{{duration|(Unknown)}}}. {{{shortDescription|A short description of the server}}} | |||
See the [{{{blogPostLink|https://tntable.ca/post/past-maps/}}}|blog post] about this server, as well as the [{{{serverMapLink|https://tntable.ca/post/past-maps/}}}|server map render]. | See the [{{{blogPostLink|https://tntable.ca/post/past-maps/}}}|blog post] about this server, as well as the [{{{serverMapLink|https://tntable.ca/post/past-maps/}}}|server map render]. | ||
<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": "Minecraft Version", | |||
"description": "The version the server was created in. Can be snapshot or stable release.", | |||
"example": "1.13", | |||
"default": "Unknown", | |||
"required": true | |||
}, | |||
"duration": { | |||
"label": "Server Duration", | |||
"description": "How long the server lasted in an estimate.", | |||
"example": "2 Years", | |||
"default": "Unknown", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"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" | |||
}, | |||
"serverMapLink": { | |||
"label": "Server Map", | |||
"description": "Link to the server map render from the tntable.ca website.", | |||
"type": "url" | |||
}, | |||
"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 | |||
} | |||
}, | |||
"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", | |||
"mcVersion", | |||
"duration", | |||
"shortDescription", | |||
"serverImage", | |||
"blogPostLink", | |||
"serverMapLink" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 20:27, 14 September 2022
[[{{{serverImage}}}|thumb|{{{mcServerName}}}]] Starting in (Unknown) on Minecraft version (Unknown), the {{{mcServerName}}} server lasted for (Unknown). A short description of the server
See the post about this server, as well as the 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 |
Minecraft Version | mcVersion | The version the server was created in. Can be snapshot or stable release.
| Unknown | required |
Server Duration | duration | How long the server lasted in an estimate.
| Unknown | required |
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 | optional |
Server Map | serverMapLink | Link to the server map render from the tntable.ca website. | URL | optional |