Stage one Wiki: Difference between revisions

From Stage One Wiki
Jump to navigationJump to search
Mmat102 (talk | contribs)
No edit summary
Mmat102 (talk | contribs)
No edit summary
Line 8: Line 8:
===Wiki Markup===
===Wiki Markup===


'''Tables'''
*'''Tables'''
*Making tables in wiki markup is easy.
Making tables in wiki markup is easy.


Simply use the following code:
Simply use the following code:

Revision as of 02:19, 16 March 2009

Link

https://wiki.cs.auckland.ac.nz/stageonewiki/index.php/Main_Page

Wiki Markup

  • Tables

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 |}


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