Template:Escape template list: Difference between revisions

Restore the text that explains the purpose of such templates.
ArrowHead294 (talk | contribs)
mNo edit summary
Line 1: Line 1:
These characters have special meanings in the Wiki Markup.  
These characters and character sequences have special meanings in Wiki markup. Sometimes, they need to be escaped, and these templates are used to do so.


{| class="wikitable" style="text-align: center;"
{| class="wikitable" style="text-align: center;"
Line 8: Line 8:
! scope="col" style="width: 7.0em;" | {{nowrap|Template call}}<br>{{normal|('''m''' for magic word)}} !! scope="col" style="width: 5.75em;" | {{nowrap|Output}}&nbsp;{{normal|(delayed interpretation as wikimarkup)}} !! scope="col" style="width: 9.0em;" | {{nowrap|HTML alternative}} {{normal|(never interpreted as wikimarkup)}}
! scope="col" style="width: 7.0em;" | {{nowrap|Template call}}<br>{{normal|('''m''' for magic word)}} !! scope="col" style="width: 5.75em;" | {{nowrap|Output}}&nbsp;{{normal|(delayed interpretation as wikimarkup)}} !! scope="col" style="width: 9.0em;" | {{nowrap|HTML alternative}} {{normal|(never interpreted as wikimarkup)}}
|-
|-
| <code><nowiki>{{!}}</nowiki></code> '''(m)''' || {{pipe}} || &amp;#124; or {{tl|pipe}}
| <code>{{((}}&#33;{{))}}</code> '''(m)''' || {{pipe}} || &amp;#124; or {{tl|pipe}}
|-
|-
| <code><nowiki>{{=}}</nowiki></code> '''(m)''' || <nowiki>=</nowiki> || &amp;#61;
| <code>{{((}}&#61;{{))}}</code> '''(m)''' || <nowiki>=</nowiki> || &amp;#61;
|-
|-
| {{tlx|!!}} || {{pipe}}{{pipe}} || &amp;#124;&amp;#124;
| {{tlx|!!}} || {{pipe}}{{pipe}} || &amp;#124;&amp;#124;