Tool – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replace - "</dt>" to "")
m (Text replace - "</dd>" to "")
Line 3: Line 3:
=== Basic information ===
=== Basic information ===
<dl>
<dl>
<dt>Author:<dd>{{{AUTHOR|}}}</dd>
<dt>Author:<dd>{{{AUTHOR|}}}
{{if defined call|{{{VERSION|}}}|echo|<dt>Version:<dd>{{{VERSION}}}</dd>}}
{{if defined call|{{{VERSION|}}}|echo|<dt>Version:<dd>{{{VERSION}}}}}
{{if defined call|{{{COMPATIBILITY|}}}|echo|<dt>Compatibility:<dd>{{{COMPATIBILITY}}}</dd>}}
{{if defined call|{{{COMPATIBILITY|}}}|echo|<dt>Compatibility:<dd>{{{COMPATIBILITY}}}}}
{{if defined call|{{{DOWNLOAD|}}}|echo|<dt>Download:<dd>{{{DOWNLOAD}}}</dd>}}
{{if defined call|{{{DOWNLOAD|}}}|echo|<dt>Download:<dd>{{{DOWNLOAD}}}}}
</dl>
</dl>


=== Description ===
=== Description ===
<dl>
<dl>
<dt>Description:<dd>{{{DESCRIPTION|}}}</dd>
<dt>Description:<dd>{{{DESCRIPTION|}}}
{{if defined call|{{{NOTES|}}}|echo|<dt>Notes:<dd>{{{NOTES|}}}</dd>}}
{{if defined call|{{{NOTES|}}}|echo|<dt>Notes:<dd>{{{NOTES|}}}}}
</dl>
</dl>


Line 18: Line 18:
=== Additional information ===
=== Additional information ===
<dl>
<dl>
<dt>Licensing:<dd>{{{LICENSING|}}}</dd>
<dt>Licensing:<dd>{{{LICENSING|}}}
{{if defined call|{{{SEEALSO|}}}|echo|<dt>See also:<dd>{{{SEEALSO|}}}</dd>}}
{{if defined call|{{{SEEALSO|}}}|echo|<dt>See also:<dd>{{{SEEALSO|}}}}}
</dl>
</dl>



Revision as of 14:53, 22 October 2011


Usage

{{Tool|=

|AUTHOR=

|VERSION=

|COMPATIBILITY=

|DOWNLOAD=

|DESCRIPTION=

|NOTES=

|LICENSING=

|SEEALSO=

}}