Difference between revisions of "Template:Splitspan"
Jump to navigation
Jump to search
wp>Sardanaphalus (category) |
m (1 revision imported) |
(No difference)
| |
Latest revision as of 15:12, 5 April 2023
50px 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.
Examples
{| class="wikitable" width="50%"
|-
| {{splitspan|left|right}}
|}
| rightleft |
{| class="wikitable" width="50%"
|-
| {{splitspan|left|}}
|}
| left |
{| class="wikitable" width="50%"
|-
| {{splitspan||right}}
|}
| right |