Template:Var/doc: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 12:0612:06, 17 October 2024Alex talk contribs 3,080 bytes +3,080 Created page with "{{documentation}} The '''Var''' template is used to store data in the cache for later use. ==Usage== <pre>{{Var|name|data}}</pre> ===Name=== The name of the variable. Case sensitive. ===Data=== The data to be stored in the variable. The literal value is stored and is not evaluated (unless you also store the appropriate functions) - if you store 6*7, when you recall it you will get the result <code>6*7</code>, not 42; if you store <code><nowiki>{{#expr:6*7}}</nowiki><..."