Template:Infobox tool: Difference between revisions
Jump to navigation
Jump to search
Infobox for tools. |
No more short labels. |
||
Line 18: | Line 18: | ||
| titlestyle = padding-bottom: 4px; | | titlestyle = padding-bottom: 4px; | ||
| title = {{{name|{{PAGENAME}}}}} | | title = {{{name|{{PAGENAME}}}}} | ||
| | | shortlabel1 = Version | ||
| | | shortdata1 = {{{version|}}} | ||
| | | shortlabel2 = Release date | ||
| | | shortdata2 = {{{release|}}} | ||
| | | shortlabel3 = Supports Core Profile | ||
| | | shortdata3 = {{{core_support|}}} | ||
| | | shortlabel4 = Platform(s) | ||
| | | shortdata4 = {{{platform|}}} | ||
| | | shortlabel5 = Language(s) | ||
| | | shortdata5 = {{{language|}}} | ||
| | | shortlabel6 = Written in | ||
| | | shortdata6 = {{{written_lang|}}} | ||
| | | shortlabel7 = License | ||
| | | shortdata7 = {{{license|}}} | ||
| | | shortlabel8 = Link | ||
| | | shortdata8 = {{{site|}}} | ||
}}<includeonly> | }}<includeonly> |
Revision as of 09:35, 25 March 2013
This template displays an information box on the right side of the article that describes a tool (library, utility, etc). This box contains information about the tool, including a link to the tool's website, the most recent version, release date, etc.
This template has a number of parameters, all of them optional:
- name: The name you want the box to have. If you don't supply one, it will use the article's name.
- version: The version of the tool.
- release: Most recent release date of the tool.
- platform: The platform(s) supported by the tool.
- language: The language(s) supported by the tool.
- written_lang: The language it was written in, if different from language.
- core_support: Whether it supports core OpenGL profiles.
- license: The license the tool is licensed under.
- site: The website for the tool.