Difference between revisions of "Template:Software infobox"
From Worms Knowledge Base
Explorer09 (Talk | contribs) (now use the HTML table markup, because the wikicode may cause parsing errors when few parameters are used.) |
Explorer09 (Talk | contribs) 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
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.