...
No Format |
---|
GotoIf(condition?[labeliftrue:[labeliffalse]]) |
Arguments
{\{Wiki Markup condition
}}destination
labeliftrue
- Continue at labeliftrue if the condition is true. Takes the form similar to Goto() of [[context,]extension,]priority.labeliffalse
- Continue at labeliffalse if the condition is false. Takes the form similar to Goto() of [[context,]extension,]priority.
...