Template:Infobox Software: Difference between revisions

Jump to navigation Jump to search
Syntax reformatting and usage of the {{LangSwitch}} template throughout.
(fix; +-doc: Update and clarifying automatic categorization and also mentioning it in the lead section)
(Syntax reformatting and usage of the {{LangSwitch}} template throughout.)
Line 1: Line 1:
{{Infobox
{{Infobox
|title = {{{title|'''Input title'''}}}
| title       = {{{title|{{LangSwitch
|image = {{#if: {{{logo|}}} | [[File:{{{logo}}}|{{{logosize|270px}}}|{{{title}}} logo]] }}
                          | en = '''Input title'''
|image2 = {{#if: {{{image|}}} | [[File:{{{image}}}|270px|{{{alt|}}}]] }}
                        }}
|caption2 = {{{alt|}}}
                }}}
|label1 = Developed by
| image       = {{#if: {{{logo|}}}
|data1 = {{{developedby|}}}
                  | [[File:{{{logo}}}|{{{logosize|270px}}}|{{{title}}} logo]]
|label2 = Initial release
                }}
|data2 = {{{initialrelease|}}}
| image2     = {{#if: {{{image|}}}
|label3 = Latest release
                  | [[File:{{{image}}}|270px|{{{alt|}}}]]
|data3 = {{{latestrelease|}}}
                }}
|label4 = Written in
| caption2   = {{{alt|}}}
|data4 = {{{writtenin|}}}{{{writteninversion|}}}{{#if: {{{writteninlibs|}}} |  ({{{writteninlibs}}}) }}
| label1     = {{LangSwitch
|label5 = OS
                  | en = Developed by
|data5 = {{{os|}}}
                }}
|label6 = Platform  
| data1       = {{{developedby|}}}
|data6 = {{{platform|}}}
| label2     = {{LangSwitch
|label7 = Development status
                  | en = Initial release
|data7 = {{{developmentstatus|}}}
                }}
|label8 = Development progress
| data2       = {{{initialrelease|}}}
|data8 = {{{developmentprogress|}}}
| label3     = {{LangSwitch
|label9 = Type
                  | en = Latest release
|data9 = {{{type|}}}
                }}
|label10 = License
| data3       = {{{latestrelease|}}}
|data10 = {{{license|}}}
| label4     = {{LangSwitch
|data11 = {{#if: {{{website|}}} | [{{{website}}} Website] }}
                  | en = Written in
                }}
| data4       = {{{writtenin|}}}{{{writteninversion|}}}{{#if: {{{writteninlibs|}}} |  ({{{writteninlibs}}}) }}
| label5     = {{LangSwitch
                  | en = OS
                }}
| data5       = {{{os|}}}
| label6     = {{LangSwitch
                  | en = Platform  
                }}
| data6       = {{{platform|}}}
| label7     = {{LangSwitch
                  | en = Development status
                }}
| data7       = {{{developmentstatus|}}}
| label8     = {{LangSwitch
                  | en = Development progress
| data8       = {{{developmentprogress|}}}
| label9     = Type
| data9       = {{{type|}}}
| label10     = {{LangSwitch
                  | en = License
| data10     = {{{license|}}}
| data11     = {{#if: {{{website|}}}
                  | [{{{website}}} {{LangSwitch
                                    | en = Website
                                  }}
                    ]
                }}
}}
}}
<includeonly>
<includeonly>
Line 41: Line 69:
== Usage ==
== Usage ==
Add this to the top of  the article describing the software.
Add this to the top of  the article describing the software.
  <nowiki>{{</nowiki>'''Infobox Software'''
  {{obr}}'''Infobox Software'''
  <nowiki>|</nowiki> title              =  
  {{!}} title              =  
  <nowiki>|</nowiki> ''logo''                =  
  {{!}} ''logo''                =  
  <nowiki>|</nowiki> ''logosize''            =  
  {{!}} ''logosize''            =  
  <nowiki>|</nowiki> ''image''              =  
  {{!}} ''image''              =  
  <nowiki>|</nowiki> ''alt''                =  
  {{!}} ''alt''                =  
  <nowiki>|</nowiki> ''developedby''        =  
  {{!}} ''developedby''        =  
  <nowiki>|</nowiki> ''initialrelease''      =  
  {{!}} ''initialrelease''      =  
  <nowiki>|</nowiki> ''latestrelease''      =  
  {{!}} ''latestrelease''      =
  <nowiki>|</nowiki> ''writtenin''          =  
  {{!}} ''writtenin''          =  
  <nowiki>|</nowiki> ''os''                  =  
  {{!}} ''os''                  =  
  <nowiki>|</nowiki> ''platform''            =  
  {{!}} ''platform''            =  
  <nowiki>|</nowiki> ''developmentstatus''  =  
  {{!}} ''developmentstatus''  =  
  <nowiki>|</nowiki> ''developmentprogress'' =  
  {{!}} ''developmentprogress'' =
  <nowiki>|</nowiki> ''type''                =  
  {{!}} ''type''                =  
  <nowiki>|</nowiki> ''license''            =  
  {{!}} ''license''            =  
  <nowiki>|</nowiki> ''website''            =  
  {{!}} ''website''            =
  <nowiki>}}</nowiki>
  {{cbr}}


All parameters but '''title''' are optional.
All parameters except '''title''' are optional.


; title:  Title of the software
; title:  Title of the software
Line 76: Line 104:
; initialrelease:  Date and preferably also version of the first release
; initialrelease:  Date and preferably also version of the first release


; latestrelease:  Date and version of the last release
; latestrelease:  Date and version of the last release {{obr}}Category:'''writtenin''' software{{cbr}} to the article, e.g. see [[:Category:Python software]]
 
; writtenin:  Language the software was written in (this will automatically add <nowiki>[[</nowiki>Category:'''writtenin''' software<nowiki>]]</nowiki> to the article, e.g. see [[:Category:Python software]]


; os:  Operating systems the software is available for
; os:  Operating systems the software is available for

Navigation menu