User:LiquidCaesium/Tables
< User:LiquidCaesium
Revision as of 19:45, 23 September 2013 by LiquidCaesium (talk | contribs) (Created page with "<nowiki>{|border="1" cellpadding="5" cellspacing="0"</nowiki><br /> |-<br /> | Row 1, Column 1<br /> | Row 1, Column 2<br /> |-<br /> | Row 2, Column 1<br /> | Row 2, Column 2<br...")
{|border="1" cellpadding="5" cellspacing="0"
|-
| Row 1, Column 1
| Row 1, Column 2
|-
| Row 2, Column 1
| Row 2, Column 2
|-
| Row 3, Column 1
| Row 3, Column 2
|}
Additional columns can be added, just remember that every single row (which are separated with |- ) should have the same amount of items or it will look odd. Adding additional rows is even easier - I'm sure you can see a pattern there.
Remember to end tables with |}
This example table would create:
Row 1, Column 1 | Row 1, Column 2 |
Row 2, Column 1 | Row 2, Column 2 |
Row 3, Column 1 | Row 3, Column 2 |