Difference between revisions of "Template:Software infobox"

From Worms Knowledge Base

Jump to: navigation, search
(now use the HTML table markup, because the wikicode may cause parsing errors when few parameters are used.)
m
Line 14: Line 14:
 
<nowiki>{{Software_infobox</nowiki><br/>
 
<nowiki>{{Software_infobox</nowiki><br/>
 
| icon = ''file.png''<br/>
 
| icon = ''file.png''<br/>
| iconsize = ''32px''<br/>
+
| iconsize = ''size of the icon (default: 32px)''<br/>
 
| name = ''name of program''<br/>
 
| name = ''name of program''<br/>
 
| screenshot = ''file.png''<br/>
 
| screenshot = ''file.png''<br/>

Revision as of 05:51, 23 August 2009

icon {{{name}}}
{{{name}}} screenshot
Developer: {{{developer}}}
Latest version: {{{version}}}
Supported games: {{{games}}}
Platform(s): {{{platforms}}}
Language: {{{language}}}
License: {{{license}}}
Website: {{{website}}}
Download: {{{download}}}

Usage

{{Software_infobox
| icon = file.png
| iconsize = size of the icon (default: 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.
Personal tools