Template:Infobox game: Difference between revisions

From The Sextant of Worlds
Jump to navigationJump to search
No edit summary
Tags: Reverted 2017 source edit
No edit summary
Tags: Reverted 2017 source edit
Line 1: Line 1:
<templatedata>
{{Infobox
{
| name        = {{{title|}}}
  "description": "Infobox for tabletop or video games.",
| image       = {{{image|}}}
  "params": {
| caption      = Game cover
    "title": {
| label1       = Publisher
      "label": "Title",
| data1        = {{{publisher|}}}
      "description": "Title of the game",
| label2       = Genre
      "required": true
| data2        = {{{genre|}}}
    },
| label3       = Platforms
    "image": {
| data3        = {{{platforms|}}}
      "label": "Image",
| label4       = Release Date
      "description": "Image of the game box, logo, or screenshot"
| data4        = {{{release_date|}}}
    },
| label5       = Website
    "publisher": {
| data5        = {{{website|}}}
       "label": "Publisher",
}}
      "description": "The company or organization that published the game"
    },
    "genre": {
       "label": "Genre",
      "description": "The genre(s) of the game"
    },
    "platforms": {
       "label": "Platforms",
      "description": "Supported platforms (e.g. PC, Switch, etc.)"
    },
    "release_date": {
       "label": "Release Date",
      "description": "Original release date"
    },
    "website": {
       "label": "Official Website",
      "description": "Link to official site"
    }
  },
  "format": "block"
}
</templatedata>

Revision as of 00:54, 21 April 2025