Difference between revisions of "Template:Software/Release"
m (added first description) |
(changed service packs parameter to subreleases and added description) |
||
Line 16: | Line 16: | ||
}}<!-- | }}<!-- | ||
− | ### | + | ### SUBRELEASES |
− | -->{{#if:{{#ifexist:Category:{{FULLPAGENAME}}|true|{{{ | + | -->{{#if:{{#ifexist:Category:{{FULLPAGENAME}}|true|{{{subreleases|}}} }}|: <!-- if category page or parameter exist --> |
− | == | + | == Sub-Releases == |
− | {{#if:{{{ | + | {{#if:{{{subreleases|}}}| |
− | {{{ | + | {{{subreleases}}} |
}}<!-- | }}<!-- | ||
-->{{#ifexist:Category:{{FULLPAGENAME}}| | -->{{#ifexist:Category:{{FULLPAGENAME}}| | ||
Line 76: | Line 76: | ||
{{Template | {{Template | ||
|description= | |description= | ||
+ | This template is designed to be used on the actual software '''release''' and '''sub-release''' pages. | ||
|template= | |template= | ||
Line 83: | Line 84: | ||
|date= | |date= | ||
|location= | |location= | ||
+ | |subreleases= | ||
|hints= | |hints= | ||
|bug fixes= | |bug fixes= | ||
Line 90: | Line 92: | ||
|parameters= | |parameters= | ||
+ | ;version | ||
+ | : Full version string of the release. | ||
+ | ;date | ||
+ | : Release date. | ||
+ | ;location (optional) | ||
+ | : Download link for the release. | ||
+ | ;subreleases (optional) | ||
+ | : Additional information in the Sub-Releases section. It is shown before the dynamic list of service pack pages. | ||
+ | ;hints (optional) | ||
+ | : Important hints section. | ||
+ | ;bug fixes (optional) | ||
+ | : Bug fixes section. | ||
+ | ;features (optional) | ||
+ | : Features section. | ||
+ | ;further info (optional) | ||
+ | : Further info section. | ||
+ | |||
|operation= | |operation= | ||
+ | The dynamic list of sub-release pages is automatically generated, if release sub-pages also use this template and the corresponding category page exist. | ||
+ | |||
|examples= | |examples= | ||
+ | <pre> | ||
+ | {{Software/Release | ||
+ | |version=aico.control 1.4.0 | ||
+ | |date=2010-05-10 | ||
+ | |location=http://www.manz-automation.com/download/aico.control/aico.control_V1.4.0.zip | ||
+ | |||
+ | |hints= | ||
+ | To avoid inconsistence in master directory all files of existing master must be deleted before changing to an other master! | ||
+ | |||
+ | |bug fixes= | ||
+ | *{{Bugzilla|3559}} In TpJog: Unexpected exception Error: 13005, ....Inverse kinematics failed | ||
+ | *{{Bugzilla|3615}} sub CalculateGantryRelations does not work without axes | ||
+ | *{{Bugzilla|3616}} group.DecStop is (sometimes) set wrongly | ||
+ | *... | ||
+ | |||
+ | |features= | ||
+ | === Component AA === | ||
+ | * Feature A | ||
+ | * Feature B | ||
+ | === Component BB === | ||
+ | * Feature C | ||
+ | * Feature D | ||
+ | |||
+ | |further info= | ||
+ | === Recommended Firmware === | ||
+ | For all standard purpose applications AMCS Ver. 4.3.17 or higher is recommended. | ||
+ | ... | ||
+ | === Recommended MIB FPGA Version === | ||
+ | Currently Version 0x0019 should be used | ||
+ | }} | ||
+ | </pre> | ||
}} | }} | ||
[[Category:Template:Software]] | [[Category:Template:Software]] | ||
</noinclude> | </noinclude> |
Revision as of 08:29, 14 October 2010
This template is designed to be used on the actual software release and sub-release pages.
Template
{{Software/Release |version= |date= |location= |subreleases= |hints= |bug fixes= |features= |further info= }}
Parameters
- version
- Full version string of the release.
- date
- Release date.
- location (optional)
- Download link for the release.
- subreleases (optional)
- Additional information in the Sub-Releases section. It is shown before the dynamic list of service pack pages.
- hints (optional)
- Important hints section.
- bug fixes (optional)
- Bug fixes section.
- features (optional)
- Features section.
- further info (optional)
- Further info section.
Operation
The dynamic list of sub-release pages is automatically generated, if release sub-pages also use this template and the corresponding category page exist.
Examples
{{Software/Release |version=aico.control 1.4.0 |date=2010-05-10 |location=http://www.manz-automation.com/download/aico.control/aico.control_V1.4.0.zip |hints= To avoid inconsistence in master directory all files of existing master must be deleted before changing to an other master! |bug fixes= *{{Bugzilla|3559}} In TpJog: Unexpected exception Error: 13005, ....Inverse kinematics failed *{{Bugzilla|3615}} sub CalculateGantryRelations does not work without axes *{{Bugzilla|3616}} group.DecStop is (sometimes) set wrongly *... |features= === Component AA === * Feature A * Feature B === Component BB === * Feature C * Feature D |further info= === Recommended Firmware === For all standard purpose applications AMCS Ver. 4.3.17 or higher is recommended. ... === Recommended MIB FPGA Version === Currently Version 0x0019 should be used }}
For more examples refer to pages, which use this template: What links here.
Help:Templates describes general usage of templates, including treatment of special characters.