Draft WikiIntermediate
From SI Exco News
Contents |
Using tables
Very simple example
{|
! Column1 !! Column2 !! Column3
|-
| Value1 || Value2 || Value3
|-
| other1 || other2 || Other3
|}
Will display:
| Column1 | Column2 | Column3 |
|---|---|---|
| Value1 | Value2 | Value3 |
| other1 | other2 | Other3 |
If you want to have borders, and colors see this example
{| style="border: 1px solid"
! Column1 !! Column2 !! Column3
|- bgcolor="red"
| Value1 || Value2 || Value3
|- bgcolor="yellow"
| other1 || bgcolor="green" | other2 || Other3
|}
| Column1 | Column2 | Column3 |
|---|---|---|
| Value1 | Value2 | Value3 |
| other1 | other2 | Other3 |
Using discussion tab
Especially draft documents may be discussed.
