Template:VerticalTextTable/doc: Difference between revisions

From LPedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
! {{VerticalTextTable|Heading 1}}
! {{VerticalTextTable|Heading 1}}
! {{VerticalTextTable|Heading 2}}
! {{VerticalTextTable|Heading 2}}
! {{VerticalTextTable|Long Heading 3}}
|-
|-
| Row 1A
| Row 1A
| Row 1B
| Row 1B
| Row 1C
|-
|-
| Row 2A
| Row 2A
| Row 2B
| Row 2B
| Row 2C
|}
|}

Revision as of 12:21, 6 August 2020

Usage

This template makes text vertical and aligns the text to the bottom of a cell in a table.

Code

{| class="wikitable"
|-
! {{VerticalTextTable|Heading 1}}
! {{VerticalTextTable|Heading 2}}
! {{VerticalTextTable|Long Heading 3}}
|-
| Row 1A
| Row 1B
| Row 1C
|-
| Row 2A
| Row 2B
| Row 2C
|}

Preview

Heading 1 Heading 2 Long Heading 3
Row 1A Row 1B Row 1C
Row 2A Row 2B Row 2C