Template:Left
Jump to navigation
Jump to search
This template uses block elements, e.g. See H:DIVSPAN for details. |
Usage
Left aligns text with a <div>
{{left|here is left-aligned text with a 5em offset|offset=5em}}
here is left-aligned text with a 5em offset
If any text is placed before or after the template, it will simply wrap to another line without any offset:
{{left|here is left-aligned text<br>with a 5em offset for both these lines,|offset=5em}} but not this one right here, {{left|and here is more left-aligned text|offset=5em}}
here is left-aligned text
with a 5em offset for both these lines,
but not this one right here, with a 5em offset for both these lines,
and here is more left-aligned text
Where the block of text to be formatted extends over a page-break {{left/s}} and {{left/e}} should be used. {{left/s}} accepts the offset parameter.
Body of first page:
{{left/s|offset=5em}}
here is left-aligned text
Footer:
{{left/e}}
Header (of second page):
{{left/s|offset=5em}}
Body of second page:
with a 5em offset
{{left/e}}