Template:Infobox Software: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (+-cat: Infoboxes → Infobox templates for consistency)
(Improved documentation; Doc style)
Line 10: Line 10:
{{#if:{{{developedby|<noinclude>x</noinclude>}}}|
{{#if:{{{developedby|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  '''Developed by'''
{{!}} colspan="2"  {{!}}  '''Developed by'''
{{!}} colspan="5"  {{!}} {{{developedby|}}} }}
{{!}} colspan="5"  {{!}}
{{{developedby|}}} }}
|-
|-
{{#if:{{{initialrelease|<noinclude>x</noinclude>}}}|
{{#if:{{{initialrelease|<noinclude>x</noinclude>}}}|
Line 22: Line 23:
{{#if:{{{writtenin|<noinclude>x</noinclude>}}}|
{{#if:{{{writtenin|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  '''Written in'''
{{!}} colspan="2"  {{!}}  '''Written in'''
{{!}} colspan="5"  {{!}} {{{writtenin}}} }}
{{!}} colspan="5"  {{!}}
{{{writtenin}}} }}
|-
|-
{{#if:{{{os|<noinclude>x</noinclude>}}}|
{{#if:{{{os|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  '''OS'''
{{!}} colspan="2"  {{!}}  '''OS'''
{{!}} colspan="5"  {{!}} {{{os}}} }}
{{!}} colspan="5"  {{!}}
{{{os}}} }}
|-
|-
{{#if:{{{platform|<noinclude>x</noinclude>}}}|
{{#if:{{{platform|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  '''Platform'''
{{!}} colspan="2"  {{!}}  '''Platform'''
{{!}} colspan="5"  {{!}} {{{platform|}}} }}
{{!}} colspan="5"  {{!}}
{{{platform|}}} }}
|-
|-
{{#if:{{{developmentstatus|<noinclude>x</noinclude>}}}|
{{#if:{{{developmentstatus|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  '''Development status'''
{{!}} colspan="2"  {{!}}  '''Development status'''
{{!}} colspan="5"  {{!}} {{{developmentstatus}}} }}
{{!}} colspan="5"  {{!}}
{{{developmentstatus}}} }}
|-
|-
{{#if:{{{developmentprogress|<noinclude>x</noinclude>}}}|
{{#if:{{{developmentprogress|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  '''Development Progress'''
{{!}} colspan="2"  {{!}}  '''Development Progress'''
{{!}} colspan="5"  {{!}} {{{developmentprogress}}} }}
{{!}} colspan="5"  {{!}}
{{{developmentprogress}}} }}
|-
|-
{{#if:{{{type|<noinclude>x</noinclude>}}}|
{{#if:{{{type|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  '''Type'''
{{!}} colspan="2"  {{!}}  '''Type'''
{{!}} colspan="5"  {{!}} {{{type}}} }}
{{!}} colspan="5"  {{!}}
{{{type}}} }}
|-
|-
{{#if:{{{license|<noinclude>x</noinclude>}}}|
{{#if:{{{license|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  '''License'''
{{!}} colspan="2"  {{!}}  '''License'''
{{!}} colspan="5"  {{!}} {{{license}}} }}
{{!}} colspan="5"  {{!}}
{{{license}}} }}
|-
|-
{{#if:{{{website|}}}|
{{#if:{{{website|}}}|
Line 52: Line 60:
|}
|}
<noinclude>
<noinclude>
<pre>
{{-}}
<nowiki>
{{Informative template|1=
{{Infobox Software
__NOTOC__
|title              =  
== Goal ==
|logo                =  
This template can be used to...
|image              =  
 
|developedby        =  
Adding this template to a page will automatically add [[:Category:...]] to that page.
|initialrelease      =  
 
|latestrelease      =  
== Usage ==
|writtenin          =  
<nowiki>{{</nowiki>'''Infobox Software'''
|os                  =  
<nowiki>|</nowiki> title              =  
|platform            =  
<nowiki>|</nowiki> ''logo''               =  
|developmentstatus  =  
<nowiki>|</nowiki> ''image''               =  
|developmentprogress =  
<nowiki>|</nowiki> ''alt''                =
|type                =  
<nowiki>|</nowiki> ''developedby''         =  
|license            =  
<nowiki>|</nowiki> ''initialrelease''     =  
|website            =  
<nowiki>|</nowiki> ''latestrelease''       =  
<nowiki>|</nowiki> ''writtenin''           =  
<nowiki>|</nowiki> ''os''                 =  
<nowiki>|</nowiki> ''platform''           =  
<nowiki>|</nowiki> ''developmentstatus''   =  
<nowiki>|</nowiki> ''developmentprogress'' =  
<nowiki>|</nowiki> ''type''               =  
<nowiki>|</nowiki> ''license''             =  
<nowiki>|</nowiki> ''website''             =  
<nowiki>}}</nowiki>
 
; title:  Title of the software
 
; logo:  Logo of the software
 
; image:  Screenshot from the software
 
; alt:  Caption for the screenshot
 
; developedby:  List of developers
 
; initialrelease:  Date and preferably also version of the first release
 
; latestrelease:  Date and version of the last release
 
; writtenin:  Language the software was written in
 
; os:  Operating systems the software is available for
 
; platform:  Platforms the software is available for, for example Mac, PC and/or Arduino.
 
; developmentstatus:  Development status, for example active, stalled or abandoned
 
; developmentprogress:  Development progress
 
; type:  Type of software
 
; license:  License the software is released under
 
; website:  Website of the software project
 
}}
}}
</nowiki>
</pre>


[[Category:Infobox templates|Software]]
[[Category:Infobox templates|Software]]
</noinclude>
</noinclude>

Revision as of 10:35, 14 June 2014

{{{title}}}
[[Image:|270px]]
[[Image:|270px|]]
Developed by
Initial release
Latest release
Written in

{{{writtenin}}}

OS

{{{os}}}

Platform
Development status

{{{developmentstatus}}}

Development Progress

{{{developmentprogress}}}

Type

{{{type}}}

License

{{{license}}}


The following template description is not displayed when the template is inserted in an article.

Goal

This template can be used to...

Adding this template to a page will automatically add Category:... to that page.

Usage

{{Infobox Software
| title               = 
| logo                = 
| image               = 
| alt                 = 
| developedby         = 
| initialrelease      = 
| latestrelease       = 
| writtenin           = 
| os                  = 
| platform            = 
| developmentstatus   = 
| developmentprogress = 
| type                = 
| license             = 
| website             = 
}}
title
Title of the software
logo
Logo of the software
image
Screenshot from the software
alt
Caption for the screenshot
developedby
List of developers
initialrelease
Date and preferably also version of the first release
latestrelease
Date and version of the last release
writtenin
Language the software was written in
os
Operating systems the software is available for
platform
Platforms the software is available for, for example Mac, PC and/or Arduino.
developmentstatus
Development status, for example active, stalled or abandoned
developmentprogress
Development progress
type
Type of software
license
License the software is released under
website
Website of the software project