Template:=: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.)
No edit summary
 
Line 1: Line 1:
;Description
Insert an equal sign. Used to allow escaped equal sign in templates. Used often to pass CSS attribute '=' sign. See also {{t|•}}/{{t|dotspace}}, {{t|·}}/{{t|smalldotspace}}, {{t|!}}, {{t|!!}}, {{t|gt}}, {{t|lt}} and {{t|text}}.
:Insert an equal sign. Used mostly to pass CSS settings (like <code>class<nowiki>{{=}}</nowiki>"CSS_CLASS"</code> or <code>style<nowiki>{{=}}</nowiki>"CSS_STYLE"</code>) through a template.


;Usage
;Usage
:<code>&#123;&#123;{{=}}&#125;&#125;</code>
:<code><nowiki>{{=}}</nowiki></code>
 
Shorthand for: <code>&#61;</code>
 
;See also
* {{t|•}}/{{t|dotspace}}
* {{t|·}}/{{t|smalldotspace}}
* {{t|!}}
* {{t|!!}}
* {{t|gt}}
* {{t|lt}}
* {{t|text}}
 


[[Category:General wiki templates| {{PAGENAME}}]]
----
----
;Template
;Template
<onlyinclude>=</onlyinclude>
<onlyinclude>=</onlyinclude>
[[Category:General wiki templates| {{PAGENAME}}]]
[[ru:Шаблон:=]]

Latest revision as of 00:21, 16 December 2020

Insert an equal sign. Used to allow escaped equal sign in templates. Used often to pass CSS attribute '=' sign. See also {{}}/{{dotspace}}, {{·}}/{{smalldotspace}}, {{!}}, {{!!}}, {{gt}}, {{lt}} and {{text}}.

Usage
{{=}}

Template

=