Template:Application
From GNUstepWiki
(Difference between revisions)
| Revision as of 16:54, 27 September 2006 Cbv (Talk | contribs) Test for using application template ← Previous diff |
Revision as of 19:47, 27 September 2006 Stefanbidi (Talk | contribs) Clean up! This should work! We'll find out soon enough. Next diff → |
||
| 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 =
}}
