Difference between revisions of "Template:Software infobox"

From Worms Knowledge Base

Jump to: navigation, search
m (Added German (linking))
 
(3 intermediate revisions by one other user not shown)
Line 11: Line 11:
 
-->{{#if:{{{games|}}}|<tr><th style="width: 40%; font-weight: normal;">Supported games:</th>
 
-->{{#if:{{{games|}}}|<tr><th style="width: 40%; font-weight: normal;">Supported games:</th>
 
<td>{{{games}}}</td></tr>}}<!--
 
<td>{{{games}}}</td></tr>}}<!--
 +
-->{{#if:{{{waver|}}}|<tr><th style="width: 40%; font-weight: normal;">Supported W:A version:</th>
 +
<td>{{{waver}}}</td></tr>}}<!--
 +
-->{{#if:{{{waeditions|}}}|<tr><th style="width: 40%; font-weight: normal;">Supported W:A editions:</th>
 +
<td>{{{waeditions}}}</td></tr>}}<!--
 
-->{{#if:{{{platforms|}}}|<tr><th style="width: 40%; font-weight: normal;">Platform(s):</th>
 
-->{{#if:{{{platforms|}}}|<tr><th style="width: 40%; font-weight: normal;">Platform(s):</th>
 
<td>{{{platforms}}}</td></tr>}}<!--
 
<td>{{{platforms}}}</td></tr>}}<!--
Line 23: Line 27:
 
  --END--
 
  --END--
 
--></table></includeonly><noinclude>
 
--></table></includeonly><noinclude>
{{Languages|en|Template:Software_infobox|ru|Template:Software_infobox/ru|fr|Template:Software_infobox/fr}}
+
{{Languages|en|Template:Software_infobox|ru|Template:Software_infobox/ru|fr|Template:Software_infobox/fr|de|Template:Software_infobox/de}}
 
{{Software_infobox
 
{{Software_infobox
 
|icon=Software_Generic3.png
 
|icon=Software_Generic3.png
Line 32: Line 36:
 
|version=''{{{version}}}''
 
|version=''{{{version}}}''
 
|games=''{{{games}}}''
 
|games=''{{{games}}}''
 +
|waver=''{{{waver}}}''
 +
|waeditions=''{{{waeditions}}}''
 
|platforms=''{{{platforms}}}''
 
|platforms=''{{{platforms}}}''
 
|language=''{{{language}}}''
 
|language=''{{{language}}}''
Line 53: Line 59:
 
| version = ''version and date''<br/>
 
| version = ''version and date''<br/>
 
| games = ''the games with which the program works''<br/>
 
| games = ''the games with which the program works''<br/>
 +
| waver = ''whether it is targetted to a specific W:A version''<br/>
 +
| waeditions = ''which W:A editions are supported''<br/>
 
| platforms = ''the platforms with which the program works (if particularly notable)''<br/>
 
| platforms = ''the platforms with which the program works (if particularly notable)''<br/>
 
| language = ''programming language''<br/>
 
| language = ''programming language''<br/>

Latest revision as of 21:59, 11 January 2014

In other languages: English (en) • русский (ru) • français (fr) • Deutsch (de) • +/-
icon {{{name}}}
{{{caption}}}
{{{caption}}}
Developer: {{{developer}}}
Latest version: {{{version}}}
Supported games: {{{games}}}
Supported W:A version: {{{waver}}}
Supported W:A editions: {{{waeditions}}}
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 (default: {{PAGENAME}})

| screenshot = file.png
| screensize = size of the screenshot (default: 250px width)
| caption = caption text of the screenshot (default: "{{{name}}} screenshot")

| developer = developer(s) with wikilinks
| version = version and date
| games = the games with which the program works
| waver = whether it is targetted to a specific W:A version
| waeditions = which W:A editions are supported
| 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