(Created page with "This template will allow updating of the versions numbers currently supported Example: <pre><nowiki>{{Which version number|currentstable}} </nowiki></pre> The above would out pu...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
{{parmdesc | {{parmdesc | ||
|currentstable|d1 | |currentstable|d1=The current stable version of the SMF software -- the first listed on the downloads page | ||
|currentseries|d2=The series to which the current stable version belongs (1.1.13 is in the series 1.1) | |currentseries|d2=The series to which the current stable version belongs (1.1.13 is in the series 1.1) | ||
|deprecatedseries|d3=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. | |deprecatedseries|d3=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|d4=Any previous series which is no longer supported, and for which no new bugfixes are to be released | |obsoleteseries|d4=Any previous series which is no longer supported, and for which no new bugfixes are to be released | ||
|currentstabledocs|d5=most completely documented version of smf on the wiki | |||
|depreciatedseriesdocs|d6=the last completely documented version of smf on the wiki | |||
|upcomingstabledocs|d7=the next coming version that is not totally complete on the wiki | |||
}} | }} |
Latest revision as of 15:33, 20 January 2014
This template will allow updating of the versions numbers currently supported Example:
{{Which version number|currentstable}}
The above would out put the current stable version that is stored in the variable currentstable in the template
- 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)
- deprecatedseries 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 Any previous series which is no longer supported, and for which no new bugfixes are to be released
- currentstabledocs most completely documented version of smf on the wiki
- depreciatedseriesdocs the last completely documented version of smf on the wiki
- upcomingstabledocs the next coming version that is not totally complete on the wiki