Difference between revisions of "Template:Left"

From blackwiki
Jump to navigation Jump to search
imported>Salton Finneger
(→‎Table: Set table width so that alignment was visible)
imported>Milker
 
(12 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<includeonly>style="text-align:left"|</includeonly><noinclude>
+
<includeonly>{{{{{|safesubst:}}}#ifeq:{{{1|a}}}|{{{1|b}}}
 
+
|<div style="float:left;">{{{1|}}}</div>
== Usage ==
+
|style="text-align:left"{{{{{|safesubst:}}}!}}[[Category:Pages using left with no arguments]]
This template saves typing the following text (in a table):
+
}}</includeonly><noinclude>
 
+
{{Documentation}}
<code><nowiki>style="text-align:left"|</nowiki></code>
+
<!-- Please add categories to the /doc subpage, and interwikis at Wikidata (see Wikipedia:Wikidata) -->
 
 
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>
 
</noinclude>

Latest revision as of 14:39, 7 January 2020

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