Template:Escape template list: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) m <nowiki />* works fine |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| class="wikitable" style="text-align: center;" | {| class="wikitable" style="text-align: center; <noinclude>margin: auto auto auto auto;</noinclude>" | ||
<includeonly> | <includeonly> | ||
|+ style="font-size: 105%;" | Template calls for escaping characters | |+ style="font-size: 105%;" | Template calls for escaping characters | ||
| Line 6: | Line 6: | ||
! Template call<includeonly>*</includeonly> !! Output<includeonly>**</includeonly> !! HTML alternative<includeonly>***</includeonly> | ! Template call<includeonly>*</includeonly> !! Output<includeonly>**</includeonly> !! HTML alternative<includeonly>***</includeonly> | ||
|- | |- | ||
| {{tlx|!|plaincode}} '''(m)''' || | | {{tlx|!|plaincode}} '''(m)''' || <nowiki>|</nowiki> || {{plaincode|&#124;}} or {{tlx|pipe|plaincode}} | ||
|- | |- | ||
| {{tlx|{{=}}|plaincode}} || | | {{tlx|{{=}}|plaincode}} '''(m)''' || <nowiki>=</nowiki> || {{plaincode|&#61;}} | ||
|- | |- | ||
| {{tlx|!!|plaincode}} || | | {{tlx|!!|plaincode}} || <nowiki>||</nowiki> || {{plaincode|&#124;&#124;}} | ||
|- | |- | ||
| {{tlx|!(|plaincode}} || <nowiki>[</nowiki> || {{plaincode|&#91;}} or {{tlx|lbrack|plaincode}} | | {{tlx|!(|plaincode}} || <nowiki>[</nowiki> || {{plaincode|&#91;}} or {{tlx|lbrack|plaincode}} | ||
| Line 42: | Line 42: | ||
| {{tlx|'|plaincode}} || ' || {{plaincode|&#39;}} | | {{tlx|'|plaincode}} || ' || {{plaincode|&#39;}} | ||
|- | |- | ||
| {{tlx|colon|plaincode}} || <nowiki>:</nowiki> || {{plaincode|&#58;}} | |||
| {{tlx|colon|plaincode}} || <nowiki /> | |||
|- | |- | ||
| {{tlx|^(|plaincode}} || < || {{plaincode|&#60;}} or {{plaincode|&lt;}} | | {{tlx|^(|plaincode}} || < || {{plaincode|&#60;}} or {{plaincode|&lt;}} | ||
|- | |- | ||
| {{tlx|)^|plaincode}} || > || {{plaincode|&#62;}} or {{plaincode|&gt;}} | | {{tlx|)^|plaincode}} || > || {{plaincode|&#62;}} or {{plaincode|&gt;}} | ||
<includeonly> | <includeonly> | ||
{{Navbar table|cols=3|Template:Escape template list}} | {{Navbar table|cols=3|Template:Escape template list}} | ||
| Line 58: | Line 52: | ||
|} | |} | ||
<includeonly> | <includeonly> | ||
<nowiki />* '''m''' for [[mw:Help:Magic words|magic word]] | <nowiki/>* '''m''' for [[mw:Help:Magic words|magic word]] | ||
<nowiki />** Delayed interpretation as Wiki markup | <nowiki/>** Delayed interpretation as Wiki markup | ||
<nowiki />*** Never interpreted as Wiki markup | <nowiki/>*** Never interpreted as Wiki markup | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||