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
(Added abandoned description)
m (updated docs)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
'''Description'''
 
'''Description'''
  
The state tag is a multi-use label that states the current condition of the product the article is covering.
+
The state tag is a multi-use label that states the current condition of the game the article is covering. The intention of the tag is to highlight the exceptions, and not the norm. The different tags are used to populate the [[:Category:Games in development|Games in development]] categories.
  
Note that the tag should only be removed once the tag is no longer relevant to the product (i.e. product is fully released, not under active development). The tag should also be updated when the state of the product has changed (ex. product has moved from development/Early Access to release state).
+
Note that the tag should only be removed once it 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'''
Line 15: Line 15:
 
:# beta
 
:# beta
 
* {{Code|2}} - A value added as the second parameter disables adding the article to game related categories. Use e.g. {{Code|product}} or {{Code|non-game}} to disable the categorization for applications and the like.
 
* {{Code|2}} - A value added as the second parameter disables adding the article to game related categories. Use e.g. {{Code|product}} or {{Code|non-game}} to disable the categorization for applications and the like.
* {{Code|ref}} - Used only for '''unknown''', '''unplayable''' and '''abandoned''' states only.
+
* {{Code|ref}} - Used only for '''unknown''', '''unplayable''' and '''abandoned''' states only to give additional information on why the state is used. This can either be a {{T|Refurl}} to an official {{Code|abandoned}} or {{Code|unplayable}} announcement by the developers, or for example a {{T|Refcheck}} for {{Code|unknown}} or {{Code|unplayable}} with a comment explaining the reasoning.
  
 
'''Syntax'''
 
'''Syntax'''
  
 
<pre><nowiki>
 
<pre><nowiki>
{{State|state=}}
+
{{State|state=|ref=}}
 
</nowiki></pre>
 
</nowiki></pre>
  
'''Example #1'''
+
----
 +
 
 +
'''Example #1:''' Prototype
 +
{{ii}} This indicates that the page covers a prototype of some kind.
 +
{{State|prototype}}
 +
 
 +
<pre><nowiki>
 +
{{State|prototype}}
 +
</nowiki></pre>
 +
 
 +
----
 +
 
 +
'''Example #2:''' Dev
 +
{{ii}} Also allows obsolete synonyms such as ''pre-dev, pre-alpha, alpha, beta,'' and ''early access''.
 
{{State|dev}}
 
{{State|dev}}
  
Line 30: Line 43:
 
</nowiki></pre>
 
</nowiki></pre>
  
'''Example #2'''
+
----
 +
 
 +
'''Example #3:''' Postdev
 +
{{ii}} This is typically used to indicate a released final game that is or is expected to be under continued active development for a longer period of time (often a year or more) which may cause the article to periodically be out of date. Games still in Early Access (EA) is not applicable to this state, as ''dev'' or ''early access'' is used for those.
 
{{State|postdev}}
 
{{State|postdev}}
  
Line 37: Line 53:
 
</nowiki></pre>
 
</nowiki></pre>
  
'''Example #3'''
+
----
{{State|unplayable}}
+
 
 +
'''Example #4:''' Unknown
 +
{{ii}} Only for use with Early Access titles or similar in development titles that are available for purchase but have not received an update for an extended amount of time, and is unlikely to receive any. The {{Code|ref}} parameter is required to be filled out with an appropriate reference.
 +
{{State|unknown|ref=}}
  
 
<pre><nowiki>
 
<pre><nowiki>
{{State|unplayable}}
+
{{State|unknown|ref=}}
 
</nowiki></pre>
 
</nowiki></pre>
  
'''Example #4'''
+
----
{{State|abandoned}}
+
 
 +
'''Example #5:''' Abandoned
 +
{{ii}} Used as an alternative to '''Unknown''' when a official statement has been made cancelling all further development on the game. Note that this is only for use with Early Access titles or similar in development titles that are available for purchase but have not received an update for an extended amount of time, and is unlikely to receive any. The {{Code|ref}} parameter is required to be filled out with an appropriate reference.
 +
{{State|abandoned|ref=}}
  
 
<pre><nowiki>
 
<pre><nowiki>
{{State|abandoned}}
+
{{State|abandoned|ref=}}
 
</nowiki></pre>
 
</nowiki></pre>
  
'''Example #5'''
+
----
{{State|unknown}}
+
 
 +
'''Example #6:''' Unplayable
 +
{{ii}} Typically used for online-only games that have shut down.
 +
{{State|unplayable}}
  
 
<pre><nowiki>
 
<pre><nowiki>
{{State|unknown}}
+
{{State|unplayable}}
 
</nowiki></pre>
 
</nowiki></pre>
  
 
<includeonly>[[Category:Tag templates]]</includeonly>
 
<includeonly>[[Category:Tag templates]]</includeonly>
 
<noinclude>[[Category:Documentation templates]]</noinclude>
 
<noinclude>[[Category:Documentation templates]]</noinclude>

Latest revision as of 20:42, 6 April 2024

Description

The state tag is a multi-use label that states the current condition of the game the article is covering. The intention of the tag is to highlight the exceptions, and not the norm. The different tags are used to populate the Games in development categories.

Note that the tag should only be removed once it 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.
  • dev is also mapped to synonyms such as Early Access or EA.
  • 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
  • 2 - A value added as the second parameter disables adding the article to game related categories. Use e.g. product or non-game to disable the categorization for applications and the like.
  • ref - Used only for unknown, unplayable and abandoned states only to give additional information on why the state is used. This can either be a {{Refurl}} to an official abandoned or unplayable announcement by the developers, or for example a {{Refcheck}} for unknown or unplayable with a comment explaining the reasoning.

Syntax

{{State|state=|ref=}}

Example #1: Prototype

This indicates that the page covers a prototype of some kind.
Dev general icon.svg
This product is a prototype covered here for historical reference.
{{State|prototype}}

Example #2: Dev

Also allows obsolete synonyms such as pre-dev, pre-alpha, alpha, beta, and early access.
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 #3: Postdev

This is typically used to indicate a released final game that is or is expected to be under continued active development for a longer period of time (often a year or more) which may cause the article to periodically be out of date. Games still in Early Access (EA) is not applicable to this state, as dev or early access is used for those.
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 #4: Unknown

Only for use with Early Access titles or similar in development titles that are available for purchase but have not received an update for an extended amount of time, and is unlikely to receive any. The ref parameter is required to be filled out with an appropriate reference.
Warning icon.svg
This product might be abandoned as it has not received an update for a while.
{{State|unknown|ref=}}

Example #5: Abandoned

Used as an alternative to Unknown when a official statement has been made cancelling all further development on the game. Note that this is only for use with Early Access titles or similar in development titles that are available for purchase but have not received an update for an extended amount of time, and is unlikely to receive any. The ref parameter is required to be filled out with an appropriate reference.
Warning icon.svg
This product was abandoned during development. It is covered here for historical reference.
{{State|abandoned|ref=}}

Example #6: Unplayable

Typically used for online-only games that have shut down.
Warning icon.svg
This product is no longer playable in any capacity. It is covered here for historical reference.
{{State|unplayable}}