Difference between revisions of "Template:Software"

From SoftMC-Wiki
Jump to: navigation, search
(draft)
(draft)
Line 30: Line 30:
 
-->{{#ifexist:Category:{{FULLPAGENAME}}|:
 
-->{{#ifexist:Category:{{FULLPAGENAME}}|:
 
= Release history =
 
= Release history =
{{#ifexist:File:{{NAMESPACE}};{{PAGENAME}}.svg|[[File:{{NAMESPACE}};{{PAGENAME}}.svg|1024px|]]|}}
+
<--{{#ifexist:File:{{NAMESPACE}};{{PAGENAME}}.svg||}}-->
 +
[[File:{{NAMESPACE}};{{PAGENAME}}.svg|1024px|]]
 
{{#tag:DynamicPageList|
 
{{#tag:DynamicPageList|
 
category      = {{FULLPAGENAME}}
 
category      = {{FULLPAGENAME}}

Revision as of 12:49, 22 December 2012

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.