Difference between revisions of "Template:Software/Release"
(Changed section depth) |
(changed parameter back from subreleases to service packs / changed order: features before bug fixes) |
||
Line 22: | Line 22: | ||
}}<!-- | }}<!-- | ||
− | ### | + | ### SERVICE PACKS |
− | -->{{#if:{{#ifexist:Category:{{FULLPAGENAME}}|true|{{{ | + | -->{{#if:{{#ifexist:Category:{{FULLPAGENAME}}|true|{{{service packs|}}} }}|: <!-- if category page or parameter exist --> |
− | = | + | = Service packs = |
− | {{#if:{{{ | + | {{#if:{{{service packs|}}}| |
− | {{{ | + | {{{service packs}}} |
}}<!-- | }}<!-- | ||
-->{{#ifexist:Category:{{FULLPAGENAME}}| | -->{{#ifexist:Category:{{FULLPAGENAME}}| | ||
Line 34: | Line 34: | ||
namespace = {{NAMESPACE}} | namespace = {{NAMESPACE}} | ||
ordermethod = created | ordermethod = created | ||
− | |||
}}<!-- | }}<!-- | ||
also add to service packs category | also add to service packs category | ||
Line 45: | Line 44: | ||
= Important hints = | = Important hints = | ||
{{{hints}}} | {{{hints}}} | ||
+ | }}<!-- | ||
+ | |||
+ | ### FEATURES | ||
+ | -->{{#if:{{{features|}}}|: | ||
+ | = Features = | ||
+ | {{{features}}} | ||
}}<!-- | }}<!-- | ||
Line 51: | Line 56: | ||
= Bug fixes = | = Bug fixes = | ||
{{{bug fixes}}} | {{{bug fixes}}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}}<!-- | }}<!-- | ||
Line 92: | Line 91: | ||
|date= | |date= | ||
|location= | |location= | ||
− | | | + | |service packs= |
|hints= | |hints= | ||
+ | |features= | ||
|bug fixes= | |bug fixes= | ||
− | |||
|further info= | |further info= | ||
}}</nowiki> | }}</nowiki> | ||
Line 106: | Line 105: | ||
;location (optional) | ;location (optional) | ||
: Download link for the release. | : Download link for the release. | ||
− | ; | + | ;service packs(optional) |
− | : Additional information in the | + | : Additional information in the Service packs section. It is shown before the dynamic list of service pack pages. |
;hints (optional) | ;hints (optional) | ||
: Important hints section. | : Important hints section. | ||
+ | ;features (optional) | ||
+ | : Features section. | ||
;bug fixes (optional) | ;bug fixes (optional) | ||
: Bug fixes section. | : Bug fixes section. | ||
− | |||
− | |||
;further info (optional) | ;further info (optional) | ||
: Further info section. | : Further info section. | ||
Line 126: | Line 125: | ||
|version= | |version= | ||
|date=2010-05-10 | |date=2010-05-10 | ||
− | |location= | + | |location={{External-Media|aico.control/aico.control_V1.5.0.zip}} |
|hints= | |hints= | ||
To avoid inconsistence in master directory all files of existing master must be deleted before changing to an other master! | To avoid inconsistence in master directory all files of existing master must be deleted before changing to an other master! | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|features= | |features= | ||
Line 144: | Line 137: | ||
* Feature C | * Feature C | ||
* Feature D | * Feature D | ||
+ | |||
+ | |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 | ||
+ | *... | ||
|further info= | |further info= |
Revision as of 10:07, 5 November 2010
This template is designed to be used on the actual software release and sub-release pages.
Template
{{Software/Release |version= |date= |location= |service packs= |hints= |features= |bug fixes= |further info= }}
Parameters
- version (optional)
- Full version string of the release.
- date
- Release date.
- location (optional)
- Download link for the release.
- service packs(optional)
- Additional information in the Service packs section. It is shown before the dynamic list of service pack pages.
- hints (optional)
- Important hints section.
- features (optional)
- Features section.
- bug fixes (optional)
- Bug fixes 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.
- If version is empty, the version string is generated from the page name.
Examples
{{Software/Release |version= |date=2010-05-10 |location={{External-Media|aico.control/aico.control_V1.5.0.zip}} |hints= To avoid inconsistence in master directory all files of existing master must be deleted before changing to an other master! |features= == Component AA == * Feature A * Feature B == Component BB == * Feature C * Feature D |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 *... |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.