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

From Protoi Healing

Jump to: navigation, search
Line 7: Line 7:
 
{| class="wikitable" borders="1"
 
{| class="wikitable" borders="1"
 
|'''NameOfUserMacro'''
 
|'''NameOfUserMacro'''
|
+
|This is the name of the user macro. Look at [[SkibUserMacros:Naming_User_Macros|Naming User Macros]] how to create the name for the user macro.
 
|-
 
|-
 
|'''<param 1>'''...'''<param x>'''
 
|'''<param 1>'''...'''<param x>'''
Line 13: Line 13:
 
|-
 
|-
 
|'''{option 1}'''...'''{option x}'''
 
|'''{option 1}'''...'''{option x}'''
 +
|
 
|}
 
|}

Revision as of 18:49, 2 February 2017

The general syntax of Skib User Macros:


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


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>
{option 1}...{option x}