Template:VerticalTextTable/doc: Difference between revisions

From LPedia
Jump to navigation Jump to search
(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}} !...")
 
No edit summary
Line 8: Line 8:
! {{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
|}
|}
</pre>
</pre>

Revision as of 12:20, 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
Row 1A Row 1B
Row 2A Row 2B