Template:Game: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m testing vertical whitespace outside of noinclude |
||
| (31 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{ | <div class="infobox-title">'''''{{{Title|{{PAGENAME}}}}}'''''</div>{{#if:{{{Image|}}}| | ||
<div class="infobox-image">[[File:{{PAGENAME:{{{ | <div class="infobox-image">[[File:{{PAGENAME:{{{Image}}}}}|300px]]</div>}} | ||
<table class="infobox-table">{{#if:{{{ | <table class="infobox-table"> | ||
{{#if:{{{Developer|}}}|<tr> | |||
<th>Developer</th> | <th>Developer</th> | ||
<td>{{{ | <td>{{{Developer}}}</td></tr> | ||
</tr>}}{{#if:{{{ | |||
}}{{#if:{{{Publisher|}}}|<tr> | |||
<th>Publisher</th> | <th>Publisher</th> | ||
<td>{{{ | <td>{{{Publisher}}}</td></tr> | ||
</tr>}}{{#if:{{{ | |||
}}{{#if:{{{Release Date|}}}|<tr> | |||
<th>Release Date</th> | <th>Release Date</th> | ||
<td>{{{ | <td>{{{Release Date}}}</td></tr> | ||
</tr>}}{{#if:{{{ | |||
}}{{#if:{{{Genre|}}}|<tr> | |||
<th>Genre</th> | <th>Genre</th> | ||
<td>{{{ | <td>{{{Genre}}}</td></tr> | ||
</tr>}}{{#if:{{{ | |||
}}{{#if:{{{Platform Played|}}}|<tr> | |||
<th>Platform Played</th> | <th>Platform Played</th> | ||
<td>{{{ | <td>{{{Platform Played}}}</td></tr> | ||
</tr>}}{{#if:{{{ | |||
<th> | }}{{#if:{{{Dates Streamed|}}}|<tr> | ||
<td>{{{ | <th>Dates Streamed</th> | ||
</ | <td>{{{Dates Streamed}}}</td></tr> | ||
}}{{#if:{{{Date Completed|}}}|<tr> | |||
<th>Date Completed</th> | <th>Date Completed</th> | ||
<td>{{{ | <td>{{{Date Completed}}}</td></tr> | ||
</tr>}}{{#if:{{{ | |||
<th>VOD Playlist</th> | }}{{#if:{{{Date First Played|}}}|<tr> | ||
<td>{{{ | <th>Date First Played</th> | ||
</tr>}}</table> | <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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name of the Item | Title | A name for the given item. Defaults to Page Name if not specified.
| Page name | required |
| Picture | Image | An image of the Item | File | suggested |
| Developer | Developer | Creator of the Item | String | required |
| Publisher | Publisher | Publisher of the Item | String | required |
| Release Date | Release Date | Release Date of the Item
| Date | required |
| Genre | Genre | Genre of the Item | String | suggested |
| Platform Played | Platform Played | The Platform the Item was played on | String | required |
| Dates Streamed | Dates Streamed | The dates the Item was streamed. | Date | optional |
| Date First Played | Date First Played | The dates the Item was first played. Only used for eg Graveplace games | Date | optional |
| Date Completed | Date Completed | The Date the Item was Completed. N/A for uncompleted. | Date | required |
| Date Last Played | Date Last Played | The dates the Item was last played. Only used for eg Graveplace games or if the game was played after completion date | Date | optional |
| Youtube Playlist | VOD | A link to the VOD Playlist of the game. | URL | suggested |