Template:AdvParamInfo: Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
No edit summary
m (made info box header font bold)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="prettytable" style="float: right; margin-left: 8px; " 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="background-color:white; 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%;" | '''[[Advanced file parameters|Previously]]'''
| style="background-color:white; font-size:90%;" | <tt>{{{PREVIOUS}}}</tt>
|-
| style="background-color:#f2f2f4; font-size:90%;" | '''Group'''
| style="background-color:white; font-size:90%;" | [[:Category:Advanced file parameters for {{{GROUP}}}|{{{GROUP}}}]]
|-
|-
| style="background-color:#f2f2f4; font-size:90%;" | '''Version'''
| style="background-color:#f2f2f4; font-size:90%;" | '''Version'''
| style="background-color:white; 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'''
|}{{AdvFileParam|{{{SYNTAX}}}}}{{DISPLAYTITLE:{{{TITLESYNTAX}}}}}<includeonly>
| style="background-color:white; font-size:90%;" | {{{SIMILARFILEPARAMS}}}
[[Category:Advanced file parameters for {{{GROUP}}}]]
|-
</includeonly><noinclude>
| style="background-color:#f2f2f4; font-size:90%;" | '''Related Commands'''
| style="background-color:white; font-size:90%;" | {{{SIMILARCOMMANDS}}}
|-
|}{{DISPLAYTITLE:{{{DISPLAYSYNTAX}}}}}{{AdvFileParam|{{{SYNTAX}}}}}<noinclude>


==Usage==
==Usage==
Line 24: Line 26:
|SYNTAX =  
|SYNTAX =  
|DISPLAYSYNTAX =  
|DISPLAYSYNTAX =  
|PREVIOUS =
|VARIANTS =  
|VARIANTS =  
|PENAME =  
|PENAME =  
|PEVERSION =  
|PEVERSION =  
|SIMILARCOMMANDS =
|GROUP =
|SIMILARFILEPARAMS =
}}
}}
</nowiki></pre>
</nowiki></pre>
Line 38: Line 40:
|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
|PEVERSION = 1.5.4.5
|PEVERSION = 1.5.4.5
|SIMILARCOMMANDS =
|GROUP = Basic Attributes
|SIMILARFILEPARAMS =
}}
}}
</nowiki></pre>
</nowiki></pre>

Latest revision as of 13:31, 23 February 2008

{{{SYNTAX}}}
Variants {{{SYNTAX}}}
{{{VARIANTS}}}
Previously {{{PREVIOUS}}}
Group [[:Category:Advanced file parameters for {{{GROUP}}}|{{{GROUP}}}]]
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 = 
|GROUP =
}}

Example

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