Difference between revisions of "Template:Software"

From SoftMC-Wiki
Jump to: navigation, search
m (extended usage)
m (modified usage description)
Line 57: Line 57:
  
 
--><noinclude>
 
--><noinclude>
 +
{{Template
 +
|description=
 
This template is used on the main software release pages.
 
This template is used on the main software release pages.
  
== Template ==
+
|template=
<pre>
+
<nowiki>{{Software
{{Software
 
 
|production=
 
|production=
 
|development=
 
|development=
 
|news=
 
|news=
 
|see also=
 
|see also=
}}
+
}}</nowiki>
</pre>
 
  
=== Parameters ===
+
|parameters=
 
;production
 
;production
 
: Link to the current production version release page.
 
: Link to the current production version release page.
Line 79: Line 79:
 
: List with links to related further information
 
: List with links to related further information
  
=== Notes ===
+
|operation=
 
* The ''Release history'' section is automatically generated, if release sub-pages use the template [[Template:Software/Release|<nowiki>{{Software/Release}}</nowiki>]] and the corresponding category page exist.
 
* The ''Release history'' section is automatically generated, if release sub-pages use the template [[Template:Software/Release|<nowiki>{{Software/Release}}</nowiki>]] and the corresponding category page exist.
 
* If the sub-page <code>/Roadmap</code> exists, a link to it is shown under ''Future versions''.
 
* If the sub-page <code>/Roadmap</code> exists, a link to it is shown under ''Future versions''.
  
== Example ==
+
|examples=
 
<pre>
 
<pre>
 
{{Software
 
{{Software
Line 98: Line 98:
 
}}
 
}}
 
</pre>
 
</pre>
 
+
}}
For more examples refer to pages, which use this template: [[Special:WhatLinksHere/Template:Software]]
 
  
 
[[Category:Template:Software]]
 
[[Category:Template:Software]]
 
</noinclude>
 
</noinclude>

Revision as of 16:21, 13 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.

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.