Tool – Template

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


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


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


=== Usage ===
<dl>
{{#if:{{{INSTALL|}}}|<dt>Installation:<dd>{{{INSTALL}}}|}}
{{#if:{{{COMMAND|}}}|<dt>Line call:<dd>{{{COMMAND}}}|}}
{{#if:{{{OPTIONS|}}}|<dt>Options:<dd>{{{OPTIONS}}}|}}
{{#if:{{{EXAMPLE|}}}|<dt>Examples:<dd>{{{EXAMPLE}}}|}}
</dl>
|}}


=== Additional informations ===
=== Licenses ===
<dl>
<dl>
<dt>Licensing:</dt><dd>{{{7|}}}</dd>
<dt>Licensing:<dd>{{{LICENSING|}}}
{{if defined call|{{{8|}}}|echo|<dt>See also:</dt><dd>{{{8|}}}</dd>}}
{{#if:{{{SEEALSO|}}}|<dt>See also:<dd>{{{SEEALSO}}}|}}
</dl>
</dl>
</includeonly>
<noinclude>
===Usage===
<pre>
{{Tool|=
|AUTHOR=
|VERSION=
|COMPATIBILITY=
|DOWNLOAD=
|DESCRIPTION=


|NOTES=


</includeonly>
|INSTALL=
<noinclude>
 
No info yet.
|COMMAND=
[[Category:Templates|{{PAGENAME}}]]
 
|OPTIONS=
 
|EXAMPLE=
 
|LICENSING=
 
|SEEALSO=
 
}}</pre>
[[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=

}}