Difference between revisions of "Template:Infobox tool"
Jump to navigation
Jump to search
(Infobox for tools.) |
(Small rename.) |
||
(One intermediate revision by the same user not shown) | |||
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 = Website |
− | | | + | | shortdata8 = {{{site|}}} |
}}<includeonly> | }}<includeonly> |
Latest revision as of 09:42, 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.