Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "User:Nicereddy/Sandbox/EmptyTemplate"

From PCGamingWiki, the wiki about fixing PC games
m (updated template usage)
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{ii}} This is up to date as of '''March 2014'''. It is not guarantee to be updated consistently or quickly, use at your own risk.
 +
{{ii}} These are for my personal use, and are customized as such. They may not be suitable for use by others not knowledgeable on the way articles are supposed to be formatted. For more information on that, see [[PCGamingWiki:Sample article|our official Sample Article]].
 +
{{ii}} If you have questions about anything on this page, feel free to ask me [[User talk:Nicereddy|on my Talk page]].
 +
 
==Templates==
 
==Templates==
 +
===Fixbox===
 +
{{ii}} Empty template for "fixboxes". "Description" should be filled out with a brief description of the fix, e.g. "Verify the integrity of the game cache".
 +
<pre>
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Description}}
 +
 +
}}
 +
</pre>
 +
 +
===References===
 +
{{ii}} These are to be used for references which are used multiple times in a single page. If multiple parts of a single article can be sourced from a singular source, use this template to avoid repetitive references.
 +
 +
<code><nowiki><ref name="NAME">URL</ref></nowiki></code> | <code><nowiki><ref name="NAME" /></nowiki></code>
 +
 +
===Seriesbox===
 +
{{ii}} Empty template for "Series" pages, e.g. [[Series:Half-Life]].
 +
{{ii}} <code>[[]]</code> should be replaced with an interwiki link to the game's article.
 +
{{ii}} The year of release goes after the interwiki link and <code>|</code>, e.g. <code><nowiki>.../row|[[Game]]|2012}}</nowiki></code>.
 +
{{ii}} DLC should not link to another page on the wiki, as they shouldn't have their own separate pages. They also shouldn't have a release year in their row.
 +
{{ii}} The "DLC" row can also be used to refer to Expansion Packs.
 +
 +
<pre>
 +
{{Seriesbox|title={{SUBST:PAGENAME}}|entries=
 +
{{Seriesbox/row|[[]]|}}
 +
{{Seriesbox/dlc|}}
 +
{{Seriesbox/row|[[]]|}}
 +
}}<noinclude>[[Category:Series]]</noinclude>
 +
</pre>
 +
 +
===Key template===
 +
{{ii}} Template for visual representation of keyboard buttons.
 +
 +
{{key|Enter}} | <code><nowiki>{{key|Keyname}}</nowiki></code>
 +
 +
===See "Setting"===
 +
{{ii}} "See 'Setting'" is used in the Notes column of the Settings templates to link to a relevant section in the article which may provide further information on the relevant setting, including fixing issues with said setting.
 +
 +
<pre>
 +
See [[#Widescreen resolution|Widescreen resolution]].
 +
 +
See [[#Multi-monitor|Multi-monitor]].
 +
 +
See [[#Field of view (FOV)|Field of view (FOV)]].
 +
 +
See [[#Windowed|Windowed]].
 +
 +
See [[#Borderless fullscreen windowed|Borderless fullscreen windowed]].
 +
 +
See [[#Anisotropic filtering (AF)|Anisotropic filtering (AF)]].
 +
 +
See [[#Anti-aliasing (AA)|Anti-aliasing (AA)]].
 +
 +
See [[#Vertical sync (Vsync)|Vertical sync (Vsync)]].
 +
 +
See [[#Remapping|Remapping]].
 +
 +
See [[#Mouse acceleration|Mouse acceleration]].
 +
 +
See [[#Controller support|Controller support]].
 +
</pre>
 +
 +
===Settings Section Headers===
 +
{{ii}} These section headers are to be used as subheaders beneath their respective settings templates, e.g. Video, Input, or Audio Settings.
 +
 +
<pre>
 +
===[[Glossary:Widescreen resolution|Widescreen resolution]]===
 +
 +
===[[Glossary:Multi-monitor|Multi-monitor]]===
 +
 +
===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===
 +
 +
===[[Glossary:Windowed|Windowed]]===
 +
 +
===[[Glossary:Borderless fullscreen windowed|Borderless fullscreen windowed]]===
 +
 +
===[[Glossary:Anisotropic filtering (AF)|Anisotropic filtering (AF)]]===
 +
 +
===[[Glossary:Anti-aliasing (AA)|Anti-aliasing (AA)]]===
 +
 +
===[[Glossary:Vertical sync (Vsync)|Vertical sync (Vsync)]]===
 +
 +
===[[Glossary:Remapping|Remapping]]===
 +
 +
===[[Glossary:Mouse acceleration|Mouse acceleration]]===
 +
 +
===[[Controller|Controller support]]===
 +
</pre>
 +
 +
===Development tags===
 +
{{ii}} Development tags, much like stub or cleanup tags, are to be used for games which are in a stage of pre-release development. The exception being "postdev", which is to be used to label games which are actively being updated and changed despite being fully released and making no mention of an "Alpha" or "Beta" state.
 +
 +
<pre>
 +
{{State|state=predev}}
 +
 +
{{State|state=alpha}}
 +
 +
{{State|state=beta}}
 +
 +
{{State|state=postdev}}
 +
</pre>
 +
 +
===Game data paths===
 +
{{ii}} These are templates for paths to game data locations, they are for use with the Game data tables.
 +
{{ii}} See the [[Template:Path]] article for more information.
 +
 +
* {{Code|game}} - <path-to-game>
 +
* {{Code|uid}} - <user-id>
 +
* {{Code|hkcu}} - HKEY_CURRENT_USER
 +
* {{Code|hklm}} - HKEY_LOCAL_MACHINE
 +
 +
<pre>
 +
{{p|game}}
 +
 +
{{p|uid}}
 +
 +
{{p|hkcu}}
 +
 +
{{p|hklm}}
 +
</pre>
 +
 +
==OS-based cheat sheets==
 
===Windows Only===
 
===Windows Only===
 +
{{ii}} Template for creation of barebones articles about games which only support Windows.
 +
{{ii}} Most templates left empty for ease of filling out, not filling these out may cause issues with the page upon saving.
 +
{{ii}} Sections like "Essential improvements" and "Other information" should be removed if they aren't used.
 
<pre>
 
<pre>
 
{{stub}}
 
{{stub}}
Line 28: Line 156:
 
{{Availability Table|
 
{{Availability Table|
 
{{Availability Table/row| Retail | {{ID|Retail}} | }}
 
{{Availability Table/row| Retail | {{ID|Retail}} | }}
{{Availability Table/row| [http://www.gog.com/game// GOG.com] | {{ID|DRM-free}} | }}
+
{{Availability Table/row| [http://www.gog.com/game/ GOG.com] | {{ID|DRM-free}} | }}
 
{{Availability Table/row| [https://www.humblebundle.com/store/ Humble Store] | {{ID|DRM-free}} {{ID|Steam}} | }}
 
{{Availability Table/row| [https://www.humblebundle.com/store/ Humble Store] | {{ID|DRM-free}} {{ID|Steam}} | }}
 
{{Availability Table/row| [http://store.steampowered.com/app// Steam] | {{ID|Steam}} | }}
 
{{Availability Table/row| [http://store.steampowered.com/app// Steam] | {{ID|Steam}} | }}
Line 38: Line 166:
  
 
==Game data==
 
==Game data==
{{Game Location Table|
+
===Configuration file(s) location===
{{Game Location Table/row|Windows|}}
+
{{Game data|
 +
{{Game data/row|Windows|}}
 +
}}
 +
 
 +
===Save game data location===
 +
{{Game data|
 +
{{Game data/row|Windows|}}
 
}}
 
}}
  
===[[Save game cloud syncing]]===
+
===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
 
{{Save game cloud syncing
 
{{Save game cloud syncing
 
|origin                =  
 
|origin                =  
Line 83: Line 217:
 
|oculus rift                = unknown
 
|oculus rift                = unknown
 
|oculus rift notes          =  
 
|oculus rift notes          =  
|120hz                      = unknown
+
|high frame rate            = unknown
|120hz notes               =  
+
|high frame rate notes     =  
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
Line 125: Line 259:
 
|eax support              =  
 
|eax support              =  
 
|eax support notes        =  
 
|eax support notes        =  
 +
}}
 +
 +
{{L10n|content=
 +
{{L10n/switch
 +
|language  =
 +
|interface =
 +
|audio    =
 +
|subtitles =
 +
|notes    =
 +
|fan      =
 +
|fan notes =
 +
}}
 
}}
 
}}
  
Line 134: Line 280:
  
 
|minOS    =  
 
|minOS    =  
|minproc  =  
+
|minCPU  =  
|minmem   =  
+
|minRAM   =  
 
|minHD    =  
 
|minHD    =  
 
|minGPU  =  
 
|minGPU  =  
Line 145: Line 291:
  
 
|recOS    =  
 
|recOS    =  
|recproc  =  
+
|recCPU  =  
|recmem   =  
+
|recRAM   =  
 
|recHD    =  
 
|recHD    =  
 
|recGPU  =  
 
|recGPU  =  
Line 157: Line 303:
 
</pre>
 
</pre>
  
===GOG.com System Requirements===
+
====Localizations====
<pre>
+
{{ii}} See [[Template:L10n]] for more information.
{{System requirements
+
{{ii}} This templates goes directly underneath the Audio settings template.
|OSfamily = Windows
 
  
|minOS    = XP, Vista, 7, 8
 
|minproc  = 1 GHz
 
|minmem  = 256 MB
 
|minDX    = 7
 
 
|recproc  = 1.4 GHz
 
|recmem  = 512 MB
 
|recDX    = 9
 
}}
 
</pre>
 
 
<pre>
 
<pre>
{{System requirements
+
{{L10n|content=
|OSfamily = Windows
+
{{L10n/switch
 
+
|language  =  
|minOS    = XP, Vista
+
|interface =  
|minproc  = 1.8 GHz
+
|audio    =  
|minmem  = 512 MB
+
|subtitles =  
|minHD    = 2 GB
+
|notes    =  
|minDX    = 7
+
|fan      =  
 
+
|fan notes =  
|recmem  = 1 GB
 
|recDX    = 9
 
 
}}
 
}}
</pre>
 
<pre>
 
{{System requirements
 
|OSfamily = OS X
 
 
|minOS    = 10.6.8
 
|minproc  = Intel Core Duo 2 GHz
 
|minmem  = 1 GB
 
|minVRAM  = 64 MB
 
 
}}
 
}}
 
</pre>
 
</pre>
  
===Fixbox===
+
{{ii}} The following is the full list of currently supported languages, in the order they should be listed in this template. English, followed by all others in alphabetical order.
<pre>
+
{{ii}} If a language isn't supported whatsoever, there's no reason to put it in the table. Only include supported languages in this template.
{{Fixbox|1=
 
{{Fixbox/fix|Description}}
 
  
}}
+
{| class="mw-collapsible mw-collapsed wikitable collapsed"
</pre>
+
|-
 
+
! Languages Supported
<code><nowiki><ref name="NAME">URL</ref></nowiki></code> | <code><nowiki><ref name="NAME" /></nowiki></code>
+
|-
 
+
| English
===Key template===
+
|-
{{key|Enter}} | <code><nowiki>{{key|Keyname}}</nowiki></code>
+
| Brazilian Portuguese
 
+
|-
===Set Launch Options...===
+
| Bulgarian
<pre>
+
|-
{{Fixbox|1=
+
| Simplified Chinese
{{Fixbox/fix|LAUNCH PARAMATERS}}
+
|-
# Find [GAMENAME] in your Steam Library
+
| Traditional Chinese
# Right-click the game title
+
|-
# Select <code>Properties</code>
+
| Czech
# Select <code>Set Launch Options...</code>
+
|-
# Input <code></code>
+
| Danish
# Press <code>OK</code>
+
|-
# Launch the game
+
| Dutch
}}
+
|-
</pre>
+
| Finnish
 
+
|-
===Verify Integrity of Game Cache===
+
| French
<pre>
+
|-
{{Fixbox|1=
+
| German
{{Fixbox/fix|Verify Your Game Cache}}
+
|-
# Find [GAMENAME] in your Steam Library
+
| Greek
# Right-click the game title
+
|-
# Select <code>Properties</code>
+
| Hungarian
# Navigate to the <code>Local Files</code> tab
+
|-
# Select <code>Verify Integrity of Game Cache...</code>
+
| Italian
# This may take a while, just wait for it to finish
+
|-
# Once it's done press <code>OK</code>
+
| Japanese
# Launch the game
+
|-
}}
+
| Korean
</pre>
+
|-
 
+
| Norwegian
===Seriesbox===
+
|-
<pre><nowiki>
+
| Polish
{{Seriesbox|title={{SUBST:PAGENAME}}|entries=
+
|-
{{Seriesbox/row|[[]]|}}
+
| Portuguese
{{Seriesbox/dlc|DLC}}
 
{{Seriesbox/row|[[]]|}}
 
}}<noinclude>[[Category:Series]]</noinclude>
 
</nowiki></pre>
 
 
 
===Collapsible Table===
 
{{ii}} Collapsible:
 
<pre><nowiki>
 
{| class="mw-collapsible wikitable"
 
 
|-
 
|-
! Header text !! Header text !! Header text
+
| Romanian
 
|-
 
|-
| Example || Example || Example
+
| Russian
 
|-
 
|-
| Example || Example || Example
+
| Spanish
 
|-
 
|-
| Example || Example || Example
+
| Swedish
|}
 
</nowiki></pre>
 
 
 
{{ii}} Collapsed by default:
 
<pre><nowiki>
 
{| class="mw-collapsible mw-collapsed wikitable"
 
 
|-
 
|-
! Header text !! Header text !! Header text
+
| Thai
 
|-
 
|-
| Example || Example || Example
+
| Turkish
 
|-
 
|-
| Example || Example || Example
+
| Ukrainian
 
|-
 
|-
| Example || Example || Example
+
| Vietnamese
 
|}
 
|}
</nowiki></pre>
 
  
===See *Setting*===
+
{{ii}} Games which support EFIGS (English, French, Italian, German, Spanish) are common. The following is a template for EFIGS games.
 +
 
 
<pre>
 
<pre>
See [[#Widescreen resolution|Widescreen resolution]].
+
{{L10n|content=
 
+
{{L10n/switch
See [[#Multi-monitor|Multi-monitor]].
+
|language  = English
 
+
|interface = true
See [[#Field of view (FOV)|Field of view (FOV)]].
+
|audio    =
 
+
|subtitles =
See [[#Windowed|Windowed]].
+
|notes    =
 
+
|fan      =
See [[#Borderless fullscreen windowed|Borderless fullscreen windowed]].
+
|fan notes =
 
+
}}
See [[#Anisotropic filtering (AF)|Anisotropic filtering (AF)]].
+
{{L10n/switch
 
+
|language  = French
See [[#Anti-aliasing (AA)|Anti-aliasing (AA)]].
+
|interface = true
 
+
|audio    =
See [[#Vertical sync (Vsync)|Vertical sync (Vsync)]].
+
|subtitles =
 +
|notes    =
 +
|fan      =
 +
|fan notes =
 +
}}
 +
{{L10n/switch
 +
|language  = German
 +
|interface = true
 +
|audio    =
 +
|subtitles =
 +
|notes    =
 +
|fan      =
 +
|fan notes =
 +
}}
 +
{{L10n/switch
 +
|language  = Italian
 +
|interface = true
 +
|audio    =
 +
|subtitles =
 +
|notes    =
 +
|fan      =
 +
|fan notes =
 +
}}
 +
{{L10n/switch
 +
|language  = Spanish
 +
|interface = true
 +
|audio    =
 +
|subtitles =
 +
|notes    =
 +
|fan      =
 +
|fan notes =
 +
}}
 +
}}
 
</pre>
 
</pre>
  
===Settings Section Headers===
+
====Network Settings====
<pre>
+
{{ii}} See [[Template:Network/Multiplayer]], [[Template:Network/Connections]], and [[Template:Network/Ports]] for more information.
===[[Widescreen resolution]]===
+
{{ii}} This goes below the Audio Settings and Localization sections.
 +
{{ii}} [http://portforward.com/ Port Forward] will likely be incredibly useful in finding the Network Ports for games.
  
===[[Multi-monitor]]===
 
 
===[[Field of view (FOV)]]===
 
 
===[[Windowed]]===
 
 
===[[Borderless fullscreen windowed]]===
 
 
===[[Anisotropic filtering (AF)]]===
 
 
===[[Anti-aliasing (AA)]]===
 
 
===[[Vertical sync (Vsync)]]===
 
 
===[[Remapping]]===
 
 
===[[Mouse acceleration]]===
 
 
===[[Controller|Controller support]]===
 
</pre>
 
 
===Development tags===
 
 
<pre>
 
<pre>
{{predev}}
+
==Network==
 
+
{{Network/Multiplayer
{{alpha}}
+
|local play          =
 
+
|local play players  =
{{beta}}
+
|local play notes    =
 
+
|lan play            =
{{postdev}}
+
|lan play players    =
 +
|lan play notes      =
 +
|online play          =
 +
|online play players  =
 +
|online play notes    =
 +
|local co-op          =
 +
|local co-op players  =
 +
|local co-op notes    =
 +
|lan co-op            =
 +
|lan co-op players    =
 +
|lan co-op notes      =
 +
|online co-op        =
 +
|online co-op players =
 +
|online co-op notes  =
 +
|hot-seat            =
 +
|hot-seat players    =
 +
|hot-seat notes      =
 +
|asynchronous        =
 +
|asynchronous notes  =
 +
}}{{Network/Connections
 +
|matchmaking        =
 +
|matchmaking notes  =
 +
|p2p                =
 +
|p2p notes          =
 +
|dedicated          =
 +
|dedicated notes    =
 +
|self-hosting      =
 +
|self-hosting notes =
 +
}}{{Network/Ports
 +
|tcp  =
 +
|udp  =
 +
|upnp =
 +
}}
 
</pre>
 
</pre>
  
 
===Windows, OS X===
 
===Windows, OS X===
 +
{{ii}} Template for creation of barebones articles about games which support Windows and OS X.
 +
{{ii}} Most templates left empty for ease of filling out, not filling these out may cause issues with the page upon saving.
 +
{{ii}} Sections like "Essential improvements" and "Other information" should be removed if they aren't used.
 
<pre>
 
<pre>
 
{{stub}}
 
{{stub}}
Line 339: Line 492:
 
|developers  =  
 
|developers  =  
 
{{Infobox game/row/developer|}}
 
{{Infobox game/row/developer|}}
{{Infobox game/row/osxporter|}}
+
{{Infobox game/row/porter|}}
 
|publishers  =  
 
|publishers  =  
 
{{Infobox game/row/publisher|}}
 
{{Infobox game/row/publisher|}}
Line 354: Line 507:
  
 
'''General information'''
 
'''General information'''
{{mm}} [http://www.gog.com/forum/ GOG.com Community Discussions]
+
{{mm}} [http://www.gog.com/forum GOG.com Community Discussions]
{{mm}} [http://www.gog.com/support/ GOG.com Support Page]
+
{{mm}} [http://www.gog.com/support GOG.com Support Page]
 
{{mm}} [http Steam Users' Forums]
 
{{mm}} [http Steam Users' Forums]
 
{{mm}} [http://steamcommunity.com/app/00000/discussions/ Steam Community Discussions]
 
{{mm}} [http://steamcommunity.com/app/00000/discussions/ Steam Community Discussions]
Line 362: Line 515:
 
{{Availability Table|
 
{{Availability Table|
 
{{Availability Table/row| Retail | {{ID|Retail}} | }}
 
{{Availability Table/row| Retail | {{ID|Retail}} | }}
{{Availability Table/row| [http://www.gog.com/game// GOG.com] | {{ID|DRM-free}} | }}
+
{{Availability Table/row| [http://www.gog.com/game/ GOG.com] | {{ID|DRM-free}} | }}
 
{{Availability Table/row| [https://www.humblebundle.com/store/ Humble Store] | {{ID|DRM-free}} {{ID|Steam}} | }}
 
{{Availability Table/row| [https://www.humblebundle.com/store/ Humble Store] | {{ID|DRM-free}} {{ID|Steam}} | }}
 
{{Availability Table/row| [http://store.steampowered.com/app// Steam] | {{ID|Steam}} | }}
 
{{Availability Table/row| [http://store.steampowered.com/app// Steam] | {{ID|Steam}} | }}
Line 372: Line 525:
  
 
==Game data==
 
==Game data==
{{Game Location Table|
+
===Configuration file(s) location===
{{Game Location Table/row|Windows|}}
+
{{Game data|
{{Game Location Table/row|OS X|}}
+
{{Game data/row|Windows|}}
 +
{{Game data/row|OS X|}}
 
}}
 
}}
  
===[[Save game cloud syncing]]===
+
===Save game data location===
 +
{{Game data|
 +
{{Game data/row|Windows|}}
 +
{{Game data/row|OS X|}}
 +
}}
 +
 
 +
===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
 
{{Save game cloud syncing
 
{{Save game cloud syncing
 
|origin                =  
 
|origin                =  
Line 418: Line 578:
 
|oculus rift                = unknown
 
|oculus rift                = unknown
 
|oculus rift notes          =  
 
|oculus rift notes          =  
|120hz                      = unknown
+
|high frame rate            = unknown
|120hz notes               =  
+
|high frame rate notes     =  
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
Line 460: Line 620:
 
|eax support              =  
 
|eax support              =  
 
|eax support notes        =  
 
|eax support notes        =  
 +
}}
 +
 +
{{L10n|content=
 +
{{L10n/switch
 +
|language  =
 +
|interface =
 +
|audio    =
 +
|subtitles =
 +
|notes    =
 +
|fan      =
 +
|fan notes =
 +
}}
 
}}
 
}}
  
Line 469: Line 641:
  
 
|minOS    =  
 
|minOS    =  
|minproc  =  
+
|minCPU  =  
|minmem   =  
+
|minRAM   =  
 
|minHD    =  
 
|minHD    =  
 
|minGPU  =  
 
|minGPU  =  
Line 480: Line 652:
  
 
|recOS    =  
 
|recOS    =  
|recproc  =  
+
|recCPU  =  
|recmem   =  
+
|recRAM   =  
 
|recHD    =  
 
|recHD    =  
 
|recGPU  =  
 
|recGPU  =  
Line 495: Line 667:
  
 
|minOS    =  
 
|minOS    =  
|minproc  =  
+
|minCPU  =  
|minmem   =  
+
|minRAM   =  
 
|minHD    =  
 
|minHD    =  
 
|minGPU  =  
 
|minGPU  =  
Line 506: Line 678:
  
 
|recOS    =  
 
|recOS    =  
|recproc  =  
+
|recCPU  =  
|recmem   =  
+
|recRAM   =  
 
|recHD    =  
 
|recHD    =  
 
|recGPU  =  
 
|recGPU  =  
Line 519: Line 691:
  
 
===Windows, OS X, Linux===
 
===Windows, OS X, Linux===
 +
{{ii}} Template for creation of barebones articles about games which support Windows, OS X, and Linux.
 +
{{ii}} Most templates left empty for ease of filling out, not filling these out may cause issues with the page upon saving.
 +
{{ii}} Sections like "Essential improvements" and "Other information" should be removed if they aren't used.
 
<pre>
 
<pre>
 
{{stub}}
 
{{stub}}
Line 525: Line 700:
 
|developers  =  
 
|developers  =  
 
{{Infobox game/row/developer|}}
 
{{Infobox game/row/developer|}}
{{Infobox game/row/osxporter|}}
+
{{Infobox game/row/porter|}}
{{Infobox game/row/linporter|}}
+
{{Infobox game/row/porter|}}
 
|publishers  =  
 
|publishers  =  
 
{{Infobox game/row/publisher|}}
 
{{Infobox game/row/publisher|}}
Line 542: Line 717:
  
 
'''General information'''
 
'''General information'''
{{mm}} [http://www.gog.com/forum/ GOG.com Community Discussions]
+
{{mm}} [http://www.gog.com/forum GOG.com Community Discussions]
{{mm}} [http://www.gog.com/support/ GOG.com Support Page]
+
{{mm}} [http://www.gog.com/support GOG.com Support Page]
 
{{mm}} [http Steam Users' Forums]
 
{{mm}} [http Steam Users' Forums]
 
{{mm}} [http://steamcommunity.com/app/00000/discussions/ Steam Community Discussions]
 
{{mm}} [http://steamcommunity.com/app/00000/discussions/ Steam Community Discussions]
Line 550: Line 725:
 
{{Availability Table|
 
{{Availability Table|
 
{{Availability Table/row| Retail | {{ID|Retail}} | }}
 
{{Availability Table/row| Retail | {{ID|Retail}} | }}
{{Availability Table/row| [http://www.gog.com/game// GOG.com] | {{ID|DRM-free}} | }}
+
{{Availability Table/row| [http://www.gog.com/game/ GOG.com] | {{ID|DRM-free}} | }}
 
{{Availability Table/row| [https://www.humblebundle.com/store/ Humble Store] | {{ID|DRM-free}} {{ID|Steam}} | }}
 
{{Availability Table/row| [https://www.humblebundle.com/store/ Humble Store] | {{ID|DRM-free}} {{ID|Steam}} | }}
 
{{Availability Table/row| [http://store.steampowered.com/app// Steam] | {{ID|Steam}} | }}
 
{{Availability Table/row| [http://store.steampowered.com/app// Steam] | {{ID|Steam}} | }}
Line 560: Line 735:
  
 
==Game data==
 
==Game data==
{{Game Location Table|
+
===Configuration file(s) location===
{{Game Location Table/row|Windows|}}
+
{{Game data|
{{Game Location Table/row|OS X|}}
+
{{Game data/row|Windows|}}
{{Game Location Table/row|Linux|}}
+
{{Game data/row|OS X|}}
 +
{{Game data/row|Linux|}}
 
}}
 
}}
  
===[[Save game cloud syncing]]===
+
===Save game data location===
 +
{{Game data|
 +
{{Game data/row|Windows|}}
 +
{{Game data/row|OS X|}}
 +
{{Game data/row|Linux|}}
 +
}}
 +
 
 +
===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
 
{{Save game cloud syncing
 
{{Save game cloud syncing
 
|origin                =  
 
|origin                =  
Line 607: Line 790:
 
|oculus rift                = unknown
 
|oculus rift                = unknown
 
|oculus rift notes          =  
 
|oculus rift notes          =  
|120hz                      = unknown
+
|high frame rate            = unknown
|120hz notes               =  
+
|high frame rate notes     =  
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
Line 649: Line 832:
 
|eax support              =  
 
|eax support              =  
 
|eax support notes        =  
 
|eax support notes        =  
 +
}}
 +
 +
{{L10n|content=
 +
{{L10n/switch
 +
|language  =
 +
|interface =
 +
|audio    =
 +
|subtitles =
 +
|notes    =
 +
|fan      =
 +
|fan notes =
 +
}}
 
}}
 
}}
  
Line 658: Line 853:
  
 
|minOS    =  
 
|minOS    =  
|minproc  =  
+
|minCPU  =  
|minmem   =  
+
|minRAM   =  
 
|minHD    =  
 
|minHD    =  
 
|minGPU  =  
 
|minGPU  =  
Line 669: Line 864:
  
 
|recOS    =  
 
|recOS    =  
|recproc  =  
+
|recCPU  =  
|recmem   =  
+
|recRAM   =  
 
|recHD    =  
 
|recHD    =  
 
|recGPU  =  
 
|recGPU  =  
Line 684: Line 879:
  
 
|minOS    =  
 
|minOS    =  
|minproc  =  
+
|minCPU  =  
|minmem   =  
+
|minRAM   =  
 
|minHD    =  
 
|minHD    =  
 
|minGPU  =  
 
|minGPU  =  
Line 695: Line 890:
  
 
|recOS    =  
 
|recOS    =  
|recproc  =  
+
|recCPU  =  
|recmem   =  
+
|recRAM   =  
 
|recHD    =  
 
|recHD    =  
 
|recGPU  =  
 
|recGPU  =  
Line 710: Line 905:
  
 
|minOS    =  
 
|minOS    =  
|minproc  =  
+
|minCPU  =  
|minmem   =  
+
|minRAM   =  
 
|minHD    =  
 
|minHD    =  
 
|minGPU  =  
 
|minGPU  =  
Line 721: Line 916:
  
 
|recOS    =  
 
|recOS    =  
|recproc  =  
+
|recCPU  =  
|recmem   =  
+
|recRAM   =  
 
|recHD    =  
 
|recHD    =  
 
|recGPU  =  
 
|recGPU  =  
Line 730: Line 925:
 
|recOGL  =  
 
|recOGL  =  
 
|recSM    =  
 
|recSM    =  
 +
}}
 +
</pre>
 +
 +
==Miscellaneous generic-usage sections and fixes==
 +
===Collapsible Table===
 +
{{ii}} Tables which are vertically lengthy may preferably be collapsable, or collapsed by default, as not to take up too much room on a page.
 +
{{ii}} This is especially helpful to users who don't need to see/use the table because it isn't relevant to their issue.
 +
{{ii}} Collapsible:
 +
<pre><nowiki>
 +
{| class="mw-collapsible wikitable"
 +
|-
 +
! Header text !! Header text !! Header text
 +
|-
 +
| Example || Example || Example
 +
|-
 +
| Example || Example || Example
 +
|-
 +
| Example || Example || Example
 +
|}
 +
</nowiki></pre>
 +
 +
{{ii}} Collapsed by default:
 +
<pre><nowiki>
 +
{| class="mw-collapsible mw-collapsed wikitable"
 +
|-
 +
! Header text !! Header text !! Header text
 +
|-
 +
| Example || Example || Example
 +
|-
 +
| Example || Example || Example
 +
|-
 +
| Example || Example || Example
 +
|}
 +
</nowiki></pre>
 +
 +
===GOG.com System Requirements===
 +
{{ii}} GOG.com oftentimes reuses one of the following system requirements tables for their store pages. Some games may have minor variations, please compare with the store page itself before submitting any articles which include these.
 +
<pre>
 +
{{System requirements
 +
|OSfamily = Windows
 +
 +
|minOS    = XP, Vista, 7, 8
 +
|minCPU  = 1 GHz
 +
|minRAM  = 256 MB
 +
|minDX    = 7
 +
 +
|recCPU  = 1.4 GHz
 +
|recRAM  = 512 MB
 +
|recDX    = 9
 +
}}
 +
</pre>
 +
<pre>
 +
{{System requirements
 +
|OSfamily = Windows
 +
 +
|minOS    = XP, Vista, 7, 8
 +
|minCPU  = 1.8 GHz
 +
|minRAM  = 512 MB
 +
|minHD    = 2 GB
 +
|minDX    = 7
 +
 +
|recRAM  = 1 GB
 +
|recDX    = 9
 +
}}
 +
</pre>
 +
<pre>
 +
{{System requirements
 +
|OSfamily = OS X
 +
 +
|minOS    = 10.6.8
 +
|minCPU  = Intel Core Duo 2 GHz
 +
|minRAM  = 1 GB
 +
|minVRAM  = 64 MB
 +
}}
 +
</pre>
 +
 +
===Set Launch Options..===
 +
{{ii}} A generic fixbox for setting Launch Options in a game to fix an issue or improve the game in some way. Only relevant for Launch Options set through Steam.
 +
{{ii}} For proper use, replace "LAUNCH PARAMATERS", "GAME NAME", and "-SYNTAX" before submitting your addition to the page.
 +
 +
<pre>
 +
{{Fixbox|1=
 +
{{Fixbox/fix|LAUNCH PARAMATERS}}
 +
# Find GAME NAME in your Steam Library
 +
# Right-click the game title
 +
# Select <code>Properties</code>
 +
# Select <code>Set Launch Options...</code>
 +
# Input <code>-SYNTAX</code>
 +
# Press <code>OK</code>
 +
# Launch the game
 +
}}
 +
</pre>
 +
 +
===Verify Integrity of Game Cache===
 +
{{ii}} A generic fixbox for "Verifying the Integrity of Game Cache".
 +
{{ii}} This is a common fix for a variety of problems with games available on Steam, most often involving files which are corrupted.
 +
 +
<pre>
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Verify Your Game Cache}}
 +
# Find GAME NAME in your Steam Library
 +
# Right-click the game title
 +
# Select <code>Properties</code>
 +
# Navigate to the <code>Local Files</code> tab
 +
# Select <code>Verify Integrity of Game Cache...</code>
 +
# This may take a while, just wait for it to finish
 +
# Once it's done press <code>OK</code>
 +
# Launch the game
 
}}
 
}}
 
</pre>
 
</pre>

Latest revision as of 10:28, 9 September 2018

This is up to date as of March 2014. It is not guarantee to be updated consistently or quickly, use at your own risk.
These are for my personal use, and are customized as such. They may not be suitable for use by others not knowledgeable on the way articles are supposed to be formatted. For more information on that, see our official Sample Article.
If you have questions about anything on this page, feel free to ask me on my Talk page.

Templates

Fixbox

Empty template for "fixboxes". "Description" should be filled out with a brief description of the fix, e.g. "Verify the integrity of the game cache".
{{Fixbox|1=
{{Fixbox/fix|Description}}

}}

References

These are to be used for references which are used multiple times in a single page. If multiple parts of a single article can be sourced from a singular source, use this template to avoid repetitive references.

<ref name="NAME">URL</ref> | <ref name="NAME" />

Seriesbox

Empty template for "Series" pages, e.g. Series:Half-Life.
[[]] should be replaced with an interwiki link to the game's article.
The year of release goes after the interwiki link and |, e.g. .../row|[[Game]]|2012}}.
DLC should not link to another page on the wiki, as they shouldn't have their own separate pages. They also shouldn't have a release year in their row.
The "DLC" row can also be used to refer to Expansion Packs.
{{Seriesbox|title={{SUBST:PAGENAME}}|entries=
{{Seriesbox/row|[[]]|}}
{{Seriesbox/dlc|}}
{{Seriesbox/row|[[]]|}}
}}<noinclude>[[Category:Series]]</noinclude>

Key template

Template for visual representation of keyboard buttons.

Enter | {{key|Keyname}}

See "Setting"

"See 'Setting'" is used in the Notes column of the Settings templates to link to a relevant section in the article which may provide further information on the relevant setting, including fixing issues with said setting.
See [[#Widescreen resolution|Widescreen resolution]].

See [[#Multi-monitor|Multi-monitor]].

See [[#Field of view (FOV)|Field of view (FOV)]].

See [[#Windowed|Windowed]].

See [[#Borderless fullscreen windowed|Borderless fullscreen windowed]].

See [[#Anisotropic filtering (AF)|Anisotropic filtering (AF)]].

See [[#Anti-aliasing (AA)|Anti-aliasing (AA)]].

See [[#Vertical sync (Vsync)|Vertical sync (Vsync)]].

See [[#Remapping|Remapping]].

See [[#Mouse acceleration|Mouse acceleration]].

See [[#Controller support|Controller support]].

Settings Section Headers

These section headers are to be used as subheaders beneath their respective settings templates, e.g. Video, Input, or Audio Settings.
===[[Glossary:Widescreen resolution|Widescreen resolution]]===

===[[Glossary:Multi-monitor|Multi-monitor]]===

===[[Glossary:Field of view (FOV)|Field of view (FOV)]]===

===[[Glossary:Windowed|Windowed]]===

===[[Glossary:Borderless fullscreen windowed|Borderless fullscreen windowed]]===

===[[Glossary:Anisotropic filtering (AF)|Anisotropic filtering (AF)]]===

===[[Glossary:Anti-aliasing (AA)|Anti-aliasing (AA)]]===

===[[Glossary:Vertical sync (Vsync)|Vertical sync (Vsync)]]===

===[[Glossary:Remapping|Remapping]]===

===[[Glossary:Mouse acceleration|Mouse acceleration]]===

===[[Controller|Controller support]]===

Development tags

Development tags, much like stub or cleanup tags, are to be used for games which are in a stage of pre-release development. The exception being "postdev", which is to be used to label games which are actively being updated and changed despite being fully released and making no mention of an "Alpha" or "Beta" state.
{{State|state=predev}}

{{State|state=alpha}}

{{State|state=beta}}

{{State|state=postdev}}

Game data paths

These are templates for paths to game data locations, they are for use with the Game data tables.
See the Template:Path article for more information.
  • game - <path-to-game>
  • uid - <user-id>
  • hkcu - HKEY_CURRENT_USER
  • hklm - HKEY_LOCAL_MACHINE
{{p|game}}

{{p|uid}}

{{p|hkcu}}

{{p|hklm}}

OS-based cheat sheets

Windows Only

Template for creation of barebones articles about games which only support Windows.
Most templates left empty for ease of filling out, not filling these out may cause issues with the page upon saving.
Sections like "Essential improvements" and "Other information" should be removed if they aren't used.
{{stub}}
{{Infobox game
|cover        = game name - cover.jpg
|developers   = 
{{Infobox game/row/developer|}}
|publishers   = 
{{Infobox game/row/publisher|}}
|engines      = 
{{Infobox game/row/engine|}}
|release dates= 
{{Infobox game/row/date|Windows|}}
|steam appid  = 
|gogcom page  = 
|wikipedia    = 
}}
{{Series|}}

'''General information'''
{{mm}} [http://www.gog.com/forum/ GOG.com Community Discussions]
{{mm}} [http://www.gog.com/support/ GOG.com Support Page]
{{mm}} [http Steam Users' Forums]
{{mm}} [http://steamcommunity.com/app/00000/discussions/ Steam Community Discussions]

==Availability==
{{Availability Table|
{{Availability Table/row| Retail | {{ID|Retail}} | }}
{{Availability Table/row| [http://www.gog.com/game/ GOG.com] | {{ID|DRM-free}} | }}
{{Availability Table/row| [https://www.humblebundle.com/store/ Humble Store] | {{ID|DRM-free}} {{ID|Steam}} | }}
{{Availability Table/row| [http://store.steampowered.com/app// Steam] | {{ID|Steam}} | }}
{{Availability Table/row| [http Other] | {{ID|DRM-free}} | }}
}}

==Essential improvements==
===Skip intro videos===

==Game data==
===Configuration file(s) location===
{{Game data|
{{Game data/row|Windows|}}
}}

===Save game data location===
{{Game data|
{{Game data/row|Windows|}}
}}

===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
{{Save game cloud syncing
|origin                = 
|origin notes          = 
|steam cloud           = 
|steam cloud notes     = 
|uplay                 = 
|uplay notes           = 
|gamesave manager      = 
|gamesave manager notes= 
}}

==Video settings==
{{Video settings
|wsgf link                  = 
|widescreen wsgf award      = 
|multimonitor wsgf award    = 
|ultrawidescreen wsgf award = 
|4k ultra hd wsgf award     = 
|widescreen resolution      = unknown
|widescreen resolution notes= 
|multimonitor               = unknown
|multimonitor notes         = 
|ultrawidescreen            = unknown
|ultrawidescreen notes      = 
|4k ultra hd                = unknown
|4k ultra hd notes          = 
|fov                        = unknown
|fov notes                  = 
|windowed                   = unknown
|windowed notes             = 
|borderless windowed        = unknown
|borderless windowed notes  = 
|anisotropic                = unknown
|anisotropic notes          = 
|antialiasing               = unknown
|antialiasing notes         = 
|vsync                      = unknown
|vsync notes                = 
|oculus rift                = unknown
|oculus rift notes          = 
|high frame rate            = unknown
|high frame rate notes      = 
|color blind                = unknown
|color blind notes          = 
}}

==Input settings==
{{Input settings
|key remap                 = unknown
|key remap notes           = 
|acceleration option       = unknown
|acceleration option notes = 
|mouse menu                = unknown
|mouse menu notes          = 
|invert mouse y-axis       = unknown
|invert mouse y-axis notes = 
|controller support        = unknown
|controller support notes  = 
|full controller           = unknown
|full controller notes     = 
|controller remap          = unknown
|controller remap notes    = 
|invert controller y-axis  = unknown
|invert controller y-axis notes= 
|touchscreen               = unknown
|touchscreen notes         = 
}}

==Audio settings==
{{Audio settings
|separate volume          = unknown
|separate volume notes    = 
|surround sound           = unknown
|surround sound notes     = 
|subtitles                = unknown
|subtitles notes          = 
|closed captions          = unknown
|closed captions notes    = 
|mute on focus lost       = unknown
|mute on focus lost notes = 
|eax support              = 
|eax support notes        = 
}}

{{L10n|content=
{{L10n/switch
 |language  = 
 |interface = 
 |audio     = 
 |subtitles = 
 |notes     = 
 |fan       = 
 |fan notes = 
}}
}}

==Other information==

==System requirements==
{{System requirements
|OSfamily = Windows

|minOS    = 
|minCPU   = 
|minRAM   = 
|minHD    = 
|minGPU   = 
|minGPU2  = 
|minGPU3  = 
|minVRAM  = 
|minDX    = 
|minSM    = 

|recOS    = 
|recCPU   = 
|recRAM   = 
|recHD    = 
|recGPU   = 
|recGPU2  = 
|recGPU3  = 
|recVRAM  = 
|recDX    = 
|recSM    = 
}}

Localizations

See Template:L10n for more information.
This templates goes directly underneath the Audio settings template.
{{L10n|content=
{{L10n/switch
 |language  = 
 |interface = 
 |audio     = 
 |subtitles = 
 |notes     = 
 |fan       = 
 |fan notes = 
}}
}}
The following is the full list of currently supported languages, in the order they should be listed in this template. English, followed by all others in alphabetical order.
If a language isn't supported whatsoever, there's no reason to put it in the table. Only include supported languages in this template.
Games which support EFIGS (English, French, Italian, German, Spanish) are common. The following is a template for EFIGS games.
{{L10n|content=
{{L10n/switch
 |language  = English
 |interface = true
 |audio     = 
 |subtitles = 
 |notes     = 
 |fan       = 
 |fan notes = 
}}
{{L10n/switch
 |language  = French
 |interface = true
 |audio     = 
 |subtitles = 
 |notes     = 
 |fan       = 
 |fan notes = 
}}
{{L10n/switch
 |language  = German
 |interface = true
 |audio     = 
 |subtitles = 
 |notes     = 
 |fan       = 
 |fan notes = 
}}
{{L10n/switch
 |language  = Italian
 |interface = true
 |audio     = 
 |subtitles = 
 |notes     = 
 |fan       = 
 |fan notes = 
}}
{{L10n/switch
 |language  = Spanish
 |interface = true
 |audio     = 
 |subtitles = 
 |notes     = 
 |fan       = 
 |fan notes = 
}}
}}

Network Settings

See Template:Network/Multiplayer, Template:Network/Connections, and Template:Network/Ports for more information.
This goes below the Audio Settings and Localization sections.
Port Forward will likely be incredibly useful in finding the Network Ports for games.
==Network==
{{Network/Multiplayer
|local play           = 
|local play players   = 
|local play notes     = 
|lan play             = 
|lan play players     = 
|lan play notes       = 
|online play          = 
|online play players  = 
|online play notes    = 
|local co-op          = 
|local co-op players  = 
|local co-op notes    = 
|lan co-op            = 
|lan co-op players    = 
|lan co-op notes      = 
|online co-op         = 
|online co-op players = 
|online co-op notes   = 
|hot-seat             = 
|hot-seat players     = 
|hot-seat notes       = 
|asynchronous         = 
|asynchronous notes   = 
}}{{Network/Connections
|matchmaking        = 
|matchmaking notes  = 
|p2p                = 
|p2p notes          = 
|dedicated          = 
|dedicated notes    = 
|self-hosting       = 
|self-hosting notes = 
}}{{Network/Ports
|tcp  = 
|udp  = 
|upnp = 
}}

Windows, OS X

Template for creation of barebones articles about games which support Windows and OS X.
Most templates left empty for ease of filling out, not filling these out may cause issues with the page upon saving.
Sections like "Essential improvements" and "Other information" should be removed if they aren't used.
{{stub}}
{{Infobox game
|cover        = game name - cover.jpg
|developers   = 
{{Infobox game/row/developer|}}
{{Infobox game/row/porter|}}
|publishers   = 
{{Infobox game/row/publisher|}}
|engines      = 
{{Infobox game/row/engine|}}
|release dates= 
{{Infobox game/row/date|Windows|}}
{{Infobox game/row/date|OS X|}}
|steam appid  = 
|gogcom page  = 
|wikipedia    = 
}}
{{Series|}}

'''General information'''
{{mm}} [http://www.gog.com/forum GOG.com Community Discussions]
{{mm}} [http://www.gog.com/support GOG.com Support Page]
{{mm}} [http Steam Users' Forums]
{{mm}} [http://steamcommunity.com/app/00000/discussions/ Steam Community Discussions]

==Availability==
{{Availability Table|
{{Availability Table/row| Retail | {{ID|Retail}} | }}
{{Availability Table/row| [http://www.gog.com/game/ GOG.com] | {{ID|DRM-free}} | }}
{{Availability Table/row| [https://www.humblebundle.com/store/ Humble Store] | {{ID|DRM-free}} {{ID|Steam}} | }}
{{Availability Table/row| [http://store.steampowered.com/app// Steam] | {{ID|Steam}} | }}
{{Availability Table/row| [http Other] | {{ID|DRM-free}} | }}
}}

==Essential improvements==
===Skip intro videos===

==Game data==
===Configuration file(s) location===
{{Game data|
{{Game data/row|Windows|}}
{{Game data/row|OS X|}}
}}

===Save game data location===
{{Game data|
{{Game data/row|Windows|}}
{{Game data/row|OS X|}}
}}

===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
{{Save game cloud syncing
|origin                = 
|origin notes          = 
|steam cloud           = 
|steam cloud notes     = 
|uplay                 = 
|uplay notes           = 
|gamesave manager      = 
|gamesave manager notes= 
}}

==Video settings==
{{Video settings
|wsgf link                  = 
|widescreen wsgf award      = 
|multimonitor wsgf award    = 
|ultrawidescreen wsgf award = 
|4k ultra hd wsgf award     = 
|widescreen resolution      = unknown
|widescreen resolution notes= 
|multimonitor               = unknown
|multimonitor notes         = 
|ultrawidescreen            = unknown
|ultrawidescreen notes      = 
|4k ultra hd                = unknown
|4k ultra hd notes          = 
|fov                        = unknown
|fov notes                  = 
|windowed                   = unknown
|windowed notes             = 
|borderless windowed        = unknown
|borderless windowed notes  = 
|anisotropic                = unknown
|anisotropic notes          = 
|antialiasing               = unknown
|antialiasing notes         = 
|vsync                      = unknown
|vsync notes                = 
|oculus rift                = unknown
|oculus rift notes          = 
|high frame rate            = unknown
|high frame rate notes      = 
|color blind                = unknown
|color blind notes          = 
}}

==Input settings==
{{Input settings
|key remap                 = unknown
|key remap notes           = 
|acceleration option       = unknown
|acceleration option notes = 
|mouse menu                = unknown
|mouse menu notes          = 
|invert mouse y-axis       = unknown
|invert mouse y-axis notes = 
|controller support        = unknown
|controller support notes  = 
|full controller           = unknown
|full controller notes     = 
|controller remap          = unknown
|controller remap notes    = 
|invert controller y-axis  = unknown
|invert controller y-axis notes= 
|touchscreen               = unknown
|touchscreen notes         = 
}}

==Audio settings==
{{Audio settings
|separate volume          = unknown
|separate volume notes    = 
|surround sound           = unknown
|surround sound notes     = 
|subtitles                = unknown
|subtitles notes          = 
|closed captions          = unknown
|closed captions notes    = 
|mute on focus lost       = unknown
|mute on focus lost notes = 
|eax support              = 
|eax support notes        = 
}}

{{L10n|content=
{{L10n/switch
 |language  = 
 |interface = 
 |audio     = 
 |subtitles = 
 |notes     = 
 |fan       = 
 |fan notes = 
}}
}}

==Other information==

==System requirements==
{{System requirements
|OSfamily = Windows

|minOS    = 
|minCPU   = 
|minRAM   = 
|minHD    = 
|minGPU   = 
|minGPU2  = 
|minGPU3  = 
|minVRAM  = 
|minDX    = 
|minSM    = 

|recOS    = 
|recCPU   = 
|recRAM   = 
|recHD    = 
|recGPU   = 
|recGPU2  = 
|recGPU3  = 
|recVRAM  = 
|recDX    = 
|recSM    = 
}}

{{System requirements
|OSfamily = OS X

|minOS    = 
|minCPU   = 
|minRAM   = 
|minHD    = 
|minGPU   = 
|minGPU2  = 
|minGPU3  = 
|minVRAM  = 
|minOGL   = 
|minSM    = 

|recOS    = 
|recCPU   = 
|recRAM   = 
|recHD    = 
|recGPU   = 
|recGPU2  = 
|recGPU3  = 
|recVRAM  = 
|recOGL   = 
|recSM    = 
}}

Windows, OS X, Linux

Template for creation of barebones articles about games which support Windows, OS X, and Linux.
Most templates left empty for ease of filling out, not filling these out may cause issues with the page upon saving.
Sections like "Essential improvements" and "Other information" should be removed if they aren't used.
{{stub}}
{{Infobox game
|cover        = game name - cover.jpg
|developers   = 
{{Infobox game/row/developer|}}
{{Infobox game/row/porter|}}
{{Infobox game/row/porter|}}
|publishers   = 
{{Infobox game/row/publisher|}}
|engines      = 
{{Infobox game/row/engine|}}
|release dates= 
{{Infobox game/row/date|Windows|}}
{{Infobox game/row/date|OS X|}}
{{Infobox game/row/date|Linux|}}
|steam appid  = 
|gogcom page  = 
|wikipedia    = 
}}
{{Series|}}

'''General information'''
{{mm}} [http://www.gog.com/forum GOG.com Community Discussions]
{{mm}} [http://www.gog.com/support GOG.com Support Page]
{{mm}} [http Steam Users' Forums]
{{mm}} [http://steamcommunity.com/app/00000/discussions/ Steam Community Discussions]

==Availability==
{{Availability Table|
{{Availability Table/row| Retail | {{ID|Retail}} | }}
{{Availability Table/row| [http://www.gog.com/game/ GOG.com] | {{ID|DRM-free}} | }}
{{Availability Table/row| [https://www.humblebundle.com/store/ Humble Store] | {{ID|DRM-free}} {{ID|Steam}} | }}
{{Availability Table/row| [http://store.steampowered.com/app// Steam] | {{ID|Steam}} | }}
{{Availability Table/row| [http Other] | {{ID|DRM-free}} | }}
}}

==Essential improvements==
===Skip intro videos===

==Game data==
===Configuration file(s) location===
{{Game data|
{{Game data/row|Windows|}}
{{Game data/row|OS X|}}
{{Game data/row|Linux|}}
}}

===Save game data location===
{{Game data|
{{Game data/row|Windows|}}
{{Game data/row|OS X|}}
{{Game data/row|Linux|}}
}}

===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
{{Save game cloud syncing
|origin                = 
|origin notes          = 
|steam cloud           = 
|steam cloud notes     = 
|uplay                 = 
|uplay notes           = 
|gamesave manager      = 
|gamesave manager notes= 
}}

==Video settings==
{{Video settings
|wsgf link                  = 
|widescreen wsgf award      = 
|multimonitor wsgf award    = 
|ultrawidescreen wsgf award = 
|4k ultra hd wsgf award     = 
|widescreen resolution      = unknown
|widescreen resolution notes= 
|multimonitor               = unknown
|multimonitor notes         = 
|ultrawidescreen            = unknown
|ultrawidescreen notes      = 
|4k ultra hd                = unknown
|4k ultra hd notes          = 
|fov                        = unknown
|fov notes                  = 
|windowed                   = unknown
|windowed notes             = 
|borderless windowed        = unknown
|borderless windowed notes  = 
|anisotropic                = unknown
|anisotropic notes          = 
|antialiasing               = unknown
|antialiasing notes         = 
|vsync                      = unknown
|vsync notes                = 
|oculus rift                = unknown
|oculus rift notes          = 
|high frame rate            = unknown
|high frame rate notes      = 
|color blind                = unknown
|color blind notes          = 
}}

==Input settings==
{{Input settings
|key remap                 = unknown
|key remap notes           = 
|acceleration option       = unknown
|acceleration option notes = 
|mouse menu                = unknown
|mouse menu notes          = 
|invert mouse y-axis       = unknown
|invert mouse y-axis notes = 
|controller support        = unknown
|controller support notes  = 
|full controller           = unknown
|full controller notes     = 
|controller remap          = unknown
|controller remap notes    = 
|invert controller y-axis  = unknown
|invert controller y-axis notes= 
|touchscreen               = unknown
|touchscreen notes         = 
}}

==Audio settings==
{{Audio settings
|separate volume          = unknown
|separate volume notes    = 
|surround sound           = unknown
|surround sound notes     = 
|subtitles                = unknown
|subtitles notes          = 
|closed captions          = unknown
|closed captions notes    = 
|mute on focus lost       = unknown
|mute on focus lost notes = 
|eax support              = 
|eax support notes        = 
}}

{{L10n|content=
{{L10n/switch
 |language  = 
 |interface = 
 |audio     = 
 |subtitles = 
 |notes     = 
 |fan       = 
 |fan notes = 
}}
}}

==Other information==

==System requirements==
{{System requirements
|OSfamily = Windows

|minOS    = 
|minCPU   = 
|minRAM   = 
|minHD    = 
|minGPU   = 
|minGPU2  = 
|minGPU3  = 
|minVRAM  = 
|minDX    = 
|minSM    = 

|recOS    = 
|recCPU   = 
|recRAM   = 
|recHD    = 
|recGPU   = 
|recGPU2  = 
|recGPU3  = 
|recVRAM  = 
|recDX    = 
|recSM    = 
}}

{{System requirements
|OSfamily = OS X

|minOS    = 
|minCPU   = 
|minRAM   = 
|minHD    = 
|minGPU   = 
|minGPU2  = 
|minGPU3  = 
|minVRAM  = 
|minOGL   = 
|minSM    = 

|recOS    = 
|recCPU   = 
|recRAM   = 
|recHD    = 
|recGPU   = 
|recGPU2  = 
|recGPU3  = 
|recVRAM  = 
|recOGL   = 
|recSM    = 
}}

{{System requirements
|OSfamily = Linux

|minOS    = 
|minCPU   = 
|minRAM   = 
|minHD    = 
|minGPU   = 
|minGPU2  = 
|minGPU3  = 
|minVRAM  = 
|minOGL   = 
|minSM    = 

|recOS    = 
|recCPU   = 
|recRAM   = 
|recHD    = 
|recGPU   = 
|recGPU2  = 
|recGPU3  = 
|recVRAM  = 
|recOGL   = 
|recSM    = 
}}

Miscellaneous generic-usage sections and fixes

Collapsible Table

Tables which are vertically lengthy may preferably be collapsable, or collapsed by default, as not to take up too much room on a page.
This is especially helpful to users who don't need to see/use the table because it isn't relevant to their issue.
Collapsible:
{| class="mw-collapsible wikitable"
|-
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
Collapsed by default:
{| class="mw-collapsible mw-collapsed wikitable"
|-
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}

GOG.com System Requirements

GOG.com oftentimes reuses one of the following system requirements tables for their store pages. Some games may have minor variations, please compare with the store page itself before submitting any articles which include these.
{{System requirements
|OSfamily = Windows

|minOS    = XP, Vista, 7, 8
|minCPU   = 1 GHz
|minRAM   = 256 MB
|minDX    = 7

|recCPU   = 1.4 GHz
|recRAM   = 512 MB
|recDX    = 9
}}
{{System requirements
|OSfamily = Windows

|minOS    = XP, Vista, 7, 8
|minCPU   = 1.8 GHz
|minRAM   = 512 MB
|minHD    = 2 GB
|minDX    = 7

|recRAM   = 1 GB
|recDX    = 9
}}
{{System requirements
|OSfamily = OS X

|minOS    = 10.6.8
|minCPU   = Intel Core Duo 2 GHz
|minRAM   = 1 GB
|minVRAM  = 64 MB
}}

Set Launch Options..

A generic fixbox for setting Launch Options in a game to fix an issue or improve the game in some way. Only relevant for Launch Options set through Steam.
For proper use, replace "LAUNCH PARAMATERS", "GAME NAME", and "-SYNTAX" before submitting your addition to the page.
{{Fixbox|1=
{{Fixbox/fix|LAUNCH PARAMATERS}}
# Find GAME NAME in your Steam Library
# Right-click the game title
# Select <code>Properties</code>
# Select <code>Set Launch Options...</code>
# Input <code>-SYNTAX</code>
# Press <code>OK</code>
# Launch the game
}}

Verify Integrity of Game Cache

A generic fixbox for "Verifying the Integrity of Game Cache".
This is a common fix for a variety of problems with games available on Steam, most often involving files which are corrupted.
{{Fixbox|1=
{{Fixbox/fix|Verify Your Game Cache}}
# Find GAME NAME in your Steam Library
# Right-click the game title
# Select <code>Properties</code>
# Navigate to the <code>Local Files</code> tab
# Select <code>Verify Integrity of Game Cache...</code>
# This may take a while, just wait for it to finish
# Once it's done press <code>OK</code>
# Launch the game
}}