Difference between revisions of "Template:Variable"
Jump to navigation
Jump to search
(add tooltip with C-h v command.) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly><span title="Try `C-h v {{{1}}}' for more information. | + | <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: | + | [[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.