Template:Software: Difference between revisions
Jump to navigation
Jump to search
(Updated and added clarification of parameters, based on Wikipedia's "Infobox software" template.) |
m (Minor code fix) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| style="border: 1px solid | {| 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" | |||
| | | style="padding: 7px" | '''{{{title|{{PAGENAME}}}}}''' | ||
| style=" | |||
|- | |- | ||
| | |||
{| 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> | |}<noinclude> | ||
==Usage== | ==Usage== | ||
<pre style="overflow:auto">{{Software | <pre style="overflow:auto">{{Software | ||
|title = <!-- Delete this | |title = <!-- Delete this parameter completely to use the {{PAGENAME}} parameter --> | ||
|logo = <!-- Delete this | |logo = <!-- Delete this parameter completely if no logo is available --> | ||
|developer = | |developer = | ||
|version = | |released = | ||
|status = | |version = | ||
|operating system = | |status = | ||
|language = | |operating system = | ||
|genre = | |language = | ||
|license = | |genre = | ||
|website = | |license = | ||
|website = | |||
}}</pre> | }}</pre> | ||
Line 50: | Line 59: | ||
'''title''' | '''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 | :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''' | '''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''' | '''developer''' | ||
:Name of the current developer of the software product. It can be either an individual or an organization/business. | :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''' | '''version''' | ||
Line 68: | Line 80: | ||
'''operating system''' | '''operating system''' | ||
:The operating system on which the given software product works. | :The operating system on which the given software product works. | ||
:Replaces the previous | |||
:Replaces the previous {{code|<nowiki>|platform=</nowiki>}} field. | |||
'''language''' | '''language''' | ||
Line 75: | Line 88: | ||
'''genre''' | '''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". | :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 | |||
:Replaces the previous {{code|<nowiki>|function=</nowiki>}} field. | |||
'''license''' | '''license''' | ||
Line 81: | Line 95: | ||
'''website''' | '''website''' | ||
:The web site URL of the software package. This should only show the website's URL, e.g. | :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>}}. | ||
[[Category: | :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 | ||||||||||||||||||||
| ||||||||||||||||||||
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].