Infobox/Game – Template

From Bohemia Interactive Community
Jump to navigation Jump to search


Describes a game (and/or CDLC)

This template is used on these pages.

Usage

{{Infobox/Game|title|image|releaseDate|storePage|developer}}

  • title: game/CDLC title
  • image: (Optional) image
  • releaseDate: (Optional) release date
  • storePage: (Optional) store page (usually Steam)
  • developer: (Optional) studio's name
  • website: (Optional) website link
  • wiki: (Optional) Wiki link
  • forums: (Optional) Forums link
  • discord: (Optional) Discord link
  • facebook: (Optional) Facebook link
Examples
Code Result
{{Infobox/Game}}
{{Infobox/Game|title= Game Title}}
Game Title
{{Infobox/Game|website= theWebsiteURL}}
Website theWebsiteURL
{{Infobox/Game
|title= {{arma3}}
|image= [[File:Arma_3_logo_black.png]]
|releaseDate= 2013-01-01
|storePage= https://store.steampowered.com/app/107410/
|developer= [https://bohemia.net {{Name|bi}}]
|website= https://www.arma3.com/
|wiki= https://community.bohemia.net/
|forums= https://forums.bohemia.net/forums/forum/218-arma-3/
|discord= https://discord.gg/arma
|facebook= https://facebook.com/arma3official
|twitter= https://twitter.com/Arma3official
}}