Table
Special note to Smileys: The table generation engine (including the images) comes from the Coma Wiki
Normal Table
By start the table with **|||**:
||| **firstname** || **lastname** || **address** || **country** || **email** ||
|| tai man || chan || city university || hong kong || chan.tai.man@cityu.edu.hk ||
|| siu man || chan || city university || hong kong || chan.siu.man@cityu.edu.hk |||
gives:
| firstname | lastname | address | country | email |
| tai man | chan | city university | hong kong | chan.tai.man@cityu.edu.hk |
| siu man | chan | city university | hong kong | chan.siu.man@cityu.edu.hk |
Table with no border
By start the table with **|||0**:
|||0 **firstname** || **lastname** || **address** || **country** || **email** ||
|| tai man || chan || city university || hong kong || chan.tai.man@cityu.edu.hk ||
|| siu man || chan || city university || hong kong || chan.siu.man@cityu.edu.hk |||
gives:
| firstname | lastname | address | country | email |
| tai man | chan | city university | hong kong | chan.tai.man@cityu.edu.hk |
| siu man | chan | city university | hong kong | chan.siu.man@cityu.edu.hk |
Table with centered columns
By start the table with **|||0c**:
|||0c **firstname** || **lastname** || **address** || **country** || **email** ||
|| tai man || chan || city university || hong kong || chan.tai.man@cityu.edu.hk ||
|| siu man || chan || city university || hong kong || chan.siu.man@cityu.edu.hk |||
gives:
| firstname | lastname | address | country | email |
| tai man | chan | city university | hong kong | chan.tai.man@cityu.edu.hk |
| siu man | chan | city university | hong kong | chan.siu.man@cityu.edu.hk |