Template:&

From Journey ShoutWiki
Jump to navigation Jump to search

{{#forargs:|p|v|}}-->

DocIMG-info-Journey.png 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, &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[edit source]

code gives
{{&|nbsp}} &nbsp;<---->
{{&|bull}} &bull;<---->
{{&|lt}} &lt;<---->
{{&|#32}} &#32;<---->
{{&|<}} &lt;<---->
{{&|=}} p|v|}}--> <- the '=' is treated as a parameter value
{{&||}} &#124; <- the '|' is treated as a parameter value
The above documentation is transcluded from Template:&/doc.[edit | history | purge]


This template has been adapted from Gamepedia.