Tool – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Blue to green)
No edit summary
(25 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__ __NOEDITSECTION__ <div class="tool_description">
<includeonly>__NOTOC__ __NOEDITSECTION__ <div class="_description tool">


=== Basic information ===
=== Basic information ===
<dl>
<dl>
<dt>Author:</dt><dd>{{{AUTHOR|}}}</dd>
<dt>Author:<dd>{{#if:{{{AUTHOR|}}}|{{{AUTHOR|}}}|[[:Category:Projects|Bohemia Interactive]]}}
{{if defined call|{{{VERSION|}}}|echo|<dt>Version:</dt><dd>{{{VERSION}}}</dd>}}
{{#if:{{{VERSION|}}}|<dt>Version:<dd>{{{VERSION}}}|}}
{{if defined call|{{{COMPATIBILITY|}}}|echo|<dt>Compatibility:</dt><dd>{{{COMPATIBILITY}}}</dd>}}
{{#if:{{{COMPATIBILITY|}}}|<dt>Compatibility:<dd>{{{COMPATIBILITY}}}|}}
{{if defined call|{{{DOWNLOAD|}}}|echo|<dt>Download:</dt><dd>{{{DOWNLOAD}}}</dd>}}
{{#if:{{{DOWNLOAD|}}}|<dt>Download:<dd>{{{DOWNLOAD}}}|}}
</dl>
</dl>


=== Description ===
=== Description ===
<dl>
<dl>
<dt>Description:</dt><dd>{{{DESCRIPTION|}}}</dd>
<dt>Description:<dd>{{{DESCRIPTION|}}}
{{if defined call|{{{NOTES|}}}|echo|<dt>Notes:</dt><dd>{{{NOTES|}}}</dd>}}
{{#if:{{{NOTES|}}}|<dt>Notes:<dd>{{{NOTES}}}|}}
</dl>
</dl>
{{#if:{{{INSTALL|}}} or {{{COMMAND|}}} or {{{OPTIONS|}}} or {{{EXAMPLE|}}}|


 
=== Usage ===
=== Additional informations ===
<dl>
<dt>Licensing:</dt><dd>{{{LICENSING|}}}</dd>
{{if defined call|{{{SEEALSO|}}}|echo|<dt>See also:</dt><dd>{{{SEEALSO|}}}</dd>}}
</dl>
 
 
 
 
<includeonly>__NOTOC__ __NOEDITSECTION__ <div class="command_tool">
 
=== Basic informations ===
<dl>
<dl>
<dt>Author:</dt><dd>{{{AUTHOR|}}}</dd>
{{#if:{{{INSTALL|}}}|<dt>Installation:<dd>{{{INSTALL}}}|}}
{{if defined call|{{{VERSION|}}}|echo|<dt>Version:</dt><dd>{{{VERSION}}}</dd>}}
{{#if:{{{COMMAND|}}}|<dt>Line call:<dd>{{{COMMAND}}}|}}
{{if defined call|{{{COMPATIBILITY|}}}|echo|<dt>Compatibility:</dt><dd>{{{COMPATIBILITY}}}</dd>}}
{{#if:{{{OPTIONS|}}}|<dt>Options:<dd>{{{OPTIONS}}}|}}
{{if defined call|{{{DOWNLOAD|}}}|echo|<dt>Download:</dt><dd>{{{DOWNLOAD}}}</dd>}}
{{#if:{{{EXAMPLE|}}}|<dt>Examples:<dd>{{{EXAMPLE}}}|}}
</dl>
</dl>
|}}


=== Description ===
=== Licenses ===
<dl>
<dl>
<dt>Description:</dt><dd>{{{DESCRIPTION|}}}</dd>
<dt>Licensing:<dd>{{{LICENSING|}}}
{{if defined call|{{{NOTES|}}}|echo|<dt>Notes:</dt><dd>{{{NOTES|}}}</dd>}}
{{#if:{{{SEEALSO|}}}|<dt>See also:<dd>{{{SEEALSO}}}|}}
</dl>
</dl>
=== Additional informations ===
<dl>
<dt>Licensing:</dt><dd>{{{LICENSING|}}}</dd>
{{if defined call|{{{SEEALSO|}}}|echo|<dt>See also:</dt><dd>{{{SEEALSO|}}}</dd>}}
</dl>
</includeonly>
</includeonly>


Line 67: Line 48:


|NOTES=
|NOTES=
|INSTALL=
|COMMAND=
|OPTIONS=
|EXAMPLE=


|LICENSING=
|LICENSING=
Line 73: Line 62:


}}</pre>
}}</pre>
[[Category:Templates|{{PAGENAME}}]]
[[Category:Templates|{{uc:{{PAGENAME}}}}]]
</noinclude>
</noinclude>

Revision as of 12:32, 16 October 2015


Usage

{{Tool|=

|AUTHOR=

|VERSION=

|COMPATIBILITY=

|DOWNLOAD=

|DESCRIPTION=

|NOTES=

|INSTALL=

|COMMAND=

|OPTIONS=

|EXAMPLE=

|LICENSING=

|SEEALSO=

}}