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

From Protoi Healing

Jump to: navigation, search
Line 2: Line 2:
  
  
{{Box|700|none|#215a97|#bcd5f0}}{{Center}}'''NameOfUserMacro''' <param 1> ... <param x> {option 1} ... {option x} ((free param)) {{EndCenter}}{{EndBox}}
+
{{Box|700|none|#215a97|#bcd5f0}}{{Center}}'''NameOfUserMacro''' <param 1> ... <param x> {option 1} ... {option x} ((free param)) {{EndCenter}}{{EndBox}}
  
  

Revision as of 18:55, 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))