Template:Left/doc
From MozillaWiki
Usage
{{left}} encloses the input text or element code in <div>
tags and left-aligns the output block.
- Note
This template complies with HTML5 standards. In HTML5, the attribute align is deprecated. Instead, the template uses the CSS styling attribute style and the property:value pair text-align:left, to left-align the output. If you need to use HTML4, use the template {{left/HTML4}}.
Parameters
There is only 1 parameter, which is unnamed and required.
Syntax
The template's syntax is
-
{{left|custom text/element}}
Required parameters
1
- Custom text/element
The text (or other element) you wish to left-align. The parameter is unnamed, so no parameter name needs to be specified.
- Usage
-
{{left|1}}
Examples
Case | What you type | What you see |
---|---|---|
Text | This text is left-aligned}} | This text is left-aligned
|
Image | [[File:Idea.png|20px|link=]]}} |
See also
- General alignment
- {{align}}
- Specific alignment
- {{center}}: uses the CSS styling attribute style="…" for alignment (HTML5 compliant).
- {{center/HTML4}}: uses the HTML4 attribute align="…" (deprecated in HTML5).
- {{left/HTML4}}: uses the HTML4 attribute align="…" (deprecated in HTML5).
- {{right}}: uses the CSS styling attribute style="…" for alignment (HTML5 compliant).
- {{right/HTML4}}: uses the HTML4 attribute align="…" (deprecated in HTML5).