Template:Infobox Tool: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 8: Line 8:
{{imageexists
{{imageexists
| file = {{{image}}}
| file = {{{image}}}
| width = {{imagewidth}}
| width = {{{imagewidth}}}
| caption= {{{title}}}
| caption= {{{title}}}
}}
}}

Latest revision as of 20:58, 28 September 2022


Usage:

{{Infobox Tool
|title=My Cool Tool
|image=Test.png
|internal=no
|developer=Developers who worked on this tool
|langs=C/C++
|license=GPL v3
|release=v0.5
}}

Becomes:


My Cool Tool

Click to upload a new image...Dummy link

Internal: no
Developer(s): Developers who worked on this tool
Languages: C/C++
License: GPL v3
Latest release: v0.5

TODO: This template should auto-categorize (based on internal as well) so that users do not have to do it themselves.