Template:Underline/doc: Difference between revisions
Template page
More actions
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
The template {{tl|underline}} formats a span of text using {{tag|span|params=style="text-decoration:underline;"}}. This adds underlining without the semantics of {{tag|u}}. | |||
== Usage == | |||
: {{tlc|underline|{{var|text}}}} | |||
== Example == | |||
{|class=wikitable style="width:100%;" | {|class=wikitable style="width:100%;" | ||
Revision as of 18:01, 13 July 2020
The template Template:Tl formats a span of text using <span style="text-decoration:underline;">…</span>. This adds underlining without the semantics of <u>…</u>.
Usage
Example
| Markup | Renders as |
|---|---|
{{underline|Lorem ipsum dolor sit amet, consectetur}}
|
Lorem ipsum dolor sit amet, consectetur |