Tool – Template

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


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


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



Revision as of 14:51, 22 October 2011


Usage

{{Tool|=

|AUTHOR=

|VERSION=

|COMPATIBILITY=

|DOWNLOAD=

|DESCRIPTION=

|NOTES=

|LICENSING=

|SEEALSO=

}}