Template:&/doc: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
(+TR)
imported>FrozenPlum
m (I think I inadvertently knocked off needed categories)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{doc/start}}
<!-- Documentation here -->

Any [[wikipedia:List of XML and HTML character entity references|HTML character entity]] name or number recognized by the wiki can be passed as an argument, and its HTML character entity reference (<code>&''name'';</code> or <code>&#''number'';</code>) will be returned. Without this template, <code>&amp;amp;''name'';</code> or <code>&amp;amp;#''number'';</code> would need to be used.
Any [[wikipedia:List of XML and HTML character entity references|HTML character entity]] name or number recognized by the wiki can be passed as an argument, and its HTML character entity reference (<code>&''name'';</code> or <code>&#''number'';</code>) will be returned. Without this template, <code>&amp;amp;''name'';</code> or <code>&amp;amp;#''number'';</code> would need to be used.


Line 7: Line 9:


==Examples==
==Examples==
{| class="wikitable"
{|
! scope="col" | code
! code !! width=60px|gives
! scope="col" colspan="2" | gives
|-
|-
|{{code|<nowiki>{{&|nbsp}}</nowiki>}} || {{&|nbsp}}
! scope="row" | {{tlx|&|nbsp}}
| colspan="2" | {{&|nbsp}}
|-
|-
|{{code|<nowiki>{{&|bull}}</nowiki>}} || {{&|bull}}
! scope="row" | {{tlx|&|bull}}
| colspan="2" | {{&|bull}}
|-
|-
|{{code|<nowiki>{{&|lt}}</nowiki>}} || {{&|lt}}
! scope="row" | {{tlx|&|lt}}
| colspan="2" | {{&|lt}}
|-
|-
|{{code|<nowiki>{{&|#32}}</nowiki>}} || {{&|#32}}
! scope="row" | {{tlx|&|#32}}
| colspan="2" | {{&|#32}}
|-
|-
! scope="row" | {{tlx|&|<}}
|<code><nowiki>{{&|<}}</nowiki></code> || {{&|<}}
| colspan="2" | {{&|<}}
|-
|-
! scope="row" | {{tlx|&|{{=}}}}
|{{code|<nowiki>{{&|=}}</nowiki>}} || {{&|=}} || <- the '=' is treated as a parameter value
| width="60px" | {{&|=}}
| <- the '=' is treated as a parameter value
|-
|-
! scope="row" | {{tlx|&|{{!}}}}
|{{code|<nowiki>{{&||}}</nowiki>}} || {{&||}} || <- the '&#124;' is treated as a parameter value
| width="60px" | {{&||}}
| <- the '&#124;' is treated as a parameter value
|}
|}

<noinclude>
<includeonly>
[[tr:Şablon:&/belge]]
<!-- Template categories/interwikis here -->
</noinclude>
[[Category:Templates]]
{{doc/end}}
[[Category:Formatting templates]]
</includeonly>

Latest revision as of 22:37, 29 March 2022

This is the documentation page, it should be transcluded into the main template page. See Template:Documentation for more information

Any HTML character entity name or number recognized by the wiki can be passed as an argument, and its HTML character entity reference (&name; or &#number;) will be returned. Without this template, &amp;name; or &amp;#number; would need to be used.

A keyboard character can be sent instead of the entity name, however not all characters have been coded.

This template will be used most predominately in the DPL Manual.

Examples

code gives
{{&|nbsp}} &nbsp;
{{&|bull}} &bull;
{{&|lt}} &lt;
{{&|#32}} &
  1. 32;
{{&|<}} &lt;
{{&|=}} &#61; <- the '=' is treated as a parameter value
{{&||}} &#124; <- the '|' is treated as a parameter value