Template:Left/doc: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(12 intermediate revisions by 4 users not shown)
Line 1:
{{doc-sub}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE AND INTERWIKIS IN WIKIDATA -->
 
=== Usage ===
Line 6 ⟶ 5:
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>
 
{{left|here is left-aligned text with a 5em offset|offset=5em}}
 
Where the block of text to be formatted extends over a page-break {{tl|left/s}} and {{tl|left/e}} should be used. {{tl|left/s}} accepts the {{parameter|offset}} parameter.
<!-- uncomment as necessary
 
Body of first page:
<syntaxhighlight lang="html5" >
{{left/s|offset=5em}}
here is left-aligned text
</syntaxhighlight>
Footer:
<syntaxhighlight lang="html5" >
{{left/e}}
</syntaxhighlight>
 
Header (of second page):
<syntaxhighlight lang="html5" >
{{left/s|offset=5em}}
</syntaxhighlight>
 
Body of second page:
<syntaxhighlight lang="html5" >
with a 5em offset
{{left/e}}
</syntaxhighlight>
 
=== See also ===
* [[Template:Right]]
-->
 
<includeonly>
<!-- PLEASE ADD CATEGORIES BELOW THIS LINE AND INTERWIKIS IN WIKIDATA, THANKS -->
[[Category:Special effects templatesTemplate]]
[[Category:Formatting templates]]
</includeonly>