Tables

Hello, I set up your table to be in a wiki format. If you are wondering how that works;

  • The "{|" and "|}" designate the beginning and end of the table.
  • Rows are designated by "|-".
  • Columns are designated by either a "|" or a "!". The ! will make a cell bold, the | will not.
  • A table can also be made sortable by adding "class="wikitable sortable"" to the opening "{|". Adding this will also lock your first row.

For example, the following code...

{| class="wikitable sortable"

|-

|Hello Normal

!Hello Bold

|-

!Goodbye Bold

|Goodbye Normal

|}

...looks like this:

Hello Normal Hello Bold
Goodbye Bold Goodbye Normal
Cookies help us deliver our services. By using our services, you agree to our use of cookies.