Difference between revisions of "Template:Software infobox"
From Worms Knowledge Base
Explorer09 (Talk | contribs) m |
Explorer09 (Talk | contribs) m |
||
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}}} | ! colspan="2" style="font-size: larger; text-align: center" | {{#if:{{{icon|}}}|[[Image:{{{icon}}}|{{{iconsize|32px}}}]] }} {{{name}}} | ||
{{#if:{{{screenshot|}}}| | {{#if:{{{screenshot|}}}| | ||
Line 39: | Line 40: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
== Usage == | == Usage == | ||
− | + | <nowiki>{{Software_infobox</nowiki><br/> | |
− | <nowiki>{{Software_infobox</nowiki><br> | + | | icon = ''file.png''<br/> |
− | | icon = ''file.png''<br> | + | | iconsize = ''32px''<br/> |
− | | iconsize = ''32px''<br> | + | | name = ''name of program''<br/> |
− | | name = ''name of program''<br> | + | | screenshot = ''file.png''<br/> |
− | | screenshot = ''file.png''<br> | + | | developer = ''developer(s) with wikilinks''<br/> |
− | | developer = ''developer(s) with wikilinks''<br> | + | | version = ''version and date''<br/> |
− | | version = ''version and date''<br> | + | | games = ''the games with which the program works''<br/> |
− | | games = ''the games with which the program works''<br> | + | | platforms = ''the platforms with which the program works (if particularly notable)''<br/> |
− | | platforms = ''the platforms with which the program works (if particularly notable)''<br> | + | | language = ''programming language''<br/> |
− | | language = ''programming language''<br> | + | | license = ''source license''<br/> |
− | | license = ''source license''<br> | + | | website = ''website for the program''<br/> |
− | | website = ''website for the program''<br> | + | | download = ''download link''<br/> |
− | | download = ''download link''<br> | + | |
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
− | * If a parameter is not used, the table row for it will not be included | + | * If a parameter is not used, the table row for it will not be included. |
</noinclude> | </noinclude> |
Revision as of 09:15, 16 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.