Tables
From WikiEducator
Tutorial 7 - Tables
In this tutorial we will:
|
Pipe syntax tutorial
How to create a table
Tables are much easier to be created on Wikis in comparison to using HTML table syntax. In this section we will learn how to create simple tables on WikiEducator.
Although HTML table syntax also works, special Wikicode can be used as a shortcut to create a table. The pipe (vertical bar) codes function exactly the same as HTML table markup, so a knowledge of HTML table code will help in understanding pipe code. The shortcuts are as follows:
First header | Second header | |||||
---|---|---|---|---|---|---|
upper left | right side | |||||
lower left | lower middle | |||||
|
Column 1 | Column 2 | Column 3 |
A | B | |
C | D | |
E | F | |
G | ||
H |
× | 1 | 2 | 3 |
---|---|---|---|
1 | 1 | 2 | 3 |
2 | 2 | 4 | 6 |
3 | 3 | 6 | 9 |
4 | 4 | 8 | 12 |
5 | 5 | 10 | 15 |