|
|
| (11 intermediate revisions by the same user not shown) |
| Line 44: |
Line 44: |
| |Page=String | | |Page=String |
| |Image=File | | |Image=File |
| | |Release_Date=Date |
| | |Developer=List ( , ) of String |
| | |Publisher=List ( , ) of String |
| | |Platform=List ( , ) of String |
| | |Genre=List ( , ) of String |
| | |Mode=List ( , ) of String |
| |Creator=String | | |Creator=String |
| }}</noinclude><includeonly>{{#ifeq: {{NAMESPACE}} | |{{#cargo_store: | | }}</noinclude><includeonly>{{#ifeq: {{NAMESPACE}} | |{{#cargo_store: |
| Line 49: |
Line 55: |
| |Page={{PAGENAME}} | | |Page={{PAGENAME}} |
| |Image={{{image|}}} | | |Image={{{image|}}} |
| | |Release_Date={{#if:{{{release|}}} | {{#time: Y-m-d | {{{release}}} }} }} |
| | |Developer={{{developers|}}} |
| | |Publisher={{{publishers|}}} |
| | |Platform={{{platforms|}}} |
| | |Genre={{{genres|}}} |
| | |Mode={{{modes|}}} |
| |Creator={{{creator|}}} | | |Creator={{{creator|}}} |
| |quiet=yes | | |quiet=yes |
| }}}}[[Category:Pages by {{REVISIONUSER}}]]</includeonly> | | }}}}{{#if: {{{creator|}}} | [[Category:Certified by {{{creator}}}]] }}</includeonly> |
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "image": {
| |
| "description": "Upload an image, then insert name.filename",
| |
| "type": "wiki-file-name",
| |
| "required": true,
| |
| "example": "UploadedImage.jpg",
| |
| "label": "Game cover image"
| |
| },
| |
| "release": {
| |
| "description": "The first date of release of the game",
| |
| "type": "date",
| |
| "example": "1. January 2000",
| |
| "required": true,
| |
| "label": "Release date"
| |
| },
| |
| "developers": {
| |
| "description": "Separate several with commas",
| |
| "type": "string",
| |
| "example": "Vicarious Visions",
| |
| "label": "Game developer(s)",
| |
| "required": true
| |
| },
| |
| "publishers": {
| |
| "description": "Separate several with commas",
| |
| "type": "string",
| |
| "example": "Ubisoft",
| |
| "label": "Game publisher(s)",
| |
| "required": true
| |
| },
| |
| "platforms": {
| |
| "description": "Separate several with commas",
| |
| "type": "string",
| |
| "example": "Linux",
| |
| "label": "Game platform(s)",
| |
| "suggestedvalues": [
| |
| "Windows",
| |
| "Linux",
| |
| "Playstation",
| |
| "Playstation 2",
| |
| "Playstation 3",
| |
| "Playstation 4",
| |
| "Playstation 5",
| |
| "Xbox",
| |
| "Xbox 360",
| |
| "Xbox Series",
| |
| "Xbox One",
| |
| "NES",
| |
| "SNES",
| |
| "Nintendo Switch",
| |
| "Nintendo Switch 2",
| |
| "Nintendo 64",
| |
| "GameBoy Advance",
| |
| "GameBoy",
| |
| "GameBoy 3DS",
| |
| "SEGA Dreamcast",
| |
| "SEGA Master System",
| |
| "SEGA Megadrive",
| |
| "PSP",
| |
| "GameCube",
| |
| "Nintendo Wii"
| |
| ],
| |
| "required": true
| |
| },
| |
| "genres": {
| |
| "description": "Separate several with commas",
| |
| "type": "string",
| |
| "example": "Racing",
| |
| "required": true,
| |
| "suggestedvalues": [
| |
| "Action",
| |
| "Adventure",
| |
| "Beat'em Up",
| |
| "Fighting",
| |
| "Hack & Slash",
| |
| "Horror",
| |
| "Indie",
| |
| "Platformer",
| |
| "Puzzle",
| |
| "Racing",
| |
| "Roleplaying",
| |
| "Run & Gun",
| |
| "Sandbox",
| |
| "Simulation",
| |
| "Sports",
| |
| "Stealth",
| |
| "Strategy",
| |
| "Survival",
| |
| "Tomb Raider"
| |
| ],
| |
| "label": "Game genre(s)"
| |
| },
| |
| "modes": {
| |
| "description": "Separate several with commas",
| |
| "type": "string",
| |
| "example": "Single-player",
| |
| "label": "Game mode(s)",
| |
| "suggestedvalues": [
| |
| "First-person Shooter",
| |
| "Local Co-op",
| |
| "Local Multi-player",
| |
| "Online Co-op",
| |
| "Online Multi-player",
| |
| "Single-player",
| |
| "Third-person Shooter",
| |
| "Virtual Reality"
| |
| ],
| |
| "required": true
| |
| },
| |
| "label1": {
| |
| "label": "Custom Row 1 Label",
| |
| "description": "The title for custom row 1 (e.g. 'Series')",
| |
| "type": "string"
| |
| },
| |
| "data1": {
| |
| "label": "Custom Row 1 Data",
| |
| "description": "Add content to row 1 (e.g. 'Halo')",
| |
| "type": "string"
| |
| },
| |
| "label2": {
| |
| "label": "Custom Row 2 Label",
| |
| "description": "The title for custom row 2 (e.g. 'Engine')",
| |
| "type": "string"
| |
| },
| |
| "data2": {
| |
| "label": "Custom Row 2 Data",
| |
| "description": "Add content to row 2 (e.g. 'Unity')",
| |
| "type": "string"
| |
| },
| |
| "label3": {
| |
| "label": "Custom Row 3 Label",
| |
| "description": "The title for custom row 3 (e.g. 'Sales')",
| |
| "type": "string"
| |
| },
| |
| "data3": {
| |
| "label": "Custom Row 3 Data",
| |
| "description": "Add content to row 3 (e.g. '1m')",
| |
| "type": "string"
| |
| }
| |
| },
| |
| "description": "Infobox Game templatedata"
| |
| } | |
| </templatedata> | |
| </noinclude>
| |
| Infobox Game
|
| Release
|
26. May 2026
|
| Developer(s)
|
|
| Publisher(s)
|
|
| Platform(s)
|
|
| Genre(s)
|
|
| Mode(s)
|
|
This template defines the table "Thumbnails_Game". View table.