52
edits
(Created page with "<infobox> <title source="name"> <default>{{PAGENAME}}</default> </title> <image source="image"> <caption source="caption1"/> </image> <data source="developer"> <label>'''Developers'''</label> </data> <data source="license"> <label>'''License'''</label> </data> <data source="platform"> <label>'''Platform'''</label> </data> <data source="release"> <label>'''Latest Release'''</label> </data> <data source="languages"> <la...") Tags: Mobile edit Mobile web edit |
No edit summary |
||
<includeonly>
{|cellpadding="0" cellspacing="0" class="breakout" style="margin-left:1em" width="262px"
| style="text-align: center;"|
|-class="breakouttitle"
! ''{{ #if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }}''
|-
|style="padding: 0.3em; line-height: 1.5em; padding-left: 5px;" |
{{imageexists
| file = {{{image}}}
| width = {{imagewidth}}
| caption= {{{title}}}
}}
{{ #if: {{{internal|}}} | '''Internal''': {{{internal}}}<br> | }}
{{ #if: {{{developer|}}} | '''Developer(s)''': {{{developer}}}<br> | }}
{{ #if: {{{langs|}}} | '''Languages''': {{{langs}}}<br> | }}
{{ #if: {{{license|}}} | '''License''': {{{license}}}<br> | }}
{{ #if: {{{release|}}} |
|}</includeonly><noinclude>▼
▲<noinclude>
Usage:
<pre>
{{Infobox Tool
|
|image=
|internal=no
|developer=Developers who worked on this tool
|license=GNU GPL v3▼
|langs=C/C++
|release=v0.
}}
</pre>
Becomes:
{{Infobox Tool
|
|image=
|internal=no
|developer=Developers who worked on this tool
|license=GNU GPL v3▼
|langs=C/C++
|release=v0.
}}
TODO: This template should auto-categorize (based on <code>internal</code> as well) so that users do not have to do it themselves.
</noinclude>
|