Difference between revisions of "Template:Software"

From IRC Wiki
Jump to navigation Jump to search
(Created page with '<includeonly> <div class="softwaretablediv"> {| style="border:thin solid black; background-color: #eeeeee; width:300px; float:right; font-size:0.8em; padding:5px; margin:5px; ver…')
 
Line 44: Line 44:
{{!}} class="sw_tc2" {{!}} {{{homepage}}}| }}
{{!}} class="sw_tc2" {{!}} {{{homepage}}}| }}


|}</div></includeonly><noinclude>
|}</div></includeonly>
This is a template for software that can hold information like the name, a logo, the latest release and so on.
<noinclude>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:43, 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.