Changes
/* Tables */
{| class="wikitable" | width = "50%"
|-
! Columns 1!! Column 2
|-
| Row 1.1|| Row 1.2
|-
| Row 2.1|| Row 2.2
|-
| Row 3.1|| Row 3.2
|-
|}
For larger data, the sortable table might be more useful:
<code>{| class="wikitable sortable" | width = "50%"
|-
! Columns 1!! Column 2
|-
| Row 1.1|| Row 1.2
|-
| Row 2.1|| Row 2.2
|-
| Row 3.1|| Row 3.2
|-
|}</code>
will result in
{| class="wikitable sortable" | width = "50%"
|-
! Columns 1!! Column 2