Template:Infobox video game: Difference between revisions
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| 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);" | |||
|- | |||
| colspan="2" style="font-size: larger; text-align: center;" | '''{{{title}}}''' | |||
| | |- | ||
| | {{#if: {{{image|}}}| | ||
{{!}} colspan="2" style="font-size: smaller; text-align: center;" {{!}} [[File:{{{image}}}|250px]]<br>{{{caption|}}}}} | |||
| | |- | ||
| | ! 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 | ||
| | |- | ||
{{#if: {{{developer|}}}| | |||
| | ! Developer(s) | ||
{{!}} {{{developer|}}}}} | |||
|- | |||
| | {{#if: {{{publisher|}}}| | ||
| | ! Publisher(s) | ||
{{!}} {{{publisher|}}}}} | |||
}} | |- | ||
{{#if: {{{director|}}}| | |||
! Director(s) | |||
== | {{!}} {{{director|}}}}} | ||
|- | |||
{{#if: {{{designer|}}}| | |||
! Designer(s) | |||
{{!}} {{{designer|}}}}} | |||
|- | |||
{{#if: {{{programmer|}}}| | |||
! Programmer(s) | |||
{{!}} {{{programmer|}}}}} | |||
|- | |||
{{#if: {{{artist|}}}| | |||
! Artist(s) | |||
{{!}} {{{artist|}}}}} | |||
|- | |||
{{#if: {{{composer|}}}| | |||
! Composer(s) | |||
{{!}} {{{composer|}}}}} | |||
|- | |||
{{#if: {{{platforms|}}}| | |||
! Platform(s) | |||
{{!}} {{{platforms|}}}}} | |||
|- | |||
{{#if: {{{released|}}}| | |||
! Release | |||
{{!}} {{{released|}}}}} | |||
|- | |||
{{#if: {{{genre|}}}| | |||
! Genre(s) | |||
{{!}} {{{genre|}}}}} | |||
|- | |||
{{#if: {{{modes|}}}| | |||
! Mode(s) | |||
{{!}} {{{modes|}}}}} | |||
|- | |||
! colspan="2" style="background-color: hsla(240, 65%, 55%, 1); text-align: center; color: hsla(219, 25%, 80%, 1)" | Links | |||
|- | |||
{{#if: {{{website|}}}| | |||
! Website | |||
{{!}} [{{{website}}} Official Website]}} | |||
|- | |||
{{#if: {{{twitter|}}}| | |||
! Twitter | |||
{{!}} [https://twitter.com/{{{twitter|}}} {{{twitter|}}}]}} | |||
|- | |||
{{#if: {{{youtube|}}}| | |||
! YouTube | |||
{{!}} [https://youtube.com/{{{youtube|}}} {{{youtube|}}}]}} | |||
|} | |||
</includeonly> | |||
<noinclude>{{Documentation}} | |||
[[Category:Template Infobox]] | |||
} | |||
</ | |||
</noinclude> | </noinclude> | ||
Revision as of 00:06, 20 September 2024
{{Infobox video game
| title = {{PAGENAME}} <!-- Avoid using subst: here -->
| image =
| caption =
| developer =
| publisher =
| designer =
| composer =
| engine =
| released =
| genre =
| modes =
| platforms =
| distribution =
}}
Parameters
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Developer(s) | Developer(s) | The company or individuals responsible for the development of the video game. This can include multiple developers if applicable. | String | suggested |
| image | image | 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. | File | suggested |
| Publisher(s) | Publisher(s) | The company or companies responsible for publishing the video game. This can include multiple publishers if applicable. | String | suggested |
| Director(s) | Director(s) | The individual(s) who directed the game. This can include creative or technical directors. | String | suggested |
| Designer(s) | Designer(s) | The individual(s) responsible for the game design, including gameplay mechanics, level design, and overall concept. | String | optional |
| Programmer(s) | Programmer(s) | The individual(s) who programmed the game, handling the coding and technical implementation. | String | optional |
| Artist(s) | Artist(s) | The individual(s) responsible for the game's visual design, including character design, environment design, and overall art direction. | String | optional |
| Composer(s) | Composer(s) | The individual(s) who composed the music for the game. This may include multiple composers if applicable. | String | optional |
| Platform(s) | Platform(s) | The platforms on which the game was released. Examples include PC, PlayStation, Xbox, Nintendo Switch, etc. | String | optional |
| Release | Release | The release date(s) of the game. | String | optional |
| Genre(s) | Genre(s) | The genre(s) of the game, such as Action, RPG, Adventure, etc. | String | optional |
| Mode(s) | Mode(s) | The gameplay modes available in the game, such as Single-player, Multiplayer, Co-op, etc. | String | optional |
| TEST | |
| Game Information | |
|---|---|
| Developer(s) | Test |
| Publisher(s) | Test |
| Designer(s) | Test |
| Composer(s) | Test |
| Platform(s) | Test |
| Release | Test |
| Genre(s) | Test |
| Mode(s) | Test |
| Links | |