Difference between revisions of "Template:Software"

From IRC Wiki
Jump to navigation Jump to search
Line 44: Line 44:
{{!}} class="sw_tc2" {{!}} {{{homepage}}}| }}
{{!}} class="sw_tc2" {{!}} {{{homepage}}}| }}


|}</div></includeonly>
|}</div></includeonly><noinclude>
<noinclude>This is a template for software that can hold information like the name, a logo, the latest release and so on.
This is a template for software that can hold information like the name, a logo, the latest release and so on.
Example:
Example:
  <nowiki>{{Software
  <nowiki>{{Software

Revision as of 16:44, 8 July 2010

This is a template for software that can hold information like the name, a logo, the latest release and so on. Example:

{{Software
 |name=Example Preview
 |author=Eduard Example
 |logo=http://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Example.svg/200px-Example.svg.png
 |release=0.5|homepage=http://example.com/
 |license={{Licenses/Shareware}}
 |price=$30}}

Result is visible on the right.

Example Preview
200px-Example.svg.png
Author(s): Eduard Example
License: Shareware
Price: $30
Latest release: 0.5
Homepage: http://example.com/

All the parameters except name are optional and will only be shown when a value is given.