Template:Infobox tool: Difference between revisions

From OpenGL Wiki
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}}}}}
| longlabel1 = Version
| shortlabel1 = Version
| longdata1   = {{{version|}}}
| shortdata1   = {{{version|}}}
| longlabel2 = Release date
| shortlabel2 = Release date
| longdata2   = {{{release|}}}
| shortdata2   = {{{release|}}}
| longlabel3 = Supports Core Profile
| shortlabel3 = Supports Core Profile
| longdata3   = {{{core_support|}}}
| shortdata3   = {{{core_support|}}}
| shortlabel1 = Platform(s)
| shortlabel4 = Platform(s)
| shortdata1   = {{{platform|}}}
| shortdata4   = {{{platform|}}}
| shortlabel2 = Language(s)
| shortlabel5 = Language(s)
| shortdata2   = {{{language|}}}
| shortdata5   = {{{language|}}}
| shortlabel2 = Written in
| shortlabel6 = Written in
| shortdata2   = {{{written_lang|}}}
| shortdata6   = {{{written_lang|}}}
| shortlabel3 = License
| shortlabel7 = License
| shortdata3   = {{{license|}}}
| shortdata7   = {{{license|}}}
| shortlabel4 = Link
| shortlabel8 = Website
| shortdata4   = {{{site|}}}
| 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.