Template:=/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
clarify usage of HTML entity
(Use {{Escape template list}})
(clarify usage of HTML entity)
Line 5:
 
== Usage ==
This template allows "=" to be used in unnamed template parameters. It inserts the one-character [[equals-sign]] ("=") into the text. However, in [[wp:CS1]] cite titlesAlternatively, the [[UnicodeHTML]] formentity "=" couldcan be used insteadif there is no need for it to be interpreted as wikimarkup, wheresuch aas when the literal "="equals-sign is notto wantedbe duringdisplayed formattingto of athe titleuser.
 
== Examples ==
Line 12:
You can also use named parameters to bypass the restriction:
* <code><nowiki>{{Font color|black|yellow|3= 2 + 2 = 4}}</nowiki></code> produces: {{Font color|black|yellow|3= 2 + 2 = 4}}
 
Unlike &amp;#61;, the template only delays the interpretation of the symbol as code:
<syntaxhighlight lang="html">
{{concat|<div class{{=}}"hatnote">This should be italicised.</div>}}
{{concat|<div class&#61;"hatnote">This will not be italicised.</div>}}
</syntaxhighlight>
produces:
{{concat|<div class{{=}}"hatnote">This should be italicised.</div>}}
{{concat|<div class&#61;"hatnote">This will not be italicised.</div>}}
 
== TemplateData ==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu