Template:&/doc

From Portals of Phereon Wiki
Revision as of 19:56, 19 July 2019 by gamepedia>Ferretwings (Created page with "{{doc/start}} Any HTML character entity name or number recognized by the wiki can be passed as an argument, and...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a documentation subpage for Template:&.
It contains usage information, categories and other content that is not part of the original template page.

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, &name; or &#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}}  
{{&|bull}} •
{{&|lt}} <
{{&|#32}}  
{{&|<}} &lt;
{{&|=}} &#61; <- the '=' is treated as a parameter value
{{&||}} &#124; <- the '|' is treated as a parameter value