Template:Game: Difference between revisions

From Kyria Thanatos Wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
m testing vertical whitespace outside of noinclude
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">'''''{{{title|{{PAGENAME}}}}}'''''</div>{{#if:{{{image|}}}|
<div class="infobox-title">'''''{{{Title|{{PAGENAME}}}}}'''''</div>{{#if:{{{Image|}}}|
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{PAGENAME:{{{Image}}}}}|300px]]</div>}}
<table class="infobox-table">{{#if:{{{Developer|}}}|<tr>
<table class="infobox-table">
     <th>Developer:</th>
{{#if:{{{Developer|}}}|<tr>
     <td>{{{Developer}}}</td>
     <th>Developer</th>
</tr>}}{{#if:{{{Publisher|}}}|<tr>
     <td>{{{Developer}}}</td></tr>
     <th>Publisher:</th>
 
     <td>{{{Publisher}}}</td>
}}{{#if:{{{Publisher|}}}|<tr>
</tr>}}{{#if:{{{Release Date|}}}|<tr>
     <th>Publisher</th>
     <th>Release Date:</th>
     <td>{{{Publisher}}}</td></tr>
     <td>{{{Release Date}}}</td>
 
</tr>}}{{#if:{{{Genre|}}}|<tr>
}}{{#if:{{{Release Date|}}}|<tr>
     <th>Genre:</th>
     <th>Release Date</th>
     <td>{{{Genre}}}</td>
     <td>{{{Release Date}}}</td></tr>
</tr>}}{{#if:{{{Platform Played|}}}|<tr>
 
     <th>Platform Played:</th>
}}{{#if:{{{Genre|}}}|<tr>
     <td>{{{Platform Played}}}</td>
     <th>Genre</th>
</tr>}}{{#if:{{{Date First Streamed|}}}|<tr>
     <td>{{{Genre}}}</td></tr>
     <th>First Streamed:</th>
 
     <td>{{{Date First Streamed}}}</td>
}}{{#if:{{{Platform Played|}}}|<tr>
</tr>}}{{#if:{{{Date Last Streamed|}}}|<tr>
     <th>Platform Played</th>
     <th>Last Streamed:</th>
     <td>{{{Platform Played}}}</td></tr>
     <td>{{{Date Last Streamed}}}</td>
 
</tr>}}{{#if:{{{Date Completed|}}}|<tr>
}}{{#if:{{{Dates Streamed|}}}|<tr>
     <th>Date Completed:</th>
     <th>Dates Streamed</th>
     <td>{{{Date Completed}}}</td>
    <td>{{{Dates Streamed}}}</td></tr>
</tr>}}{{#if:{{{VOD|}}}|<tr>
 
     <th>VOD:</th>
}}{{#if:{{{Date Completed|}}}|<tr>
     <td>{{{VOD}}}</td>
    <th>Date Completed</th>
</tr>}}</table>
     <td>{{{Date Completed}}}</td></tr>
 
}}{{#if:{{{Date First Played|}}}|<tr>
     <th>Date First Played</th>
     <td>{{{Date First Played}}}</td></tr>
 
}}{{#if:{{{Date Last Played|}}}|<tr>
     <th>Date Last Played</th>
     <td>{{{Date Last Played}}}</td></tr>
 
}}{{#if:{{{VOD|}}}|<tr>
     <th>Youtube Playlist</th>
     <td>{{{VOD}}}</td></tr>
 
}}
</table>
</div>
</div>
<noinclude>
<templatedata>
{
"params": {
"Developer": {
"label": "Developer",
"description": "Creator of the Item",
"type": "string",
"required": true
},
"Publisher": {
"label": "Publisher",
"description": "Publisher of the Item",
"type": "string",
"required": true
},
"Release Date": {
"label": "Release Date",
"description": "Release Date of the Item",
"example": "\"03/28/1995\"",
"type": "date",
"required": true
},
"Genre": {
"label": "Genre",
"description": "Genre of the Item",
"type": "string",
"suggested": true
},
"Platform Played": {
"label": "Platform Played",
"description": "The Platform the Item was played on",
"type": "string",
"required": true
},
"Date Completed": {
"label": "Date Completed",
"description": "The Date the Item was Completed. N/A for uncompleted.",
"type": "date",
"required": true
},
"VOD": {
"label": "Youtube Playlist",
"description": "A link to the VOD Playlist of the game.",
"type": "url",
"suggested": true
},
"Title": {
"label": "Name of the Item",
"description": "A name for the given item. Defaults to Page Name if not specified.",
"example": "\"Item Title\"",
"type": "wiki-page-name",
"required": true
},
"Dates Streamed": {
"label": "Dates Streamed",
"description": "The dates the Item was streamed.",
"type": "date",
"required": false
},
"Date First Played": {
"label": "Date First Played",
"description": "The dates the Item was first played. Only used for eg Graveplace games",
"type": "date",
"required": false
},
"Date Last Played": {
"label": "Date Last Played",
"description": "The dates the Item was last played. Only used for eg Graveplace games or if the game was played after completion date",
"type": "date",
"required": false
},
"Image": {
"label": "Picture",
"description": "An image of the Item",
"type": "wiki-file-name",
"suggested": true
}
},
"paramOrder": [
"Title",
"Image",
"Developer",
"Publisher",
"Release Date",
"Genre",
"Platform Played",
"Dates Streamed",
        "Date First Played",
"Date Completed",
        "Date Last Played",
"VOD"
]
}
</templatedata>
</noinclude>

Latest revision as of 04:44, 24 March 2024

Game


No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Name of the ItemTitle

A name for the given item. Defaults to Page Name if not specified.

Example
"Item Title"
Page namerequired
PictureImage

An image of the Item

Filesuggested
DeveloperDeveloper

Creator of the Item

Stringrequired
PublisherPublisher

Publisher of the Item

Stringrequired
Release DateRelease Date

Release Date of the Item

Example
"03/28/1995"
Daterequired
GenreGenre

Genre of the Item

Stringsuggested
Platform PlayedPlatform Played

The Platform the Item was played on

Stringrequired
Dates StreamedDates Streamed

The dates the Item was streamed.

Dateoptional
Date First PlayedDate First Played

The dates the Item was first played. Only used for eg Graveplace games

Dateoptional
Date CompletedDate Completed

The Date the Item was Completed. N/A for uncompleted.

Daterequired
Date Last PlayedDate Last Played

The dates the Item was last played. Only used for eg Graveplace games or if the game was played after completion date

Dateoptional
Youtube PlaylistVOD

A link to the VOD Playlist of the game.

URLsuggested