Template:Escape template list: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
Certain characters and character sequences have special meanings in Wiki markup. Sometimes, they need to be escaped, and these templates are used to do so.<noinclude> | Certain characters and character sequences have special meanings in Wiki markup. Sometimes, they need to be escaped, and these templates are used to do so.<noinclude> | ||
Escaping these characters using templates simply delays their interpretation as Wiki markup, but if you type them using HTML entities or wrap them in <code> | Escaping these characters using templates simply delays their interpretation as Wiki markup, but if you type them using HTML entities or wrap them in <code><nowiki></code> tags, they will never be interpreted as markup. | ||
{{Shortcut|esctl}}</noinclude> | {{Shortcut|esctl}}</noinclude> | ||
Line 12: | Line 12: | ||
! {{nowrap|Template call}}<includeonly>{{ast}}</includeonly> !! {{nowrap|Output}}<includeonly>{{ast|2}}</includeonly> !! {{nowrap|HTML alternative}}<includeonly>{{ast|3}}</includeonly> | ! {{nowrap|Template call}}<includeonly>{{ast}}</includeonly> !! {{nowrap|Output}}<includeonly>{{ast|2}}</includeonly> !! {{nowrap|HTML alternative}}<includeonly>{{ast|3}}</includeonly> | ||
|- | |- | ||
| <code><nowiki>{{ | | <code><nowiki>{{</nowiki>!}}</code> '''(m)''' || | || <code>&#124;</code> or {{tl|pipe}} | ||
|- | |- | ||
| <code><nowiki>{{ | | <code><nowiki>{{</nowiki>=}}</code> '''(m)''' || = || <code>&#61;</code> | ||
|- | |- | ||
| {{tlx|!!}} || || || <code>&#124;&#124;</code> | | {{tlx|!!}} || || || <code>&#124;&#124;</code> |