Difference between revisions of "Template:Software"

From IRC Wiki
Jump to navigation Jump to search
(Blanked the page)
Line 1: Line 1:
<includeonly>
<div class="softwaretablediv">
{| style="border:thin solid black; background-color: #eeeeee; width:300px; float:right; font-size:0.8em; padding:5px; margin:5px; vertical-align:top" |
|-
! style="font-size:2em" colspan="2" | {{{name}}}
{{#if: {{{logo|}}} |
{{!-}}
! colspan="2" {{!}} {{{logo}}}| }}{{#if: {{{type|}}} |<!--type--><nowiki>
</nowiki>
{{!-}}
! class="sw_tc1" {{!}} Type:
{{!}} class="sw_tc2" style="width:190px" {{!}} {{{type}}}| }}{{#if: {{{author|}}} |<!--author--><nowiki>
</nowiki>
{{!-}}
! class="sw_tc1" {{!}} Author(s):
{{!}} class="sw_tc2" {{!}} {{{author}}}| }}{{#if: {{{programming_language|}}} |<!--programming language--><nowiki>
</nowiki>
{{!-}}
! class="sw_tc1" {{!}} Programming language:
{{!}} class="sw_tc2" {{!}} {{{programming_language}}}| }}{{#if: {{{platform|}}} |<!--platform--><nowiki>
</nowiki>
{{!-}}
! class="sw_tc1" {{!}} Platform:
{{!}} class="sw_tc2" {{!}} {{{platform}}}| }}{{#if: {{{status|}}} |<!--status--><nowiki>
</nowiki>
{{!-}}
! class="sw_tc1" {{!}} Status:
{{!}} class="sw_tc2" {{!}} {{{status}}}| }}{{#if: {{{license|}}} |<!--license--><nowiki>
</nowiki>
{{!-}}
! class="sw_tc1" {{!}} License:
{{!}} class="sw_tc2" {{!}} {{{license}}}| }}{{#if: {{{price|}}} |<!--price--><nowiki>
</nowiki>
{{!-}}
! class="sw_tc1" {{!}} Price:
{{!}} class="sw_tc2" {{!}} {{{price}}}| }}{{#if: {{{release|}}} |<!--release--><nowiki>
</nowiki>
{{!-}}
! class="sw_tc1" {{!}} Latest release:
{{!}} class="sw_tc2" {{!}} {{{release}}}| }}{{#if: {{{homepage|}}} |<!--homepage--><nowiki>
</nowiki>
{{!-}}
! class="sw_tc1" {{!}} Homepage:
{{!}} class="sw_tc2" {{!}} {{{homepage}}}| }}


|}</div></includeonly><noinclude>
This is a template for software that can hold information like the name, a logo, the latest release and so on.
Example:
<nowiki>{{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}}</nowiki>
Result is visible on the right.
{{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}}
All the parameters except ''name'' are optional and will only be shown when a value is given.

Revision as of 17:05, 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.