Template:VerticalTextTable/doc

From LPedia
< Template:VerticalTextTable
Revision as of 12:20, 6 August 2020 by AMK152 (talk | contribs) (Created page with "==Usage== This template makes text vertical and aligns the text to the bottom of a cell in a table. ==Code== <pre> {| class="wikitable" |- ! {{VerticalTextTable|Heading 1}} !...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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}}
|-
| Row 1A
| Row 1B
|-
| Row 2A
| Row 2B
|}

Preview

Heading 1 Heading 2
Row 1A Row 1B
Row 2A Row 2B