Difference between revisions of "Template:Application"

From GNUstepWiki
Jump to navigation Jump to search
(Test for using application template)
 
(Clean up! This should work! We'll find out soon enough.)
Line 1: Line 1:
 +
<noinclude>
 +
This template should be used whenever an application is added to the GNUstep Wiki.
 +
 +
== Usage ==
 +
''All fields are requied, if not available, leave blank.''
 +
<pre>{{Application
 +
| shortdescription =
 +
| currentversion =
 +
| releasedate =
 +
| overview =
 +
| features =
 +
| maintainer =
 +
| relatedlinks =
 +
| category =
 +
}}</pre>
 +
</noinclude>
 +
 +
<includeonly>
 
{{{shortdescription}}}
 
{{{shortdescription}}}
  
 +
{{#if:{{{shortdescription}}}|
 
==== Current Version: {{{currentversion}}} ====
 
==== Current Version: {{{currentversion}}} ====
 +
}}
 +
{{#if:{{{releasedate}}}|
 
* {{{releasedate}}}
 
* {{{releasedate}}}
 +
}}
 +
 +
 +
{{#if:{{{overview}}}|
 +
=== Overview ===
 +
{{{overview}}}
 +
}}
  
 +
 +
{{#if:{{{features}}}|
 
=== Features ===
 
=== Features ===
 
{{{features}}}
 
{{{features}}}
 +
}}
  
 +
{{#if:{{{maintainer}}}|
 
=== Maintainer ===
 
=== Maintainer ===
 
{{{maintainer}}}
 
{{{maintainer}}}
 +
}}
 +
  
 +
{{#if:{{{relatedlinks}}}|
 
=== Related Links ===
 
=== Related Links ===
 
{{{relatedlinks}}}
 
{{{relatedlinks}}}
 +
}}
  
  
 +
{{#if:{{{category}}}|
 
{{{category}}}
 
{{{category}}}
 +
}}
 +
</includeonly>

Revision as of 19:47, 27 September 2006

This template should be used whenever an application is added to the GNUstep Wiki.

Usage

All fields are requied, if not available, leave blank.

{{Application
| shortdescription =
| currentversion = 
| releasedate =
| overview =
| features =
| maintainer =
| relatedlinks =
| category =
}}