Examples/Module: dplvar (example 1): Difference between revisions

m
Couple of wording changes
imported>FrozenPlum
(Add example)
imported>FrozenPlum
m (Couple of wording changes)
 
Line 5:
-->
==Part 1==
This sets a variable, names it "varName", and then assigns the value "My Value" to it.<br>
'''Note:''' The result will be'''is empty,''' because setting thea variable simply assigns a value, it doesn't also ''display'' that variable.
<pre>
{{#dplvar:set|varName|My Value}}
</pre>
 
'''Note:''' The result will be empty, because setting the variable doesn't also ''display'' that variable.
 
==Part 1 Result==
Anonymous user