Test: Difference between revisions

From Conflict of Heroes Wiki
Jump to navigation Jump to search
(Created page with "{| class="collapsible collapsed wikitable" |- ! This is the header cell, which is always shown |- | This cell is not shown by default. |}")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="collapsible collapsed wikitable"
Dynamic Navigation Boxes Example
 
<div class="NavFrame collapsed">
  <div class="NavHead">[... This is the title of the hidden content ...]</div>
  <div class="NavContent">
    [... This content is initially hidden ...]
  </div>
</div>
 
Collapsable Tables Example
 
{| class="wikitable collapsible collapsed"
|A normal cell in the header row
! colspan="2"| Header cell spans two cols
|-
|-
! This is the header cell, which is always shown
| colspan="2" | Lorem ipsum dolor sit amet
|-
| Separate body cell
| This cell is not shown by default.
|}
|}

Latest revision as of 01:54, 31 May 2012

Dynamic Navigation Boxes Example

Collapsable Tables Example