Difference between revisions of "Template:Software infobox"
From Worms Knowledge Base
Explorer09 (Talk | contribs) m |
Explorer09 (Talk | contribs) (revert) |
||
Line 1: | Line 1: | ||
<includeonly>{| class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;" | <includeonly>{| class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;" | ||
|- | |- | ||
− | ! colspan="2" style="font-size: larger; text-align: center" | {{#if:{{{icon|}}}|[[Image:{{{icon}}}|{{{iconsize|32px}}}]] }} {{{name}}}{{#if:{{{screenshot|}}}| | + | ! colspan="2" style="font-size: larger; text-align: center" | {{#if:{{{icon|}}}|[[Image:{{{icon}}}|{{{iconsize|32px}}}]] }} {{{name}}} |
− | + | {{#if:{{{screenshot|}}}| | |
{{!}}- | {{!}}- | ||
− | {{!}}colspan="2" style="text-align: center;"{{!}}[[Image:{{{screenshot}}}|250px|{{{name}}}]]}}{{#if:{{{developer|}}}| | + | {{!}}colspan="2" style="text-align: center;"{{!}}[[Image:{{{screenshot}}}|250px|{{{name}}}]]}} |
− | + | {{#if:{{{developer|}}}| | |
{{!}}- | {{!}}- | ||
{{!}} style="width: 40%;" {{!}}Developer: | {{!}} style="width: 40%;" {{!}}Developer: | ||
− | {{!}}{{{developer}}}}}{{#if:{{{version|}}}| | + | {{!}}{{{developer}}}}} |
− | + | {{#if:{{{version|}}}| | |
{{!}}- | {{!}}- | ||
{{!}} style="width: 40%;" {{!}}Latest version: | {{!}} style="width: 40%;" {{!}}Latest version: | ||
− | {{!}}{{{version}}}}}{{#if:{{{games|}}}| | + | {{!}}{{{version}}}}} |
− | + | {{#if:{{{games|}}}| | |
{{!}}- | {{!}}- | ||
{{!}} style="width: 40%;" {{!}}Supported games: | {{!}} style="width: 40%;" {{!}}Supported games: | ||
− | {{!}}{{{games}}}}}{{#if:{{{platforms|}}}| | + | {{!}}{{{games}}}}} |
− | + | {{#if:{{{platforms|}}}| | |
{{!}}- | {{!}}- | ||
{{!}} style="width: 40%;" {{!}}Platform(s): | {{!}} style="width: 40%;" {{!}}Platform(s): | ||
− | {{!}}{{{platforms}}}}}{{#if:{{{language|}}}| | + | {{!}}{{{platforms}}}}} |
− | + | {{#if:{{{language|}}}| | |
{{!}}- | {{!}}- | ||
{{!}} style="width: 40%;" {{!}}Language: | {{!}} style="width: 40%;" {{!}}Language: | ||
− | {{!}}{{{language}}}}}{{#if:{{{license|}}}| | + | {{!}}{{{language}}}}} |
− | + | {{#if:{{{license|}}}| | |
{{!}}- | {{!}}- | ||
{{!}} style="width: 40%;" {{!}}License: | {{!}} style="width: 40%;" {{!}}License: | ||
− | {{!}}{{{license}}}}}{{#if:{{{website|}}}| | + | {{!}}{{{license}}}}} |
− | + | {{#if:{{{website|}}}| | |
{{!}}- | {{!}}- | ||
{{!}} style="width: 40%;" {{!}}Website: | {{!}} style="width: 40%;" {{!}}Website: | ||
− | {{!}}{{{website}}}}}{{#if:{{{download|}}}| | + | {{!}}{{{website}}}}} |
− | + | {{#if:{{{download|}}}| | |
{{!}}- | {{!}}- | ||
{{!}} style="width: 40%;" {{!}}'''Download:''' | {{!}} style="width: 40%;" {{!}}'''Download:''' |
Revision as of 01:39, 23 August 2009
Usage
{{Software_infobox
| icon = file.png
| iconsize = 32px
| name = name of program
| screenshot = file.png
| developer = developer(s) with wikilinks
| version = version and date
| games = the games with which the program works
| platforms = the platforms with which the program works (if particularly notable)
| language = programming language
| license = source license
| website = website for the program
| download = download link
}}
- If a parameter is not used, the table row for it will not be included.