Stage one Wiki: Difference between revisions
From Stage One Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==Stage One Wiki== | |||
__TOC__ | |||
===Link=== | |||
https://wiki.cs.auckland.ac.nz/stageonewiki/index.php/Main_Page | https://wiki.cs.auckland.ac.nz/stageonewiki/index.php/Main_Page | ||
===Wiki Markup=== | |||
Making tables in wiki markup is easy. | |||
Simply use the following code: | |||
<nowiki>{| border="1" | |||
|+ The table's caption | |||
! Column heading 1 !! Column heading 2 !! Column heading 3 | |||
|- | |||
! Row heading 1 | |||
| Cell 2 || Cell 3 | |||
|- | |||
! Row heading A | |||
|Cell B | |||
|Cell C | |||
|} | |||
</nowiki> | |||
{| border="1" | |||
|+ The table's caption | |||
! Column heading 1 !! Column heading 2 !! Column heading 3 | |||
|- | |||
! Row heading 1 | |||
| Cell 2 || Cell 3 | |||
|- | |||
! Row heading A | |||
|Cell B | |||
|Cell C | |||
|} | |||
Revision as of 02:15, 16 March 2009
Stage One Wiki
Link
https://wiki.cs.auckland.ac.nz/stageonewiki/index.php/Main_Page
Wiki Markup
Making tables in wiki markup is easy.
Simply use the following code:
{| border="1" |+ The table's caption ! Column heading 1 !! Column heading 2 !! Column heading 3 |- ! Row heading 1 | Cell 2 || Cell 3 |- ! Row heading A |Cell B |Cell C |}
| Column heading 1 | Column heading 2 | Column heading 3 |
|---|---|---|
| Row heading 1 | Cell 2 | Cell 3 |
| Row heading A | Cell B | Cell C |