Help:Tables: Difference between revisions

fixed the bug, so reverting - and realised I didn't update the displayed code, heh.
mNo edit summary
(fixed the bug, so reverting - and realised I didn't update the displayed code, heh.)
Line 61: Line 61:
==Example==
==Example==
<pre>{| class="wikitable sortable colshideable"
<pre>{| class="wikitable sortable colshideable"
! class="hideable" | Header1 !! Header2 !! Header3
! class="unsortable hideable" | Hideable column
! class="unsortable" | Boring column
! Sortable column
|-
|-
| Cell just left of the image.
| Cell just left of the image.
Line 76: Line 78:


produces:
produces:
{| class="wikitable sortable"
{| class="wikitable sortable colshideable"
! class="unsortable" | Boring column
! class="unsortable hideable" | Hideable column
! class="unsortable" | Boring column
! class="unsortable" | Boring column
! Sortable column
! Sortable column
14,178

edits