Template:Infobox software: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(good idea)
m (Protected "Template:Infobox software" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
 
(219 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; text-align: center" | {{{logo|}}}&nbsp;&nbsp;{{{name}}}
| above      = {{{title|{{{name|<includeonly>{{PAGENAME}}</includeonly>}}}}}}
|- class{{{screenshot|}}}="hiddenStructure"
| 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{{{latest_release_version|}}}{{{latest_release_date|}}}="hiddenStructure"
| caption2  = {{{caption|}}}{{#if:{{{collapsible|}}}|{{hidden end}}}}
! [[Software release|Latest release]]:
| label1    = Original author(s)
| {{{latest_release_version|}}} / {{{latest_release_date|}}}
| data1      = {{{author|}}}
|- class{{{latest_preview_version|}}}{{{latest_preview_date|}}}="hiddenStructure"
| label2    = Developer(s)
! [[Software release|Preview release]]:
| data2      = {{{developer|}}}
| {{{latest_preview_version|}}} / {{{latest_preview_date|}}}
| label3    = Initial release
|-
| data3      = {{{released|}}}
! {{{operating_system_desc|[[Operating system|OS]]}}}:
| label4    = Stable release
| {{{operating_system}}}
| data4      = {{{Stable release|}}}
|-
| label5    = Preview release
! [[Software genre|Genre]]:
| data5      = {{{Preview release|}}}
| {{{genre}}}
| label6    = Development status
|-
| data6      = {{{status|}}}
|- class{{{licence|}}}="hiddenStructure"
| label7    = Written in
! [[Software licence|Licence]]:
| data7      = {{{programming language|{{{programming_language|}}}}}}
| {{{licence|}}}
| label8    = OS
|-
| data8      = {{{operating system|{{{operating_system|}}}}}}
|- class{{{license|}}}="hiddenStructure"
| label9    = Platform
! [[Software license|License]]:
| data9      = {{{platform|}}}
| {{{license|}}}
| label10    = Size
|-
| data10    = {{{size|}}}
! [[Website]]:
| label11    = Available in
| {{{website}}}
| data11    = {{{language|}}}
|}</includeonly><noinclude>
| label12    = Type
{{Infobox_Software | name = '''Example''': Yoyodyne
| data12    = {{{genre|}}}
| logo = [[Image:Kenmach5.jpeg|48px]]
| label13    = License
| screenshot = [[Image:Yoyo patent 1866.png|200px]]
| data13    = {{{license|}}}
| caption = Yoyodyne v0.9 screenshot
| label16    = Website
| developer = Yoyodyne Industries Inc.
| data16    = {{{website|}}}
| latest_release_version = 0.9
| label17    = Standard(s)
| latest_release_date = January 1, 2006
| data17    = {{{standard|}}}
| operating_system = Windows
| label18    = As of
| genre = Game
| data18    = {{{AsOf|}}}
| license = [[GNU General Public License]]
}}<noinclude>{{documentation}}</noinclude>
| website = http://www.example.com
}}
== Usage ==
<pre>{{Infobox Software
| name =  
| logo =  
| screenshot = <!-- optional -->
| caption =  
| developer =  
| latest_release_version = <!-- optional -->
| latest_release_date = <!-- optional -->
| latest_preview_version = <!-- optional -->
| latest_preview_date = <!-- optional -->
| operating_system_desc = <!-- optional (see [[phpBB]]) -->
| operating_system =  
| genre =  
| license = <!-- optional -->
| website =
}}
</pre>
'''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.
<!--  Do not remove the second licence statement, this template is not a battleground.  Wikipedia policy is to allow for both English varients in the Wikipedia, with whichever is in the article already taking precedence - that means both options need to be available, depending on which is used in the article that the template is used in.  -->
 
[[Category:Infobox templates|Software]]
[[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                = 
}}