Template:Diagonal Split Header/doc

From Honkai: Nexus Anima Wiki
Revision as of 02:36, 31 August 2025 by Mattk4355 (talk | contribs) (Created page with "{{Documentation/Header}} ==Example 1== <pre> {| class="wikitable" style="text-align:center" |- ! {{Diagonal Split Header|<small>bottom<br />left text</small>|<small>top-right<br />text</small>}} ! A || B || C || D |- ! 1 | A1 || B1 || C1 || D1 |- ! 2 | A2 || B2 || C2 || D2 |} </pre> {| class="wikitable" style="text-align:center" |- ! {{Diagonal Split Header|<small>bottom<br />left text</small>|<small>top-right<br />text</small>}} ! A || B || C || D |- ! 1 | A1 || B1 ||...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This is the documentation page for Diagonal Split Header.
It contains usage information, categories, and other content not part of the original template page.

Example 1

{| class="wikitable" style="text-align:center"
|-
! {{Diagonal Split Header|<small>bottom<br />left text</small>|<small>top-right<br />text</small>}}
! A || B || C || D
|-
! 1 
| A1 || B1 || C1 || D1
|-
! 2
| A2 || B2 || C2 || D2
|}
top-right
text
bottom
left text
A B C D
1 A1 B1 C1 D1
2 A2 B2 C2 D2

Example 2

{| class="wikitable" style="text-align:center"
|-
! colspan="2" rowspan="2" {{Diagonal Split Header|<small>bottom<br />left text</small>|<small>top right<br />text</small>}}
! 1 || 2 || 3 || 4
|-
! A || B || C || D
|-
! X || Y 
| a || b || c || d
|-
! X || Y 
| a || b || c || d
|}
top right
text
bottom
left text
1 2 3 4
A B C D
X Y a b c d
X Y a b c d

Example 3

{| class="wikitable" style="text-align:center"
|-
! rowspan="2" colspan="2" {{Diagonal Split Header|<small>bottom<br />left text</small>|<small>top right<br />text</small>}}
! colspan="4" | Header
|-
! A || B || C || D
|-
! X || Y 
| a || b || c || d
|-
! X || Y 
| a || b || c || d
|}
top right
text
bottom
left text
Header
A B C D
X Y a b c d
X Y a b c d