Difference between revisions of "Template:Left"

From blackwiki
Jump to navigation Jump to search
imported>Hyacinth
(*{{tl|Center}})
imported>Hyacinth
(===Table=== {| class="wikitable" !colspan="3"| Header text |- | {{Left2|Left2}} || {{Center|Center}} || {{Right|Right}} |})
Line 7: Line 7:
  
 
To use, type: <code><nowiki>{{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"
 +
!colspan="3"| Header text
 +
|-
 +
| {{Left2|Left2}} || {{Center|Center}} || {{Right|Right}}
 +
|}
  
 
== See also ==
 
== See also ==

Revision as of 17:56, 17 July 2013


Usage

This template saves typing the following text (in a table):

style="text-align:left"|

To use, type: {{left}}

Some {{left|left-aligned words}} in text produces:
Some style="text-align:left"| in text.

Table

Header text
Center
Right

See also