Template:Software: Difference between revisions

From LDraw.org Wiki
Jump to navigation Jump to search
(better bordering)
m (Minor code fix)
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| style="border: 1px solid black; width: 300px; float:right" cellspacing="0" cellpadding="5"
{| style="width: 300px; background-color: #E0E0E0; border: 1px solid #AAAAAA; border-radius: 5px; float:right; margin-left: 10px; font-size: 12pt" cellspacing="0" cellpadding="0"
|-
|-align="center" valign="middle"
| colspan="2" style="background-color: #888; color: white; text-align:center; font-size: 16px" | '''{{PAGENAME}}'''
| style="padding: 7px" | '''{{{title|{{PAGENAME}}}}}'''
|-
| colspan="2" style="background-color: #888; color: white; text-align:center; padding-top: 0px" | '''Software'''
|-
| style="background-color: #888; color: white" | '''Developer(s)'''
| style="background-color: #DDD; color: black; border-top: 1px solid black; border-left: 1px solid black" | {{{developer}}}
|-
| style="background-color: #888; color: white" | '''Function(s)'''
| style="background-color: #DDD; color: black; border-left: 1px solid black" | {{{function}}}
|-
| style="background-color: #888; color: white" | '''Current version'''
| style="background-color: #DDD; color: black; border-left: 1px solid black" | {{{version}}}
|-
| style="background-color: #888; color: white" | '''Platform(s)'''
| style="background-color: #DDD; color: black; border-left: 1px solid black" | {{{platform}}}
|-
| style="background-color: #888; color: white" | '''Website'''
| style="background-color: #DDD; color: black; border-left: 1px solid black" | {{{website}}}
|-
|-
|
{| style="width: 300px; background-color: #F9F9F9; font-size: 9pt" cellpadding="0" cellspacing="5"
|-align="center" valign="middle"
| colspan="2" | {{{logo|[[File:Software icon.png|48px]]}}}
|-align="left" valign="top"
| style="width: 120px; max-width: 120px; min-width: 120px;" | '''{{w|page=Software_developer|text=Developer(s)}}'''
| {{{developer|<span style="color:#999">''unknown''</span>}}}
|-align="left" valign="top"
| '''Initial release'''
| {{{released|<span style="color:#999">''unknown''</span>}}}
|-align="left" valign="top"
| '''{{w|page=Software_release_life_cycle|text=Current version}}'''
| {{{version|<span style="color:#999">''unknown''</span>}}}
|-align="left" valign="top"
| '''Development status'''
| {{{status|<span style="color:#999">''unknown''</span>}}}
|-align="left" valign="top"
| '''{{w|page=Operating_system|text=Operating system}}'''
| {{{operating system|{{{platform|<span style="color:#999">''unknown''</span>}}}}}}
|-align="left" valign="top"
| '''Available in'''
| {{{language|<span style="color:#999">''unknown''</span>}}}
|-align="left" valign="top"
| '''{{w|page=List_of_software_categories|text=Type}}'''
| {{{genre|{{{function|<span style="color:#999">''unknown''</span>}}}}}}
|-align="left" valign="top"
| '''{{w|page=Software_license|text=License}}'''
| {{{license|<span style="color:#999">''unknown''</span>}}}
|-align="left" valign="top"
| | '''Website'''
| {{{website|<span style="color:#999">''unknown''</span>}}}
|}
|}
|-align="right" valign="middle"
| style="color: #AAAAAA; font-size: 7pt; font-weight: bold; padding: 0px 10px" | Software infobox
|}<noinclude>
==Usage==
<pre style="overflow:auto">{{Software
|title            = <!-- Delete this parameter completely to use the {{PAGENAME}} parameter -->
|logo            = <!-- Delete this parameter completely if no logo is available -->
|developer        =
|released        =
|version          =
|status          =
|operating system =
|language        =
|genre            =
|license          =
|website          =
}}</pre>
==Parameters==
If the parameter is not known, the field should be removed from the infobox to ensure that ''unknown'' (see example above right) is displayed, rather than the field appearing empty. [This is due to a wiki limitation.]
'''title'''
:Name of the software product as displayed inside the infobox. To use the {{code|<nowiki>{{PAGENAME}}</nowiki>}} parameter, remove this line from the infobox. Leaving the field blank will cause the name to be displayed incorrectly.
'''logo'''
:Use the {{code|{{tl|software/logo}}}} template to insert an image into this field, e.g. {{code|<nowiki>{{software/logo|ProgramLogo.png}}</nowiki>}}. If no file is available, and the line is deleted, a generic software icon will be used.
:Alternatively, an image can be specified using the standard {{code|<nowiki>[[File:]]</nowiki>}} wiki markup.
'''developer'''
:Name of the current developer of the software product. It can be either an individual or an organization/business.
'''released'''
:The date on which the initial version of the software product in question is released publicly.
'''version'''
:The version number of the latest release of the software product.
'''status'''
:The development status of the computer program, such as: Planned, Active, Unmaintained, Discontinued, Stalled or Abandonware.
'''operating system'''
:The operating system on which the given software product works.
:Replaces the previous {{code|<nowiki>|platform=</nowiki>}} field.
'''language'''
:Lists the natural languages in which the software product user interface can interact with user. Please do not supply "Multilingual" or such vague phrases which do not add to the knowledge of the reader.
'''genre'''
:Type of program. For more information, consult Wikipedia's [http://en.wikipedia.org/wiki/List_of_software_categories List of software categories]. Please do not use this field to briefly describe the role and function of the subject of the article. For example, instead of "SVG creator, editor and converter", consider using "Vector graphics editor". Instead of "PDF creator, editor, converter and viewer", consider using "Desktop publishing software". Instead of "DWG creator/editor", consider using "Computer-aided design".
:Replaces the previous {{code|<nowiki>|function=</nowiki>}} field.
'''license'''
:Type of the software license under which the consumer is allowed to use the product
'''website'''
:The web site URL of the software package. This should only show the website's URL, e.g. {{code|<nowiki>[http://www.example.com/ www.example.com]</nowiki>}}.
:Avoid using printer-hostile forms like {{code|<nowiki>[http://www.example.com Example website]</nowiki>}}.
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>
<includeonly>[[Category:Software]]</includeonly>
<includeonly>[[Category:Software]]</includeonly>

Latest revision as of 21:11, 25 January 2015

Software
Developer(s) unknown
Initial release unknown
Current version unknown
Development status unknown
Operating system unknown
Available in unknown
Type unknown
License unknown
Website unknown
Software infobox

Usage

{{Software
|title            = <!-- Delete this parameter completely to use the {{PAGENAME}} parameter -->
|logo             = <!-- Delete this parameter completely if no logo is available -->
|developer        = 
|released         = 
|version          = 
|status           = 
|operating system = 
|language         = 
|genre            = 
|license          = 
|website          = 
}}

Parameters

If the parameter is not known, the field should be removed from the infobox to ensure that unknown (see example above right) is displayed, rather than the field appearing empty. [This is due to a wiki limitation.]

title

Name of the software product as displayed inside the infobox. To use the {{PAGENAME}} parameter, remove this line from the infobox. Leaving the field blank will cause the name to be displayed incorrectly.

logo

Use the {{software/logo}} template to insert an image into this field, e.g. {{software/logo|ProgramLogo.png}}. If no file is available, and the line is deleted, a generic software icon will be used.
Alternatively, an image can be specified using the standard [[File:]] wiki markup.

developer

Name of the current developer of the software product. It can be either an individual or an organization/business.

released

The date on which the initial version of the software product in question is released publicly.

version

The version number of the latest release of the software product.

status

The development status of the computer program, such as: Planned, Active, Unmaintained, Discontinued, Stalled or Abandonware.

operating system

The operating system on which the given software product works.
Replaces the previous |platform= field.

language

Lists the natural languages in which the software product user interface can interact with user. Please do not supply "Multilingual" or such vague phrases which do not add to the knowledge of the reader.

genre

Type of program. For more information, consult Wikipedia's List of software categories. Please do not use this field to briefly describe the role and function of the subject of the article. For example, instead of "SVG creator, editor and converter", consider using "Vector graphics editor". Instead of "PDF creator, editor, converter and viewer", consider using "Desktop publishing software". Instead of "DWG creator/editor", consider using "Computer-aided design".
Replaces the previous |function= field.

license

Type of the software license under which the consumer is allowed to use the product

website

The web site URL of the software package. This should only show the website's URL, e.g. [http://www.example.com/ www.example.com].
Avoid using printer-hostile forms like [http://www.example.com Example website].