Difference between revisions of "Template:Program Version"
Jump to navigation
Jump to search
(17 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | <includeonly> | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! scope="row"| Version | + | ! scope="row"; style=width:8em | Version |
− | | {{Last word | 1={{PAGENAME}}}}{{#if: {{{patch}}} | .{{{patch}}} |}} | + | | style=width:50em | {{Last word | 1={{PAGENAME}}}}{{#if: {{{patch|}}} | .{{{patch}}} |}}{{#if: {{{pre-release-status|}}} | -{{{pre-release-status}}} |}} |
|- | |- | ||
! scope="row"| Release Date | ! scope="row"| Release Date | ||
Line 11: | Line 12: | ||
|- | |- | ||
! scope="row"| Changelog | ! scope="row"| Changelog | ||
− | | | + | | {{{changes}}} |
|} | |} | ||
+ | [[Category:Program Versions|v{{#sub:{{PAGENAME}}|8|1}}{{#switch: 1 | ||
+ | | {{#ifeq:{{#sub:{{PAGENAME}}|10}}|0|1|0}} = 00 | ||
+ | | {{#ifeq:{{#sub:{{PAGENAME}}|10}}|1|1|0}} = 01 | ||
+ | | {{#ifeq:{{#sub:{{PAGENAME}}|10}}|2|1|0}} = 02 | ||
+ | | {{#ifeq:{{#sub:{{PAGENAME}}|10}}|3|1|0}} = 03 | ||
+ | | {{#ifeq:{{#sub:{{PAGENAME}}|10}}|4|1|0}} = 04 | ||
+ | | {{#ifeq:{{#sub:{{PAGENAME}}|10}}|5|1|0}} = 05 | ||
+ | | {{#ifeq:{{#sub:{{PAGENAME}}|10}}|6|1|0}} = 06 | ||
+ | | {{#ifeq:{{#sub:{{PAGENAME}}|10}}|7|1|0}} = 07 | ||
+ | | {{#ifeq:{{#sub:{{PAGENAME}}|10}}|8|1|0}} = 08 | ||
+ | | {{#ifeq:{{#sub:{{PAGENAME}}|10}}|9|1|0}} = 09 | ||
+ | | #default = {{#sub:{{PAGENAME}}|10}} | ||
+ | }}]] | ||
+ | </includeonly> |