Modèle:Plainlinks/doc

De Wiki Pathfinder Lacrypte
Version datée du 21 janvier 2026 à 20:38 par Errius (discussion | contributions) (Page créée avec « '''{{tl|Plainlinks}}''' supplies the required HTML formatting to properly render plain links to external pages. It is unnecessary in most article text. == Usage == <pre>{{plainlinks|[http://google.com link text]}}</pre> {{tl|Plainlinks}} simply wraps around the standard plain link markup, and applies HTML {{xt|span}} tags with the {{xt|plainlinks}} CSS class around it. {{xt|.plainlinks}} applies the following CSS code: <pre>plainlinks a{background:none !impor... »)
(diff) ← Version précédente | Version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

{{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}