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

Difference between revisions of "Template:Series/Documentation"

From PCGamingWiki, the wiki about fixing PC games
m (→‎The table: rephrased)
m (d)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
==Series template deprecated==
 +
'''Note: April 15, 2020'''
 +
 +
The manual use of the series sidebar tag ({{T|Series}}) has been deprecated and is being replaced by a new row inside the infobox:
 +
 +
<pre>|taxonomy    =
 +
{{Infobox game/row/taxonomy/series            | Deus Ex }}</pre>
 +
 +
Please check the [[Taxonomy]] project page for more information.
 +
 +
Using the taxonomy series row will automatically add an appropriate {{T|Series}} call below the infobox '''for the very first''' listed series (that actually has a series page) in the taxonomy row.
 +
 +
<!-- Old documentation
 +
==Overview==
 
The series sidebar serves as an extension of sorts for the Infobox, and is made up of two parts, [[#The tag|the tag]] as well as [[#The table|the table]]. It gives a list of all the games in a particular series and points out where the current article resides in that list. Code-wise, it is always located directly beneath [[PCGamingWiki:Editing guide/The infobox|the infobox]] and above [[PCGamingWiki:Editing guide/Key points and General information|Key points/General information]].
 
The series sidebar serves as an extension of sorts for the Infobox, and is made up of two parts, [[#The tag|the tag]] as well as [[#The table|the table]]. It gives a list of all the games in a particular series and points out where the current article resides in that list. Code-wise, it is always located directly beneath [[PCGamingWiki:Editing guide/The infobox|the infobox]] and above [[PCGamingWiki:Editing guide/Key points and General information|Key points/General information]].
  
 
{{ii}} Should only be used with a collection of games part of an overall series or franchise.
 
{{ii}} Should only be used with a collection of games part of an overall series or franchise.
 
  
 
==The tag==
 
==The tag==
Line 17: Line 30:
 
In most cases, the actual table is already created and only the tag needs to be added. That being said, there will be times where a new series needs to be added in with no prior entry available. See below for details.
 
In most cases, the actual table is already created and only the tag needs to be added. That being said, there will be times where a new series needs to be added in with no prior entry available. See below for details.
  
 
+
-->
==The table==
 
{{ii}} The following is to used on a separate page using the <code>Series:</code> prefix. Creating a <code>Series:</code> page is the same process as creating a game article.
 
 
 
'''Syntax'''
 
<pre><nowiki>
 
{{Seriesbox|entries=
 
{{Seriesbox/parent|My Little Parent Series|}}
 
{{Seriesbox/row|[[The Game]]|2000}}
 
{{Seriesbox/row|[[Game 2: Electric Boogaloo]]|2004}}
 
{{Seriesbox/row|[[Game 3: Not Game 2]]|2014}}
 
{{Seriesbox/child|The Electric Boogaloo Spin-off}}
 
}}
 
</nowiki></pre>
 
 
 
 
 
'''Example'''
 
 
 
See [[Series:Game]], [[Series:Halo]], [[Series:Lego]], or [[Series:Lego Batman]].
 
 
 
The table is where the actual information is stored. It consists of two or more parts:
 
 
 
* The header. Besides holding the table together, the title of the sidebar resides here:
 
 
 
<ul><dd><dl><pre><nowiki>
 
{{Seriesbox|entries=
 
(content goes here)
 
}}
 
</nowiki></pre></dl></dd></ul>
 
 
 
* Main game row. A row meant for full game releases in the series:
 
 
 
<ul><dd><dl><pre><nowiki>
 
{{Seriesbox/row|[[The Game]]|2000}}
 
</nowiki></pre></dl></dd></ul>
 
 
 
* Child series row. Defines a child series of the current series, such as a spin-off series or subseries that connects specific titles:
 
 
 
<ul><dd><dl><pre><nowiki>
 
{{Seriesbox/child|Name of the child series}}
 
</nowiki></pre></dl></dd></ul>
 
 
 
* Parent series row. Defines a parent series of the current series:
 
 
 
<ul><dd><dl><pre><nowiki>
 
{{Seriesbox/parent|Name of the parent series}}
 
</nowiki></pre></dl></dd></ul>
 
 
 
 
 
'''General rules'''
 
 
 
* Games should be ordered on first PC release date (oldest to newest).
 
* If an expansion is standalone (i.e. does not require the base game to function), it should be considered a separate game and listed as a full title.
 
* Use the full title of the game when adding it to the list.
 
* Some franchises are too large to fit onto one table (ex. Star Wars). Narrow in on what sub-series a collection of games follow.
 
* A new game in a series should only be added in if it has been confirmed that it will be released on the PC (either Windows, OS X, or Linux).
 
* While not common, fan games and major mods for a series can be added in if it is worth mentioning. Ask a mod before editing it in.
 
 
 
 
 
'''Common issues'''
 
* Issue: Cover thumbnail is listed as text in the series table.
 
:* Solution: Refresh the cache for the series page (More -> Refresh).
 
:* Description: This is caused by PCGW not having generated and cached the thumbnail of the cover yet, which might take a couple of minutes. A refresh of the cache might help.
 
 
 
* Issue: Game includes a cover that isn't listed as a thumbnail nor as text in the series table.
 
:* Solution: Refresh the cache for the game page (More -> Refresh), and then the cache for the series page.
 
:* Description: This is caused by the game page not having updated its cached in a while, so the properties [[Property:Cover]] and [[Property:Cover filename]] haven't been set for it yet and therefor the series list can't retrieve the thumbnail.
 
 
 
* Issue: Game includes the series sidebar, but isn't listed in the large series table even after cache refreshes.
 
:* Solution: Verify that <code><nowiki>{{Series|xxxx}}</nowiki></code> is being used, with a pipe '''|''' between the series template call and the name of the series, and that a colon ''':''' is not used instead, and then refresh the series page cache.
 
:* Description: Mistakenly writing <code><nowiki>{{Series:xxxx}}</nowiki></code> with a colon ( : ) instead of a pipe ( | ) will result in the game page transcluding the relevant [[Series:xxxx]] page directly instead of going through the [[Template:Series]]. This will case the necessary [[Property:Part of series]] declaration to not be set, which will mean the game will not be seen as a part of the series.
 

Latest revision as of 21:03, 4 June 2020

Series template deprecated

Note: April 15, 2020

The manual use of the series sidebar tag ({{Series}}) has been deprecated and is being replaced by a new row inside the infobox:

|taxonomy     =
{{Infobox game/row/taxonomy/series            | Deus Ex }}

Please check the Taxonomy project page for more information.

Using the taxonomy series row will automatically add an appropriate {{Series}} call below the infobox for the very first listed series (that actually has a series page) in the taxonomy row.