Template:Splitspan: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
m (1 revision)
 
(→‎See also: re-categorisation per project need, replaced: Wikipedia → Sarkarverse)
 
Line 45: Line 45:


[[Category:typing-aid templates|{{PAGENAME}}]]
[[Category:typing-aid templates|{{PAGENAME}}]]
[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]]
[[Category:Sarkarverse formatting and function templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Latest revision as of 09:17, 18 December 2013

Documentation icon Template documentation

Usage

Wraps the given arguments within span elements that are aligned and floated to the left and right. The optional parameters, lw and rw, set the widths of the left and right spans, respectively.

Example

{| class="wikitable" width="50%"
|-
| {{splitspan|left|right}}
|}
rightleft
{| class="wikitable" width="50%"
|-
| {{splitspan|left|}}
|}
left
{| class="wikitable" width="50%"
|-
| {{splitspan||right}}
|}
right

See also