Template:Infobox software: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(cleanup by converting to #if:)
Line 1: Line 1:
{| class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;"
{| class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;"
! colspan="2" style="font-size: larger; text-align: center" | {{{logo|}}}  {{{name}}}
! colspan="2" style="font-size: larger; text-align: center" | {{{logo|}}}  {{{name}}}
{{qif|test={{{screenshot|}}}|then=<tr><td colspan="2" style="text-align: center;">{{{screenshot|}}}<br />{{{caption}}}</td></tr>}}
{{#if:{{{screenshot|}}}|<tr><td colspan="2" style="text-align: center;">{{{screenshot|}}}<br />{{{caption}}}</td></tr>}}
|-  
|-  
! [[Software maintenance|Maintainer]]:
! [[Software maintenance|Maintainer]]:
| {{{developer}}}
| {{{developer}}}
{{qif|test={{{latest_release_version|}}}|then=<tr><th>[[Software release|Latest release]]:</th><td>{{{latest_release_version|}}} / {{{latest_release_date|}}}</td></tr>}}<!--
{{#if:{{{latest_release_version|}}}|<tr><th>[[Software release|Latest release]]:</th><td>{{{latest_release_version|}}} / {{{latest_release_date|}}}</td></tr>}}<!--
-->{{qif|test={{{latest_preview_version|}}}|then=<tr><th>[[Software release|Preview release]]:</th><td>{{{latest_preview_version|}}} / {{{latest_preview_date|}}}</td></tr>}}<!--
-->{{#if:{{{latest_preview_version|}}}|<tr><th>[[Software release|Preview release]]:</th><td>{{{latest_preview_version|}}} / {{{latest_preview_date|}}}</td></tr>}}<!--
-->{{qif|test={{{operating_system|}}}|then=<tr><th>[[Operating system|OS]]:</th><td>{{{operating_system}}}</td></tr>}}<!--
-->{{#if:{{{operating_system|}}}|<tr><th>[[Operating system|OS]]:</th><td>{{{operating_system}}}</td></tr>}}<!--
-->{{qif|test={{{platform|}}}|then=<tr><th>[[Platform (computing)|Platform]]:</th><td>{{{platform|}}}</td></tr>}}
-->{{#if:{{{platform|}}}|<tr><th>[[Platform (computing)|Platform]]:</th><td>{{{platform|}}}</td></tr>}}
|-  
|-  
! [[Software genre|Genre]]:
! [[Software genre|Genre]]:
| {{{genre}}}
| {{{genre}}}
{{qif|test={{{licence|}}}|then=<tr><th>[[Software licence|Licence]]:</th><td>{{{licence|}}}</td></tr>}}<!--
{{#if:{{{licence|}}}|<tr><th>[[Software licence|Licence]]:</th><td>{{{licence|}}}</td></tr>}}<!--
-->{{qif|test={{{license|}}}|then=<tr><th>[[Software license|License]]:</th><td>{{{license|}}}</td></tr>}}
-->{{#if:{{{license|}}}|<tr><th>[[Software license|License]]:</th><td>{{{license|}}}</td></tr>}}
|-  
|-  
! [[Website]]:
! [[Website]]:
Line 44: Line 44:
[[Category:Infobox templates|Software]]
[[Category:Infobox templates|Software]]
[[Category:Computing templates|{{PAGENAME}}]]
[[Category:Computing templates|{{PAGENAME}}]]
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]


[[ar:قالب:برمجيات]]
[[ar:قالب:برمجيات]]

Revision as of 09:03, 19 April 2006

  {{{name}}}
Maintainer: {{{developer}}}
Genre: {{{genre}}}
Website: {{{website}}}

Usage

{{Infobox Software
| name = 
| logo = 
| screenshot = 
| caption = 
| developer = 
| latest_release_version = 
| latest_release_date = 
| latest_preview_version = 
| latest_preview_date = 
| operating_system = 
| platform = 
| genre = 
| license = 
| website = 
}}

Note: Use either license (American English) or licence (Commonwealth English), only when using this template, not both - select the one which matches the content of the article the template is used in.


Template:Esoteric

ar:قالب:برمجيات be:Шаблён:Інфармацыя пра праграмнае забесьпячэньне ca:Template:Caixa Programari cs:Template:Infobox Software de:Vorlage:Infobox Software es:Plantilla:Infobox Software fr:Modèle:Logiciel simple hu:Sablon:Szoftver infobox it:Template:Infobox Software ja:Template:Infobox Software nl:Sjabloon:Infobox Software ko:Template:프로그램 정보 pl:Szablon:Software pt:Predefinição:Infocaixa Software sk:Šablóna:Infobox Software sr:Кутијица софтвер sv:Mall:Datorprogram th:Template:ตารางซอฟต์แวร์ vi:Tiêu bản:Infobox Software uk:Шаблон:Infobox Software zh:Template:Infobox Software