Summary
This template is used to align text. It is most often used in tables, but can also be added to other HTML tags, such as spans or divs.
Parameters
Al
Parametri |
Visibilità |
Descrizione
|
1 |
required |
A case-insensitive letter that indicates how to align the text (see table).
L | = | Left, | C | = | Center, | R | = | Right, |
T | = | Top, | M | = | Middle, | B | = | Bottom, |
TL | = | Top-Left, | TC | = | Top-Center, | TR | = | Top-Right, |
ML | = | Middle-Left, | MC | = | Middle-Center, | MR | = | Middle-Right, |
BL | = | Bottom-Left, | BC | = | Bottom-Center, | BR | = | Bottom-Right
|
|
| L | C | R |
T | TL | TC | TR |
M | ML | MC | MR |
B | BL | BC | BR |
|
|
Examples
{| class="wikitable"
| No specific alignment
|-
| {{AL|R}} | Right-aligned
|}
No specific alignment
|
Right-aligned
|