Difference between revisions of "Template:Release list"

From mtgpq wiki
Jump to: navigation, search
(Created page with "<noinclude> == Usage == A list of all game releases for which release data exists in the wiki. (This may skip some minor releases.) To get the version number of the nth rel...")
 
 
(46 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
A list of all game releases for which release data exists in the wiki.  (This may skip some minor releases.)
 
A list of all game releases for which release data exists in the wiki.  (This may skip some minor releases.)
  
To get the version number of the nth release, use <code>{{Release list|n}}</code>.
+
The first piece of data is the number of entries in the list, including itself.  (In other words, one more than the number of releases in the list.)  After that, each release is listed in turn.  So, to get the version number of the nth release, use <code>{{Release list|n-1}}</code>.
 +
 
 +
 
 +
'''Important:''' New releases only get automatically updated in the Main Page Game Updates panel if you increment the number after <code>{{p{{{1}}} |</code> below.  That number is the one piece of information on the wiki which tells the Main Page what the latest releases are.
  
 
== Example ==
 
== Example ==
Line 10: Line 13:
 
The following shorthand:
 
The following shorthand:
 
<pre>
 
<pre>
{{Release list|2}}
+
{{Release list|3}}
 
</pre>
 
</pre>
  
 
Produces:
 
Produces:
  
{{Release list|2}}
+
{{Release list|3}}
 +
 
 +
The whole release list is:
 +
 
 +
{{Release list}}
  
 
[[Category:Release data templates]]
 
[[Category:Release data templates]]
  
 
</noinclude><includeonly>{{p{{{1}}}
 
</noinclude><includeonly>{{p{{{1}}}
 +
|77                              <!-- Remember to increment this number when adding every new release!!! -->
 
|1.2
 
|1.2
 
|1.3
 
|1.3
Line 54: Line 62:
 
|3.1
 
|3.1
 
|3.2
 
|3.2
 +
|3.3
 +
|3.4
 +
|3.4.1
 +
|3.5
 +
|3.6
 +
|3.7
 +
|3.8
 +
|3.9
 +
|3.9.1
 +
|4.0
 +
|4.1
 +
|4.2
 +
|4.3
 +
|4.4
 +
|4.5
 +
|4.6
 +
|4.7
 +
|4.8
 +
|4.9
 +
|5.0
 +
|5.0.1
 +
|5.1
 +
|5.2
 +
|5.3
 +
|5.3.1
 +
|5.4.0
 +
|5.5
 +
|5.6
 +
|5.7
 +
|5.8
 +
|5.8.0
 +
|5.9
 +
|5.9.1
 +
|6.0
 +
|6.0.1
 +
|6.1
 +
|6.1.1
 +
|6.2
 +
|6.3
 +
|6.4
 +
|6.4.1
 +
|6.5.0
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 07:48, 12 March 2024

Usage

A list of all game releases for which release data exists in the wiki. (This may skip some minor releases.)

The first piece of data is the number of entries in the list, including itself. (In other words, one more than the number of releases in the list.) After that, each release is listed in turn. So, to get the version number of the nth release, use Template:Pn-1.


Important: New releases only get automatically updated in the Main Page Game Updates panel if you increment the number after {{p{{{1}}} | below. That number is the one piece of information on the wiki which tells the Main Page what the latest releases are.

Example

The following shorthand:

{{Release list|3}}

Produces:

1.3


The whole release list is:

{{p{{{1}}} |77 |1.2 |1.3 |1.3.1 |1.4 |1.5 |1.5.8 |1.6 |1.6.5 |1.7 |1.7.1 |1.8 |1.9 |1.9.1 |1.9.2 |1.10 |1.10.1 |1.10.2 |2.0 |2.1 |2.2 |2.2.2 |2.2.3 |2.2.5 |2.3 |2.4 |2.5 |2.6 |2.7 |2.7.1 |2.8 |2.9 |3.0 |3.1 |3.2 |3.3 |3.4 |3.4.1 |3.5 |3.6 |3.7 |3.8 |3.9 |3.9.1 |4.0 |4.1 |4.2 |4.3 |4.4 |4.5 |4.6 |4.7 |4.8 |4.9 |5.0 |5.0.1 |5.1 |5.2 |5.3 |5.3.1 |5.4.0 |5.5 |5.6 |5.7 |5.8 |5.8.0 |5.9 |5.9.1 |6.0 |6.0.1 |6.1 |6.1.1 |6.2 |6.3 |6.4 |6.4.1 |6.5.0 }}