A Wiki in the Desert
Log in

Difference between revisions of "Template:Plainlinks/doc"

From A Wiki in the Desert
(Created page with "'''{{tl|Plainlinks}}''' supplies the required HTML formatting to properly render plain links to external pages. It is unnecessary in most article text. == Usage == <pre>{{pla...")
 
(No difference)

Latest revision as of 18:58, 11 May 2021

{{Plainlinks}} supplies the required HTML formatting to properly render plain links to external pages. It is unnecessary in most article text.

Usage

{{plainlinks|[http://google.com link text]}}

{{Plainlinks}} simply wraps around the standard plain link markup, and applies HTML span tags with the plainlinks CSS class around it.

.plainlinks applies the following CSS code:

plainlinks a{background:none !important;padding:0 !important}