Difference between revisions of "Template:AdvParamInfo"

From SpybotWiki
Jump to: navigation, search
m
Line 9: Line 9:
 
|-
 
|-
 
| style="background-color:#f2f2f4; font-size:90%;" | '''Similar Parameters'''
 
| style="background-color:#f2f2f4; font-size:90%;" | '''Similar Parameters'''
| style="font-size:90%;" |  
+
| style="font-size:90%;" | {{{SIMILARFILEPARAMS}}}
{{{SIMILARFILEPARAMS}}}
 
 
|-
 
|-
 
| style="background-color:#f2f2f4; font-size:90%;" | '''Related Commands'''
 
| style="background-color:#f2f2f4; font-size:90%;" | '''Related Commands'''
| style="font-size:90%;" |  
+
| style="font-size:90%;" | {{{SIMILARCOMMANDS}}}
{{{SIMILARCOMMANDS}}}
 
 
|-
 
|-
 
|}{{DISPLAYTITLE:{{{DISPLAYSYNTAX}}}}}{{AdvFileParam|{{{SYNTAX}}}}}<noinclude>
 
|}{{DISPLAYTITLE:{{{DISPLAYSYNTAX}}}}}{{AdvFileParam|{{{SYNTAX}}}}}<noinclude>

Revision as of 18:15, 21 February 2008

{{{SYNTAX}}}
Variants {{{SYNTAX}}}
{{{VARIANTS}}}
Version advcheck.dll {{{PEVERSION}}}
Similar Parameters {{{SIMILARFILEPARAMS}}}
Related Commands {{{SIMILARCOMMANDS}}}


Usage

To use this template, add the following to the begin of your topic:

{{AdvParamInfo
|SYNTAX = 
|DISPLAYSYNTAX = 
|VARIANTS = 
|PENAME = 
|PEVERSION = 
|SIMILARCOMMANDS = 
|SIMILARFILEPARAMS =
}}

Example

{{AdvParamInfo
|SYNTAX = exists[file]
|DISPLAYSYNTAX = exists(file)
|VARIANTS = exists[file]!
|PENAME = advcheck.dll
|PEVERSION = 1.5.4.5
|SIMILARCOMMANDS = 
|SIMILARFILEPARAMS =
}}