Difference between revisions of "Template:Software infobox"

From Worms Knowledge Base

Jump to: navigation, search
(changed to Wikipedia style... let's see if it'll help)
(the icon size is now adjustable)
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}}}|32px]]}}&nbsp;&nbsp;{{{name}}}
+
! colspan="2" style="font-size: larger; text-align: center" | {{#if:{{{icon|}}}|[[Image:{{{icon}}}|{{{iconsize|32px}}}]]&nbsp;}} {{{name}}}
 
|-
 
|-
 
{{#if:{{{screenshot|}}}|
 
{{#if:{{{screenshot|}}}|
Line 52: Line 52:
 
<nowiki>{{Software_infobox</nowiki><br>
 
<nowiki>{{Software_infobox</nowiki><br>
 
| icon = ''file.png''<br>
 
| icon = ''file.png''<br>
 +
| iconsize = ''32px (optional)''<br>
 
| name = ''name of program''<br>
 
| name = ''name of program''<br>
 
| screenshot = ''file.png''<br>
 
| screenshot = ''file.png''<br>

Revision as of 16:37, 13 July 2009


Usage

{{Software_infobox
| icon = file.png
| iconsize = 32px (optional)
| 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
  • If a download isn't provided, "download link needed" will display, unless a website link has been provided
Personal tools