Template:Infobox software: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Made same changes as to the OS template)
m (Protected "Template:Infobox software" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
 
(263 intermediate revisions by more than 100 users not shown)
Line 1: Line 1:
{| class="infobox" cellspacing="5" style="width: 21em; font-size: 90%; text-align: left;"
{{Infobox
|+ style="font-size: larger;" | <big>'''{{{name}}}'''</big>&nbsp;{{{logo|}}}
| bodyclass  = vevent
|- class="hiddenStructure{{{screenshot|}}}{{{caption|}}}"
| above      = {{{title|{{{name|<includeonly>{{PAGENAME}}</includeonly>}}}}}}
| colspan="2" style="text-align: center;" | {{{screenshot|}}}<br>{{{caption}}}
| titleclass = summary
|- class="hiddenStructure{{{developer|}}}"
| labelstyle = white-space: nowrap
! [[Software maintenance|Maintainer]]:
| image      = {{{logo|}}}
| {{{developer}}}
| caption    = {{{logo caption|}}}
|- class="hiddenStructure{{{latest_release_version|}}}{{{latest_release_date|}}}"
| image2    = {{#if:{{{collapsible|}}}|{{hidden begin|title=Screenshot|titlestyle=text-align:center}}}}{{{screenshot|}}}
! [[Software release|Latest release]]:
| caption2  = {{{caption|}}}{{#if:{{{collapsible|}}}|{{hidden end}}}}
| {{{latest_release_version}}} / {{{latest_release_date}}}
| label1    = Original author(s)
|- class="hiddenStructure{{{operating_system|}}}"
| data1      = {{{author|}}}
! [[Operating system|OS]]:
| label2    = Developer(s)
| {{{operating_system}}}
| data2      = {{{developer|}}}
|- class="hiddenStructure{{{genre|}}}"
| label3    = Initial release
! [[Software genre|Genre]]:
| data3      = {{{released|}}}
| {{{genre}}}
| label4    = Stable release
|- class="hiddenStructure{{{license|}}}"
| data4      = {{{Stable release|}}}
! [[Software license|License]]:
| label5    = Preview release
| {{{license|}}}
| data5      = {{{Preview release|}}}
|- class="hiddenStructure{{{licence|}}}"
| label6    = Development status
! [[Software licence|Licence]]:
| data6      = {{{status|}}}
| {{{licence|}}}
| label7    = Written in
|- class="hiddenStructure{{{website|}}}"
| data7      = {{{programming language|{{{programming_language|}}}}}}
| colspan="2" | '''[[Website]]:''' {{{website}}}
| label8    = OS
|}<noinclude>
| data8      = {{{operating system|{{{operating_system|}}}}}}
 
| label9    = Platform
== Usage ==
| data9      = {{{platform|}}}
<pre>{{Infobox_Software | name =
| label10    = Size
| logo =
| data10    = {{{size|}}}
| screenshot =  
| label11    = Available in
| caption =
| data11    = {{{language|}}}
| developer =  
| label12    = Type
| latest_release_version =  
| data12    = {{{genre|}}}
| latest_release_date =
| label13    = License
| operating_system =  
| data13    = {{{license|}}}
| genre =  
| label16    = Website
| license =
| data16    = {{{website|}}}
| licence =
| label17    = Standard(s)
| website =
| data17    = {{{standard|}}}
}}
| label18    = As of
</pre>
| data18    = {{{AsOf|}}}
 
}}<noinclude>{{documentation}}</noinclude>
'''Note''': Use either ''license'' (American English) or ''licence'' (Commonwealth English), when filling this template, depending on what the already present spelling in the article is.
 
[[Category:Infobox templates|{{PAGENAME}}]]
[[Category:Computing templates|{{PAGENAME}}]]
 
[[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]]
[[sv:Mall:Datorprogram]]
[[th:Template:ตารางซอฟต์แวร์]]
[[vi:Tiêu bản:Infobox Software]]
[[uk:Шаблон:Infobox Software]]
[[zh:Template:Infobox Software]]
</noinclude>

Latest revision as of 20:55, 27 July 2013

[edit] Template documentation

Usage

{{Infobox software
| name                   = 
| title                  = 
| logo                   = <!-- [[File: ]] -->
| logo caption           = 
| screenshot             = <!-- [[File: ]] -->
| caption                = 
| collapsible            = 
| author                 = 
| developer              = 
| released               = 
| discontinued           = 
| Stable release = 
| preview release    = 
| programming language   = 
| operating system       = 
| platform               = 
| size                   = 
| language               = 
| status                 = 
| genre                  = 
| license                = 
| website                = 
}}