Template:Eq: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
({{eq}} should produce an '=' that is invisible to the parser inside templates with parameters)
 
(copied documentation that was at template:=)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=
=<noinclude>
 
This template simply displays an equal sign. Useful for template documentation.
 
;Usage
Replace the  equal sign ("=") with '''{{tl|&#61;}}''' or '''{{tl|eq}}'''.
 
;Example
 
:{{tl|tl|DisplayBox|title<nowiki>{{=}}</nowiki>Documentation|text<nowiki>{{=}}</nowiki>&nbsp;}}
displays
:{{tl|DisplayBox|title{{=}}Documentation|text{{=}}&nbsp;}}
 
[[Category:Special character templates]]</noinclude>

Latest revision as of 13:32, 20 May 2013

=

This template simply displays an equal sign. Useful for template documentation.

Usage

Replace the equal sign ("=") with {{=}} or {{eq}}.

Example
{{tl|DisplayBox|title{{=}}Documentation|text{{=}} }}

displays

{{DisplayBox|title=Documentation|text= }}