Difference between revisions of "Template:Software"

From IRC Wiki
Jump to navigation Jump to search
Line 25: Line 25:
</nowiki>
</nowiki>
{{!-}}
{{!-}}
! class="sw_tc1" {{!}} Based on:
! class="sw_tc1" {{!}} Status:
{{!}} class="sw_tc2" {{!}} {{{based_on}}}| }}{{#if: {{{based_on|}}} |<!--based_on--><nowiki>
{{!}} class="sw_tc2" {{!}} {{{status}}}| }}<!--[/status]based_on-->{{#if: {{{based_on|}}} |<nowiki>
</nowiki>
</nowiki>
{{!-}}
{{!-}}
! class="sw_tc1" {{!}} Status:
! class="sw_tc1" {{!}} Based on:
{{!}} class="sw_tc2" {{!}} {{{status}}}| }}{{#if: {{{license|}}} |<!--license--><nowiki>
{{!}} class="sw_tc2" {{!}} {{{based_on}}}| }}<!--[/based_on]license-->{{#if: {{{license|}}} |<nowiki>
</nowiki>
</nowiki>
{{!-}}
{{!-}}

Revision as of 18:45, 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.