Difference between revisions of "Template:Software"

From IRC Wiki
Jump to navigation Jump to search
(moving confusing html comments - due to the strange line breaks, this template really isn't that easy to read. I hope that helps a bit)
Line 1: Line 1:
<includeonly>
<includeonly>
<div class="softwaretablediv">
<div class="softwaretablediv">
{| style="border:thin solid #96979d; background-color: #eeeeee; width:300px; float:right; font-size:0.8em; padding:5px; margin:5px; vertical-align:top; -moz-border-radius:0.4em; -khtml-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;" |
{| style="border:thin solid #96979d; background-color: #eeeeee; width:300px; float:right; font-size:0.8em; padding:5px; margin:0px 0px 5px 5px; vertical-align:top; -moz-border-radius:0.4em; -khtml-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;" |
|-
|-
! style="font-size:2em" colspan="2" | {{{name}}}
! style="font-size:2em" colspan="2" | {{{name}}}

Revision as of 15:38, 30 April 2011

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.