Template:Infobox software: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(restore several parameters to mandatory. These are easily gathered and visibility will help fill in any missing ones.)
m (Protected "Template:Infobox software" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
 
(250 intermediate revisions by more than 100 users not shown)
Line 1: Line 1:
<includeonly>
{{Infobox
{| class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;"
| bodyclass  = vevent
! colspan="2" style="font-size: larger;" | {{{name}}}&nbsp;{{{logo|}}}
| above      = {{{title|{{{name|<includeonly>{{PAGENAME}}</includeonly>}}}}}}
|- class="hiddenStructure{{{screenshot|}}}{{{caption|}}}"
| titleclass = summary
| colspan="2" style="text-align: center;" | {{{screenshot|}}}<br>{{{caption}}}
| labelstyle = white-space: nowrap
|-
| image      = {{{logo|}}}
! [[Software maintenance|Maintainer]]:
| caption    = {{{logo caption|}}}
| {{{developer}}}
| image2    = {{#if:{{{collapsible|}}}|{{hidden begin|title=Screenshot|titlestyle=text-align:center}}}}{{{screenshot|}}}
|- class="hiddenStructure{{{latest_release_version|}}}{{{latest_release_date|}}}"
| caption2  = {{{caption|}}}{{#if:{{{collapsible|}}}|{{hidden end}}}}
! [[Software release|Latest release]]:
| label1    = Original author(s)
| {{{latest_release_version}}} / {{{latest_release_date}}}
| data1      = {{{author|}}}
|-
| label2    = Developer(s)
! [[Operating system|OS]]:
| data2      = {{{developer|}}}
| {{{operating_system}}}
| label3    = Initial release
|-
| data3      = {{{released|}}}
! [[Software genre|Genre]]:
| label4    = Stable release
| {{{genre}}}
| data4      = {{{Stable release|}}}
|- class="hiddenStructure{{{license|}}}"
| label5    = Preview release
! [[Software license|License]]:
| data5      = {{{Preview release|}}}
| {{{license|}}}
| label6    = Development status
|-
| data6      = {{{status|}}}
| colspan="2" style="text-align: center" | {{{website}}}
| label7    = Written in
|}
| data7      = {{{programming language|{{{programming_language|}}}}}}
</includeonly><noinclude>
| label8    = OS
{{Infobox_Software | name = '''Example''': Yoyodyne
| data8      = {{{operating system|{{{operating_system|}}}}}}
| logo = [[Image:Kenmach5.jpeg|48px]]
| label9    = Platform
| screenshot = [[Image:Yoyo patent 1866.png|200px]]
| data9      = {{{platform|}}}
| caption = Yoyodyne v0.9 screenshot
| label10    = Size
| developer = Yoyodyne Industries Inc.
| data10    = {{{size|}}}
| latest_release_version = 0.9
| label11    = Available in
| latest_release_date = January 1, 2006
| data11    = {{{language|}}}
| operating_system = Windows
| label12    = Type
| genre = Game
| data12    = {{{genre|}}}
| license = [[GNU General Public License]]
| label13    = License
| website = http://www.example.com
| data13    = {{{license|}}}
}}
| label16    = Website
== Usage ==
| data16    = {{{website|}}}
<pre>{{Infobox_Software | name =
| label17    = Standard(s)
| logo =
| data17    = {{{standard|}}}
| screenshot =  
| label18    = As of
| caption =
| data18    = {{{AsOf|}}}
| developer =  
}}<noinclude>{{documentation}}</noinclude>
| latest_release_version =  
| latest_release_date =
| operating_system =  
| genre =  
| license =
| website =
}}
</pre>
'''Note''': ''License'' (American English) is used in this template instead of ''licence'' (Commonwealth English), only because the page it links to uses that conviction as well.
[[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                = 
}}