Template:AdvParamInfo: Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{| class="prettytable" style="float: right;" width="256"
{| class="prettytable" style="float: right; margin-left: 8px; " width="256"
| align="center" colspan="2" style="background-color:#DDD;" | <tt>{{{SYNTAX}}}</tt>
| align="center" colspan="2" style="background-color:#DDD;" | <tt>{{{SYNTAX}}}</tt>
|----
|----
| style="background-color:#f2f2f4; font-size:90%;" | '''Variants'''
| style="background-color:#f2f2f4; font-size:90%;" | '''Variants'''
| style="font-size:90%;" | <tt>{{{SYNTAX}}}<br />{{{VARIANTS}}}</tt>
| style="background-color:white; font-size:90%;" | <tt>{{{SYNTAX}}}<br />{{{VARIANTS}}}</tt>
|-
|-
| style="background-color:#f2f2f4; font-size:90%;" | '''Version'''
| style="background-color:#f2f2f4; font-size:90%;" | '''Version'''
| style="font-size:90%;" | [[advcheck.dll]] {{{PEVERSION}}}
| style="background-color:white; font-size:90%;" | [[advcheck.dll]] {{{PEVERSION}}}
|-
|-
| style="background-color:#f2f2f4; font-size:90%;" | '''Similar Parameters'''
| style="background-color:#f2f2f4; font-size:90%;" | '''Similar Parameters'''
| style="font-size:90%;" | {{{SIMILARFILEPARAMS}}}
| style="background-color:white; font-size:90%;" | {{{SIMILARFILEPARAMS}}}
|-
|-
| style="background-color:#f2f2f4; font-size:90%;" | '''Related Commands'''
| style="background-color:#f2f2f4; font-size:90%;" | '''Related Commands'''
| style="font-size:90%;" | {{{SIMILARCOMMANDS}}}
| style="background-color:white; font-size:90%;" | {{{SIMILARCOMMANDS}}}
|-
|-
|}{{DISPLAYTITLE:{{{DISPLAYSYNTAX}}}}}{{AdvFileParam|{{{SYNTAX}}}}}<noinclude>
|}{{DISPLAYTITLE:{{{DISPLAYSYNTAX}}}}}{{AdvFileParam|{{{SYNTAX}}}}}<noinclude>

Revision as of 18:16, 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 =
}}