Difference between revisions of "Template:Version"
From PC-BSD Wiki
Tigersharke (Talk | contribs) (Created page with "{{#switch: {{{1}}} |testing =9.1 |release =9.0 |prior =8.2 |endlife =8.2 |version }}") |
Tigersharke (Talk | contribs) |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{#switch: {{{1}}} | + | <includeonly>{{#switch: {{{1}}} |
| − | |testing =9.1 | + | |new <!-- fall through to next --> |
| − | |release =9.0 | + | |next <!-- fall through to next --> |
| − | |prior | + | |upcoming <!-- fall through to next --> |
| − | |endlife =8.2 | + | |testing =9.1 |
| − | |version | + | |now <!-- fall through to next --> |
| − | }} | + | |current <!-- fall through to next --> |
| + | |release =9.0 | ||
| + | |old <!-- fall through to next --> | ||
| + | |last <!-- fall through to next --> | ||
| + | |prior =8.2 | ||
| + | |eol <!-- fall through to next --> | ||
| + | |end <!-- fall through to next --> | ||
| + | |endlife <!-- fall through to next --> | ||
| + | |endoflife =8.2 | ||
| + | |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.