Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Left/doc: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
m (→‎Usage: remove deprecated components)
Line 6: Line 6:
Left aligns text with a <code>&lt;div></code>
Left aligns text with a <code>&lt;div></code>


<syntaxhighlight lang="html5" enclose="div">{{left|here is left-aligned text with a 5em offset|offset=5em}}</syntaxhighlight>
<syntaxhighlight lang="html5" >{{left|here is left-aligned text with a 5em offset|offset=5em}}</syntaxhighlight>


{{left|here is left-aligned text with a 5em offset|offset=5em}}
{{left|here is left-aligned text with a 5em offset|offset=5em}}
Line 13: Line 13:


Body of first page:
Body of first page:
<syntaxhighlight lang="html5" enclose="div">
<syntaxhighlight lang="html5" >
{{left/s|offset=5em}}
{{left/s|offset=5em}}
here is left-aligned text
here is left-aligned text
</syntaxhighlight>
</syntaxhighlight>
Footer:
Footer:
<syntaxhighlight lang="html5" enclose="div">
<syntaxhighlight lang="html5" >
{{left/e}}
{{left/e}}
</syntaxhighlight>
</syntaxhighlight>


Header (of second page):
Header (of second page):
<syntaxhighlight lang="html5" enclose="div">
<syntaxhighlight lang="html5" >
{{left/s|offset=5em}}
{{left/s|offset=5em}}
</syntaxhighlight>
</syntaxhighlight>


Body of second page:
Body of second page:
<syntaxhighlight lang="html5" enclose="div">
<syntaxhighlight lang="html5" >
with a 5em offset
with a 5em offset
{{left/e}}
{{left/e}}

Revision as of 06:22, 16 April 2020

Template:Div-based-template

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

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}}



See also


Cookies help us deliver our services. By using our services, you agree to our use of cookies.