Difference between revisions of "Template:Software infobox"
From Worms Knowledge Base
Explorer09 (Talk | contribs) m |
Explorer09 (Talk | contribs) m |
||
Line 8: | Line 8: | ||
{{#if:{{{license|}}}|<tr><td style="width: 40%;">License:</td><td>{{{license}}}</td></tr>}} | {{#if:{{{license|}}}|<tr><td style="width: 40%;">License:</td><td>{{{license}}}</td></tr>}} | ||
{{#if:{{{website|}}}|<tr><td style="width: 40%;">Website:</td><td>{{{website}}}}} | {{#if:{{{website|}}}|<tr><td style="width: 40%;">Website:</td><td>{{{website}}}}} | ||
− | {{#if:{{{download|}}}|<tr><td style="width: 40%;">'''Download:'''</td><td>{{{download}}}</td></tr>}} | + | {{#if:{{{download|}}}|<tr><td style="width: 40%;">'''Download:'''</td><td>{{{download}}}</td></tr>}}</table></includeonly><noinclude>{{Software_infobox |
− | </table></includeonly><noinclude>{{Software_infobox|icon=Software_Generic3.png|name={{{name}}}|screenshot=Insert-screenshot-here.png|developer=''{{{developer}}}''|version=''{{{version}}}''|games=''{{{games}}}''|platforms=''{{{platforms}}}''|language=''{{{language}}}''|license=''{{{license}}}''|website=''{{{website}}}''|download=''{{{download}}}''}} | + | |icon=Software_Generic3.png |
+ | |name={{{name}}} | ||
+ | |screenshot=Insert-screenshot-here.png | ||
+ | |developer=''{{{developer}}}'' | ||
+ | |version=''{{{version}}}'' | ||
+ | |games=''{{{games}}}'' | ||
+ | |platforms=''{{{platforms}}}'' | ||
+ | |language=''{{{language}}}'' | ||
+ | |license=''{{{license}}}'' | ||
+ | |website=''{{{website}}}'' | ||
+ | |download=''{{{download}}}'' | ||
+ | }} | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
== Usage == | == Usage == |
Revision as of 06:00, 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.