Template:Lspan
From FORwiki
(Difference between revisions)
Line 1: | Line 1: | ||
- | <span style="float:left;text-align:left;width:{{{lw|*}}};">{{{1|}}}</span | + | <span style="float:left;text-align:left;width:{{{lw|*}}};">{{{1|}}}</span> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<noinclude> | <noinclude> | ||
+ | {{Documentation}} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
+ | [[Category:Visual Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 19:24, 24 December 2009
[edit] [ ]
Template documentation

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