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 "Template:State/Documentation"

From PCGamingWiki, the wiki about fixing PC games
m (updated docs)
m (added examples)
Line 1: Line 1:
;Description
+
'''Description'''
 +
 
 
The state tag is a multi-use label that states the current condition of the game the article is covering.
 
The state tag is a multi-use label that states the current condition of the game the article is covering.
  
 
Note that the tag should only be removed once the tag is no longer relevant to the game (i.e. game is fully released, not under active development). The tag should also be updated when the state of the game has changed (ex. game has moved from development/Early Access to release state).
 
Note that the tag should only be removed once the tag is no longer relevant to the game (i.e. game is fully released, not under active development). The tag should also be updated when the state of the game has changed (ex. game has moved from development/Early Access to release state).
  
;Arguments
+
'''Arguments'''
 +
 
 
* {{Code|state}} ''or'' {{Code|1}} - '''prototype, dev, postdev, unknown, unplayable'''.
 
* {{Code|state}} ''or'' {{Code|1}} - '''prototype, dev, postdev, unknown, unplayable'''.
 
*: Certain obsolete values are also available but not required to be used. Visually these all work the same as '''dev''', but adds the article to different categories:
 
*: Certain obsolete values are also available but not required to be used. Visually these all work the same as '''dev''', but adds the article to different categories:
Line 13: Line 15:
 
* {{code|ref}} - Used only for '''unknown''' and '''unplayable''' states only.
 
* {{code|ref}} - Used only for '''unknown''' and '''unplayable''' states only.
  
;Syntax
+
'''Syntax'''
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
 
{{State|state=}}
 
{{State|state=}}
 +
</nowiki></pre>
 +
 +
'''Example #1'''
 +
{{State|dev}}
 +
 +
<pre><nowiki>
 +
{{State|dev}}
 +
</nowiki></pre>
 +
 +
'''Example #2'''
 +
{{State|postdev}}
 +
 +
<pre><nowiki>
 +
{{State|postdev}}
 +
</nowiki></pre>
 +
 +
'''Example #3'''
 +
{{State|unplayable}}
 +
 +
<pre><nowiki>
 +
{{State|unplayable}}
 +
</nowiki></pre>
 +
 +
'''Example #3'''
 +
{{State|unknown}}
 +
 +
<pre><nowiki>
 +
{{State|unknown}}
 
</nowiki></pre>
 
</nowiki></pre>
  
 
<includeonly>[[Category:Tag templates]]</includeonly>
 
<includeonly>[[Category:Tag templates]]</includeonly>
 
<noinclude>[[Category:Documentation templates]]</noinclude>
 
<noinclude>[[Category:Documentation templates]]</noinclude>

Revision as of 22:05, 16 June 2019

Description

The state tag is a multi-use label that states the current condition of the game the article is covering.

Note that the tag should only be removed once the tag is no longer relevant to the game (i.e. game is fully released, not under active development). The tag should also be updated when the state of the game has changed (ex. game has moved from development/Early Access to release state).

Arguments

  • state or 1 - prototype, dev, postdev, unknown, unplayable.
    Certain obsolete values are also available but not required to be used. Visually these all work the same as dev, but adds the article to different categories:
    1. predev
    2. prealpha
    3. alpha
    4. beta
  • ref - Used only for unknown and unplayable states only.

Syntax

{{State|state=}}

Example #1

Dev general icon.svg
This product is unreleased but remains under active development - information may change frequently and could be outdated or irrelevant.
{{State|dev}}

Example #2

Dev general icon.svg
Although this product has been released, it remains under active development - information may change frequently and could be outdated or irrelevant.
{{State|postdev}}

Example #3

Warning icon.svg
This product is no longer playable in any capacity. It is covered here for historical reference.
{{State|unplayable}}

Example #3

Warning icon.svg
This product might be abandoned as it has not received an update for a while.
{{State|unknown}}