Diferencia entre revisiones de «Plantilla:PlainLinks/doc Ver historial

m (Created Redirect)
 
(Página creada con «{{doc subpage}} <!-- ADD DOCUMENTATION BELOW THIS LINE --> This template uses the <code><nowiki><span class="plainlinks"></span></nowiki></code> CSS to prevent the external...»)
 
Línea 1: Línea 1:
#REDIRECT [[Junction_Style_Guide]]
{{doc subpage}}
<!-- ADD DOCUMENTATION BELOW THIS LINE -->
This template uses the <code><nowiki><span class="plainlinks"></span></nowiki></code> CSS to prevent the external link arrow from appearing on the page. It should only be used when it is visually important to remove the link arrow for aesthetics purposes.
 
 
==Usage==
Place the URL and text descriptor as the only parameter.
 
{{Pre2|<nowiki>
{{PlainLinks|http://www.testpage.com Test Page}}
</nowiki>}}
 
Produces:
:{{PlainLinks|http://www.testpage.com Test Page}}
 
== Special characters ==
Some characters will need to be [[Wikipedia:List_of_XML_and_HTML_character_entity_references|escaped]] to pass through properly. Some characters include:
 
{|class ="wikitable"
! Character
! Code
|-
| &#61;
| &amp;#61;
|}
 
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Text formatting templates]]
<!-- ADD INTERWIKIS BELOW THIS LINE -->
 
</includeonly>

Revisión actual - 19:46 15 ago 2017

This is a documentation subpage for Plantilla:PlainLinks.
It contains usage information, categories and other content that is not part of the original plantilla page.

This template uses the <span class="plainlinks"></span> CSS to prevent the external link arrow from appearing on the page. It should only be used when it is visually important to remove the link arrow for aesthetics purposes.


Usage

Place the URL and text descriptor as the only parameter.

{{PlainLinks|http://www.testpage.com Test Page}}

Produces:

Test Page

Special characters

Some characters will need to be escaped to pass through properly. Some characters include:

Character Code
= &#61;