Difference between revisions of "Template:Version"
From PC-BSD Wiki
Tigersharke (Talk | contribs) |
Tigersharke (Talk | contribs) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{#switch: {{{1}}} | + | <includeonly>{{#switch: {{{1}}} |
| − | |new <!-- fall through --> | + | |new <!-- fall through to next --> |
| − | |next <!-- fall through --> | + | |next <!-- fall through to next --> |
| − | |upcoming <!-- fall through --> | + | |upcoming <!-- fall through to next --> |
|testing =9.1 | |testing =9.1 | ||
| − | |now <!-- fall through --> | + | |now <!-- fall through to next --> |
| − | |current <!-- fall through --> | + | |current <!-- fall through to next --> |
|release =9.0 | |release =9.0 | ||
| − | |old <!-- fall through --> | + | |old <!-- fall through to next --> |
| + | |last <!-- fall through to next --> | ||
|prior =8.2 | |prior =8.2 | ||
| − | |eol <!-- fall through --> | + | |eol <!-- fall through to next --> |
| − | |end <!-- fall through --> | + | |end <!-- fall through to next --> |
| − | |endlife <!-- fall through --> | + | |endlife <!-- fall through to next --> |
|endoflife =8.2 | |endoflife =8.2 | ||
|version# | |version# | ||
| − | }} | + | }}</includeonly> |
| + | <noinclude> | ||
| + | Intended to be a way to define the recent PC-BSD versions in one place so that it may be used like a variable and changed easily. | ||
| + | [[category:templates]] | ||
| + | </noinclude> | ||
Latest revision as of 02:10, 11 August 2012
Intended to be a way to define the recent PC-BSD versions in one place so that it may be used like a variable and changed easily.