256
edits
| Line 134: | Line 134: | ||
=== Accessing Variables ===  | === Accessing Variables ===  | ||
Accessing the variables assigned in the template is done by ''$Group_variable''. The variable ''world'' of the group ''Hello'' will be accessed like this  | Accessing the variables assigned in the template is done through SigMath by ''$Group_variable''. The variable ''world'' of the group ''Hello'' will be accessed like this.  | ||
  <nowiki>{{ $Hello_world</nowiki>  |   <nowiki>{{ $Hello_world }}</nowiki>  | ||
== Example ==  | == Example ==  | ||
edits