Template:Game: Difference between revisions
Appearance
 |
Cdjensen94 (talk | contribs) |
||
| Line 4: | Line 4: | ||
  </title> |   </title> | ||
  <image source="image"> |   <image source="image"> | ||
   <caption source="caption"/> |    <caption source="caption-image"/> | ||
  </image> |   </image> | ||
  <data source="developer"><label>Developer</label></data> |   <data source="developer"> | ||
  <data source="publisher"><label>Publisher</label></data> |   <label>Developer</label> | ||
  <data source="engine"><label>Engine</label></data> |  </data> | ||
  <data source="version"><label>Version</label></data> |   <data source="publisher"> | ||
  <data source="platform"><label>Platform</label></data> |   <label>Publisher</label> | ||
  <data source="releasedate"><label>Release date</label></data> |  </data> | ||
  <data source="genre"><label>Genre</label></data> |   <data source="engine"> | ||
  <data source="mode"><label>Mode</label></data> |   <label>Engine</label> | ||
  <data source="rating"><label>Rating</label></data> |  </data> | ||
  <data source="media"><label>Media</label></data> |   <data source="version"> | ||
  <label>Version</label> | |||
 </data> | |||
  <data source="platform"> | |||
  <label>Platform</label> | |||
 </data> | |||
  <data source="releasedate"> | |||
  <label>Release date</label> | |||
 </data> | |||
  <data source="genre"> | |||
  <label>Genre</label> | |||
 </data> | |||
  <data source="mode"> | |||
  <label>Mode</label> | |||
 </data> | |||
  <data source="rating"> | |||
  <label>Rating</label> | |||
 </data> | |||
  <data source="media"> | |||
  <label>Media</label> | |||
 </data> | |||
  <group collapse="open"> |   <group collapse="open"> | ||
   <header>System requirements</header> |    <header>System requirements</header> | ||
   <data source="requirements" |    <data source="requirements"/> | ||
  </group> |   </group> | ||
</infobox></includeonly><noinclude>{{Documentation}}</noinclude> | </infobox></includeonly><noinclude>{{Documentation}}</noinclude> | ||
Revision as of 18:42, 11 February 2025
Template documentation
|
|---|
| Note: portions of the template sample may not be visible without values provided. |
| View or edit this documentation. (About template documentation) |
| Editors can experiment in this template's sandbox and test case pages. |
Syntax
{{Game
| title = The game's name, displayed on top of the infobox
| image = [e.g. "Example.jpg"]
| developer = name
| publisher = name
| engine = The engine the game runs on
| version = Most recently released version of the game. If your wiki does patch notes, you may wish to link to those.
| platform = Platform(s) the game is available on
| status = In Development
| releasedate = When the game released
| genre = Genre(s) the game is classified as
| mode = Singeplayer, multiplayer, etc.
| intended_age = 17+
| rating = ESRB / PEGI, etc. ratings
| content_warning = Tits and Guts
| media = What media the game is available on (digital, cartridge, cd, etc.)
| requirements = System requirements
| cpu = CPU
| ram = 1GB RAM
| storage = 1GB
| gpu = NVidia GTX 760
| internet = 5 Mb/s
}}
Sample output
{{Game
| title = The game's name, displayed on top of the infobox
| image = [e.g. "Example.jpg"]
| developer = name
| publisher = name
| engine = The engine the game runs on
| version = Most recently released version of the game. If your wiki does patch notes, you may wish to link to those.
| platform = Platform(s) the game is available on
| status = In Development
| releasedate = When the game released
| genre = Genre(s) the game is classified as
| mode = Singeplayer, multiplayer, etc.
| intended_age = 17+
| rating = ESRB / PEGI, etc. ratings
| content_warning = Tits and Guts
| media = What media the game is available on (digital, cartridge, cd, etc.)
| requirements = System requirements
| cpu = CPU
| ram = 1GB RAM
| storage = 1GB
| gpu = NVidia GTX 760
| internet = 5 Mb/s
}}