Making a table
From microLINKS Wiki
Here is how to make a simple table that will unfortunately not have any border lines. However, columns and rows will grow and shrink depending on the content you put in them. How to do it:
(1) Edit this page. DO NOT change the contents of this page.
(2) Copy the code section below this, which is code that creates a standard table, and then paste it into the edit tab of another page somewhere else on the wiki and change the contents of each cell to the content that you want.
| header 1 | header 2 | header 3 |
|---|---|---|
| row 1, cell 1 | row 1, cell 2 | row 1, cell 3 |
| row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |
