Template:VerticalTextTable/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
| Row 2C | | Row 2C | ||
|} | |} | ||
<noinclude>[[Category:Documentation Subpages]]</noinclude> |
Latest revision as of 12:24, 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 |