Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Template documentation (for the above template, sometimes hidden or invisible)
Description
This template is used to split a table header cell diagonally.
Syntax
Create a header cell containing: {{diagonal split header|<row_label>|<column_label>}}
Parameters
row_label
A word or phrase to be used as a row label.
column_label
A word or phrase to be used as a column label.
Sample
{| class="wikitable"
! {{diagonal split header|foo|bar}}
! a !! b !! c
|- 
! x
| 1 || 2 || 3
|-
! y 
| 4 || 5 || 6
|}
gives...
bar
foo
a b c
x 1 2 3
y 4 5 6
Visit Template:Diagonal split header/doc to edit this text! (How does this work?) (Refresh this text - why?)