Template:Which version/sandbox: Difference between revisions From Online Manual

Jump to: navigation, search
(copied from http://wiki.simplemachines.org/smf/index.php?title=Template:Which_version&oldid=10535)
 
No edit summary
Line 6: Line 6:
===Current Stable Version===
===Current Stable Version===
The current stable version is {{{currentstable|}}}<!--
The current stable version is {{{currentstable|}}}<!--
-->{{#ifexpr: {{{currentminor|0}}} = 0
-->{{#ifexpr: {{{firstinseries|0}}} = 1
|. If you have been using a development version (beta or RC), it is recommended that you upgrade to the current stable version ({{{currentstable|}}}) as soon as possible.
|. If you have been using a development version (beta or RC), or an earlier version in the current series, it is recommended that you upgrade to the current stable version ({{{currentstable|}}}) as soon as possible.
|. This is the most recent version in the current series {{{currentseries|}}}.x.
|. This is the most recent version in the current series {{{currentseries|}}}.x.
===Older versions of the current series===
===Older versions of the current series===

Revision as of 17:35, 27 March 2012

[edit] [purge] Template documentation

This template is used to produce easily-updatable documentation on which version of the SMF software the user should install. Example:

{{Which version
|currentstable=1.1.13
|currentseries=1.1
|firstinseries
|deprecatedseries=1.0
|obsoleteseries=0.0
}}
  • currentstable The current stable version of the SMF software -- the first listed on the downloads page
  • currentseries The series to which the current stable version belongs (1.1.13 is in the series 1.1)
  • firstinseries If the current stable version is the first in a new series (2.0, 1.0, etc), include this parameter. Otherwise, leave it out.
  • deprecatedseries (optional) The currently deprecated series; the series which is no longer current. With the release of 1.1, the 1.0 series became deprecated. Still supported. No new features to be added. Important bugfixes possible.
  • obsoleteseries (optional) Any previous series which is no longer supported, and for which no new bugfixes are to be released


Advertisement: