Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox video game: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>Template doc page transcluded from {{SUBJECTPAGENAME}}/doc</includeonly><noinclude>Documentation for [[Template:Infobox video game]]</br></br></noinclude>
<includeonly>
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{| class="infobox" style="background: hsla(219, 25%, 80%, 0.1);border-radius: 4px; width: auto;min-width:20em;max-width:30em; font-size: 90%; text-align: left; float: right; overflow: auto; border: 1px solid hsla(219, 25%, 80%, 0.2); float: right; margin: 14px; padding: 2px 5px 2px 5px; box-shadow: 0em 0em 0em hsla(0, 0%, 0%, .2);"
 
|-
<nowiki>{{Infobox video game
| colspan="2" style="font-size: larger; text-align: center;" | '''{{{title}}}'''
| title          =
|-
| image          =  
{{#if: {{{image|}}}|
| caption        =  
{{!}} colspan="2" style="font-size: smaller; text-align: center;" {{!}} [[File:{{{image}}}|250px]]<br>{{{caption|}}}}}
| developer      =
|-
| publisher      =
! colspan="2" style="background-color: hsla(240, 65%, 55%, 1); width: 50%; text-align: center; color: hsla(219, 25%, 80%, 1); margin:0px -4px 0px -4px" | Game Information
| designer      =
|-
| composer      =
{{#if: {{{developer|}}}|
| engine        =
! Developer(s)
| released      =  
{{!}} {{{developer|}}}}}
| genre          =  
|-
| modes          =
{{#if: {{{publisher|}}}|
| platforms      =
! Publisher(s)
| distribution  =
{{!}} {{{publisher|}}}}}
}}
|-
</nowiki>
{{#if: {{{director|}}}|
<noinclude>
! Director(s)
== Documentation ==
{{!}} {{{director|}}}}}
 
|-
<templatedata>
{{#if: {{{designer|}}}|
{
! Designer(s)
"params": {
{{!}} {{{designer|}}}}}
"Developer(s)": {
|-
"description": "The company or individuals responsible for the development of the video game. This can include multiple developers if applicable.",
{{#if: {{{programmer|}}}|
"type": "string",
! Programmer(s)
"suggested": true
{{!}} {{{programmer|}}}}}
},
|-
"Publisher(s)": {
{{#if: {{{artist|}}}|
"description": "The company or companies responsible for publishing the video game. This can include multiple publishers if applicable.",
! Artist(s)
"type": "string",
{{!}} {{{artist|}}}}}
"suggested": true
|-
},
{{#if: {{{composer|}}}|
"image": {
! Composer(s)
"description": "An image of the game's cover art. Leave out the 'File:' prefix, as it is already included in the template. The image should be relevant and clearly depict the game's cover.",
{{!}} {{{composer|}}}}}
"type": "wiki-file-name",
|-
"suggested": true
{{#if: {{{platforms|}}}|
},
! Platform(s)
"Director(s)": {
{{!}} {{{platforms|}}}}}
"description": "The individual(s) who directed the game. This can include creative or technical directors.",
|-
"type": "string",
{{#if: {{{released|}}}|
"suggested": true
! Release
},
{{!}} {{{released|}}}}}
"Designer(s)": {
|-
"description": "The individual(s) responsible for the game design, including gameplay mechanics, level design, and overall concept.",
{{#if: {{{genre|}}}|
"type": "string"
! Genre(s)
},
{{!}} {{{genre|}}}}}
"Programmer(s)": {
|-
"description": "The individual(s) who programmed the game, handling the coding and technical implementation.",
{{#if: {{{modes|}}}|
"type": "string"
! Mode(s)
},
{{!}} {{{modes|}}}}}
"Artist(s)": {
|-
"description": "The individual(s) responsible for the game's visual design, including character design, environment design, and overall art direction.",
! colspan="2" style="background-color: hsla(240, 65%, 55%, 1); text-align: center; color: hsla(219, 25%, 80%, 1)" | Links
"type": "string"
|-
},
{{#if: {{{website|}}}|
"Composer(s)": {
! Website
"description": "The individual(s) who composed the music for the game. This may include multiple composers if applicable.",
{{!}} [{{{website}}} Official Website]}}
"type": "string"
|-
},
{{#if: {{{twitter|}}}|
"Platform(s)": {
! Twitter
"description": "The platforms on which the game was released. Examples include PC, PlayStation, Xbox, Nintendo Switch, etc.",
{{!}} [https://twitter.com/{{{twitter|}}} {{{twitter|}}}]}}
"type": "string"
|-
},
{{#if: {{{youtube|}}}|
"Release": {
! YouTube
"description": "The release date(s) of the game.",
{{!}} [https://youtube.com/{{{youtube|}}} {{{youtube|}}}]}}
"type": "string"
|}
},
</includeonly>
"Genre(s)": {
<noinclude>{{Documentation}}
"description": "The genre(s) of the game, such as Action, RPG, Adventure, etc.",
[[Category:Template Infobox]]
"type": "string"
},
"Mode(s)": {
"description": "The gameplay modes available in the game, such as Single-player, Multiplayer, Co-op, etc.",
"type": "string"
}
},
"description": "This template is used to generate an infobox for a video game article. It provides a standardized format for presenting key information about the game.",
"paramOrder": [
"Developer(s)",
"image",
"Publisher(s)",
"Director(s)",
"Designer(s)",
"Programmer(s)",
"Artist(s)",
"Composer(s)",
"Platform(s)",
"Release",
"Genre(s)",
"Mode(s)"
],
"maps": {
"destiny_wiki": {}
}
}
</templatedata>
</noinclude>
</noinclude>

Revision as of 00:06, 20 September 2024