Difference between revisions of "SkibUserMacros:Command syntax of User Macros"

From Protoi Healing

Jump to: navigation, search
Line 2: Line 2:
  
  
{{Box|500|none|#215a97|#bcd5f0}}'''NameOfUserMacro''' <param 1> ... <param x> {option 1} ... {option x}{{EndBox}}
+
{{Box|500|none|#215a97|#bcd5f0}}{{Center}}'''NameOfUserMacro''' <param 1> ... <param x> {option 1} ... {option x} # free param # {{EndCenter}}{{EndBox}}
  
  
Line 10: Line 10:
 
|-
 
|-
 
|'''<param 1>'''...'''<param x>'''
 
|'''<param 1>'''...'''<param x>'''
|
+
|These are "must be" parameters for the
 
|-
 
|-
 
|'''{option 1}'''...'''{option x}'''
 
|'''{option 1}'''...'''{option x}'''
 +
|
 +
|-
 +
|'''# free param #'''
 
|
 
|
 
|}
 
|}

Revision as of 18:54, 2 February 2017

The general syntax of Skib User Macros:


NameOfUserMacro <param 1> ... <param x> {option 1} ... {option x} # free param #


NameOfUserMacro This is the name of the user macro. Look at Naming User Macros how to create the name for the user macro.
<param 1>...<param x> These are "must be" parameters for the
{option 1}...{option x}
# free param #