Difference between revisions of "Template:AdvParamInfo"

From SpybotWiki
Jump to: navigation, search
m (made info box header font bold)
 
(3 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:#f2f2f4; font-size:90%;" | '''Group'''

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
}}