Template:Var/doc: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    9 November 2022

    • curprev 13:4113:41, 9 November 2022Jacmob 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><..."