Difference between revisions of "Template:Left"

From blackwiki
Jump to navigation Jump to search
imported>Salton Finneger
(Added optional parameter, so that left-aligned content could be used inside template, akin to usage for template:center and template:right.)
imported>Epicgenius
Line 1: Line 1:
<includeonly>style="text-align:left"|{{{1|}}}</includeonly><noinclude>
+
<includeonly>style="text-align:left"|{{{1|}}}</includeonly><noinclude>{{documentation}}</noinclude>
 
 
== Usage ==
 
This template saves typing the following text (in a table):
 
 
 
<code><nowiki>style="text-align:left"|</nowiki></code>
 
 
 
To use, type: <code><nowiki>{{left}}</nowiki></code>
 
 
 
<nowiki>Some {{left|left-aligned words}} in text</nowiki>
 
produces:<br/>
 
Some {{left|left-aligned words}} in text.
 
 
 
===Table===
 
{| class="wikitable" width=300px
 
!colspan="3"| Header text
 
|-
 
| {{Left}}Left || {{Center|Center}} || {{Right|Right}}
 
|}
 
 
 
== See also ==
 
 
 
*{{tl|left2}} - same as this, uses div tags instead of modifying cell properties
 
*{{tl|center}}
 
*{{tl|right}}
 
 
 
[[Category:typing-aid templates|Left]]
 
[[Category:Wikipedia formatting and function templates|Left]]
 
 
 
</noinclude>
 

Revision as of 23:42, 22 March 2014

50px Template documentation[view] [edit] [history] [purge]

Description

It is to left align elements on a page. The only parameter is the content to be aligned. See also Template:Align for more options and flexibility.

Usage

With no input arguments, it saves typing the following text (in a table):

style="text-align:left"|

To use, type {{left}} at the start of the table cell. It will leave Category:Pages using left with no arguments.

With an input argument, it saves typing:

<div style="float:left;">...</div>

To use, type {{left|content}} to align contents.

Examples

Example 1

Example 2

Tracking category

See also