Tool – Template
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>Author:<dd>{{{AUTHOR|}}}</dd> | ||
{{if defined call|{{{VERSION|}}}|echo|<dt>Version: | {{if defined call|{{{VERSION|}}}|echo|<dt>Version:<dd>{{{VERSION}}}</dd>}} | ||
{{if defined call|{{{COMPATIBILITY|}}}|echo|<dt>Compatibility: | {{if defined call|{{{COMPATIBILITY|}}}|echo|<dt>Compatibility:<dd>{{{COMPATIBILITY}}}</dd>}} | ||
{{if defined call|{{{DOWNLOAD|}}}|echo|<dt>Download: | {{if defined call|{{{DOWNLOAD|}}}|echo|<dt>Download:<dd>{{{DOWNLOAD}}}</dd>}} | ||
</dl> | </dl> | ||
=== Description === | === Description === | ||
<dl> | <dl> | ||
<dt>Description: | <dt>Description:<dd>{{{DESCRIPTION|}}}</dd> | ||
{{if defined call|{{{NOTES|}}}|echo|<dt>Notes: | {{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>Licensing:<dd>{{{LICENSING|}}}</dd> | ||
{{if defined call|{{{SEEALSO|}}}|echo|<dt>See also: | {{if defined call|{{{SEEALSO|}}}|echo|<dt>See also:<dd>{{{SEEALSO|}}}</dd>}} | ||
</dl> | </dl> | ||
Revision as of 13:51, 22 October 2011
Usage
{{Tool|= |AUTHOR= |VERSION= |COMPATIBILITY= |DOWNLOAD= |DESCRIPTION= |NOTES= |LICENSING= |SEEALSO= }}