Template:Lspan/doc

From FORwiki

(Difference between revisions)
Jump to: navigation, search
(Created page with '== Usage == Wraps the given text in a <code>span</code> element that is aligned and floated to the left. The optional parameter, ''lw'', sets the width of the span. == See also ...')
Line 1: Line 1:
== Usage ==
== Usage ==
Wraps the given text in a <code>span</code> element that is aligned and floated to the left. The optional parameter, ''lw'', sets the width of the span.
Wraps the given text in a <code>span</code> element that is aligned and floated to the left. The optional parameter, ''lw'', sets the width of the span.
 +
 +
== Example ==
 +
 +
<nowiki>{{Lspan|Some text}}</nowiki>
 +
 +
produces
 +
 +
{{Lspan|Some text}}
== See also ==
== See also ==
*{{tl|rspan}}
*{{tl|rspan}}
*{{tl|splitspan}}
*{{tl|splitspan}}

Revision as of 19:26, 24 December 2009

Usage

Wraps the given text in a span element that is aligned and floated to the left. The optional parameter, lw, sets the width of the span.

Example

{{Lspan|Some text}}

produces

Some text

See also

Personal tools