Difference between revisions of "Template:AdvParamInfo"

From SpybotWiki
Jump to: navigation, search
m (made info box header font bold)
 
(13 intermediate revisions by the same user not shown)
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>{{{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%;" | '''[[Advanced file parameters|Previously]]'''
| style="font-size:90%;" | [[advcheck.dll]] {{{PEVERSION}}}
+
| style="background-color:white; font-size:90%;" | <tt>{{{PREVIOUS}}}</tt>
 
|-
 
|-
| style="background-color:#f2f2f4; font-size:90%;" | '''Similar'''
+
| style="background-color:#f2f2f4; font-size:90%;" | '''Group'''
| style="font-size:90%;" | {{{SIMILARFILEPARAMS}}}
+
| style="background-color:white; font-size:90%;" | [[:Category:Advanced file parameters for {{{GROUP}}}|{{{GROUP}}}]]
 
|-
 
|-
| style="background-color:#f2f2f4; font-size:90%;" | '''Commands'''
+
| style="background-color:#f2f2f4; font-size:90%;" | '''Version'''
| style="font-size:90%;" | {{{SIMILARCOMMANDS}}}
+
| style="background-color:white; font-size:90%;" | [[advcheck.dll]] {{{PEVERSION}}}
 
|-
 
|-
|}{{DISPLAYTITLE:{{{DISPLAYSYNTAX}}}}}{{AdvFileParam|{{{SYNTAX}}}}}<noinclude>
+
|}{{AdvFileParam|{{{SYNTAX}}}}}{{DISPLAYTITLE:{{{TITLESYNTAX}}}}}<includeonly>
 +
[[Category:Advanced file parameters for {{{GROUP}}}]]
 +
</includeonly><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
}}