26,316
edits
(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> |