Difference between revisions of "Template:Software infobox"
From Worms Knowledge Base
Explorer09 (Talk | contribs) (the icon size is now adjustable) |
Explorer09 (Talk | contribs) (edit description) |
||
Line 46: | Line 46: | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
− | |}</includeonly><noinclude> | + | |}</includeonly><noinclude>{{Software_infobox|name={{{name}}}|developer={{{developer}}}|version={{{version}}}|games={{{games}}}|platforms={{{platforms}}}|language={{{language}}}|license={{{license}}}|website={{{website}}}|download={{{download}}} }} |
− | + | ||
== Usage == | == Usage == | ||
<nowiki>{{Software_infobox</nowiki><br> | <nowiki>{{Software_infobox</nowiki><br> | ||
| icon = ''file.png''<br> | | icon = ''file.png''<br> | ||
− | | iconsize = ''32px | + | | iconsize = ''32px''<br> |
| name = ''name of program''<br> | | name = ''name of program''<br> | ||
| screenshot = ''file.png''<br> | | screenshot = ''file.png''<br> | ||
Line 66: | Line 65: | ||
* 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 16:47, 13 July 2009
{{{name}}} | |
---|---|
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 = 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