Template:Vertical align rows/doc
Jump to navigation
Jump to search
| icon | This is a documentation subpage for Template:Vertical align rows. It may contain usage information, categories and other content that is not part of the original template page. |
Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab.
This template vertical aligns the text in all rows in a table. To align individual cells, or single rows, see: Help:Table#Vertical alignment in cells.
Usage
[edit source]{| class=wikitable
| A || B1<br>B2 || C1<br>C2<br>C3
|-
| D || E1<br>E2 || F1<br>F2<br>F3
|}
|
| ||||||
{{vertical align rows}}
{| class="wikitable vertical-align-top"
| A || B1<br>B2 || C1<br>C2<br>C3
|-
| D || E1<br>E2 || F1<br>F2<br>F3
|}
|
| ||||||
{{vertical align rows}}
{| class="wikitable vertical-align-bottom"
| A || B1<br>B2 || C1<br>C2<br>C3
|-
| D || E1<br>E2 || F1<br>F2<br>F3
|}
|
|
See also
[edit source]- {{vertical-align}}