Template:&: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
(No need to use {{#forargs:…}})
imported>FrozenPlum
m (Fix fandom inconsistent doc format and wanted page before making public again)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<onlyinclude>{{#if:{{{1}}}<!--
<onlyinclude><includeonly>{{#if:{{{1}}}<!--
-->|{{#if:{{{1|}}}<!--
-->|{{#if:{{{1|}}}<!--
-->|&amp;{{#switch:{{{1}}}<!--
-->|&amp;{{#switch:{{{1}}}<!--
Line 20: Line 20:
-->}}<!--
-->}}<!--
-->|{{#if:{{{2}}}||&amp;#124;}}<!--check if the pipe symbol has been sent
-->|{{#if:{{{2}}}||&amp;#124;}}<!--check if the pipe symbol has been sent
-->}}</onlyinclude>
-->}}</includeonly></onlyinclude>
{{doc}}
{{Documentation}}
[[Category:Formatting templates]]
[[tr:Şablon:&]]
<!--maybe a template for character constructs like O&#771; for other languages see https://www.w3schools.com/html/html_entities.asp-->
<!--maybe a template for character constructs like O&#771; for other languages see https://www.w3schools.com/html/html_entities.asp-->

Latest revision as of 05:39, 29 March 2022

[view | edit | purge]Template Documentation

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
[view | edit | purge]The above documentation is transcluded from Template:&/doc.