Changes

Jump to navigation Jump to search
Line 33: Line 33:  
===Supporting Templates===
 
===Supporting Templates===
 
These templates give functionality to the templates shown above.
 
These templates give functionality to the templates shown above.
*[[Template:If]] provides a basic if function to code. If the set variable is positive (i.e. has a value assigned) then it will display a determined  variable, and likewise if the set variable is negative (i.e. no value assigned) then another determined variable is displayed. *[[Template:Param1]] provides the variable for [[template:if]] to function.
+
*[[Template:If]] provides a basic if function to code. If the set variable is positive (i.e. has a value assigned) then it will display a determined  variable, and likewise if the set variable is negative (i.e. no value assigned) then another determined variable is displayed.  
 +
*[[Template:Param1]] provides the variable for [[template:if]] to function.
 
*[[Template:Ifeq]] gives the if function but allows the if to be an exact value.
 
*[[Template:Ifeq]] gives the if function but allows the if to be an exact value.
 
*[[Template:Call]] supports this template.
 
*[[Template:Call]] supports this template.
 
*[[Template:!]] allows the '|' to be used in templates without breaking template syntax e.g. putting a table into a template
 
*[[Template:!]] allows the '|' to be used in templates without breaking template syntax e.g. putting a table into a template

Navigation menu