Difference between revisions of "Template:Variable"

From WikEmacs
Jump to navigation Jump to search
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><tt>{{{1}}}</tt></includeonly><noinclude>
+
<includeonly><span title="Try `C-h v {{{1}}}' for more information." style="border-bottom:1px dotted"><tt>{{{1}}}</tt></span></includeonly><noinclude>
  
 
== Usage ==
 
== Usage ==
Line 7: Line 7:
 
<pre>{{Variable|auto-mode-alist}}</pre> will be rendered as {{Variable|auto-mode-alist}}.
 
<pre>{{Variable|auto-mode-alist}}</pre> will be rendered as {{Variable|auto-mode-alist}}.
  
[[Category:Emacs Wiki Templates]]
+
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 01:16, 4 April 2012


Usage

Refer to a variable.

{{Variable|auto-mode-alist}}

will be rendered as auto-mode-alist.