Infobox/Game – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
(Template creation)
 
m (Remove Link template usage)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly><div style="float: right; margin: 0 0 0.5em 1.5em">
<includeonly><div class="float-right">
{| class="wikitable mw-collapsible"
{| class="wikitable mw-collapsible"
! colspan="2" | {{{title|}}}
! colspan="2" | {{{title|}}}
Line 41: Line 41:
|<nowiki/>
|<nowiki/>
! Discord
! Discord
{{!}} [{{{discord}}} [[Image:Discord-Logo-Color.png{{!}}11px|link=]] {{{discord}}}]
{{!}} {{{discord}}}
{{!}}-
{{!}}-
}}{{#if:{{{facebook|}}}
}}{{#if:{{{facebook|}}}

Latest revision as of 16:42, 7 July 2023


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
}}