Difference between revisions of "Template:Software"
m (extended description) |
(Changed section depth) |
||
Line 22: | Line 22: | ||
### NEWS | ### NEWS | ||
-->{{#if:{{{news|}}}|: | -->{{#if:{{{news|}}}|: | ||
− | + | = News = | |
{{{news}}} | {{{news}}} | ||
}} | }} | ||
Line 29: | Line 29: | ||
### HISTORY | ### HISTORY | ||
-->{{#ifexist:Category:{{FULLPAGENAME}}|: | -->{{#ifexist:Category:{{FULLPAGENAME}}|: | ||
− | + | = Release history = | |
{{#tag:DynamicPageList| | {{#tag:DynamicPageList| | ||
category = Category:{{FULLPAGENAME}} | category = Category:{{FULLPAGENAME}} | ||
Line 41: | Line 41: | ||
### SEE ALSO | ### SEE ALSO | ||
-->{{#if:{{{see also|}}}|: | -->{{#if:{{{see also|}}}|: | ||
− | + | = See also = | |
{{{see also}}} | {{{see also}}} | ||
}}<!-- | }}<!-- |
Revision as of 08:42, 29 October 2010
This template is used on the main software release pages.
Template
{{Software |production= |development= |news= |see also= }}
Parameters
- production
- Link to the current production version release page.
- development
- Link to the current development version release page.
- news
- News section, which should only contain the templates {{Software/NewsHeader}} and {{Software/News}}
- see also
- List with links to related further information
Operation
- The Release history section is automatically generated, if release sub-pages use the template {{Software/Release}} and the corresponding category page exist.
- If the sub-page
/Roadmap
exists, a link to it is shown under Future versions. - The software page is automatically added to Category:Software Releases.
Examples
{{Software |production=[[/1.5.0|aico.control 1.5.0]] |development=[[/1.6.0|aico.control 1.6.0 beta]] |news= {{Software/NewsHeader|October 2010| {{Software/News|2010-10-04|aico.control 1.5.0 released|[[/1.5.0|aico.control 1.5.0 release page]]}} }} |see also= * [[Control:aico.control|aico.control]] main page }}
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.