Difference between revisions of "Template:AdvParamInfo"

From SpybotWiki
Jump to: navigation, search
m
Line 18: Line 18:
 
|SYNTAX =  
 
|SYNTAX =  
 
|DISPLAYSYNTAX =  
 
|DISPLAYSYNTAX =  
 +
|PREVIOUS =
 
|VARIANTS =  
 
|VARIANTS =  
 
|PENAME =  
 
|PENAME =  
Line 30: Line 31:
 
|SYNTAX = exists[file]
 
|SYNTAX = exists[file]
 
|DISPLAYSYNTAX = exists(file)
 
|DISPLAYSYNTAX = exists(file)
 +
|PREVIOUS = fileexists
 
|VARIANTS = exists[file]!
 
|VARIANTS = exists[file]!
 
|PENAME = advcheck.dll
 
|PENAME = advcheck.dll

Revision as of 18:58, 21 February 2008

{{{SYNTAX}}}
Variants {{{SYNTAX}}}
{{{VARIANTS}}}
Version advcheck.dll {{{PEVERSION}}}


Usage

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

{{AdvParamInfo
|SYNTAX = 
|DISPLAYSYNTAX = 
|PREVIOUS = 
|VARIANTS = 
|PENAME = 
|PEVERSION = 
}}

Example

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