ah... got ya.
he he that is tables... which I still struggle with 
basically:
- |- is a new table row
- | on it's own is the first cell in a row (unless you have attributes for the row, don't worry about this now)
- || is a cell divider
note: both of the above can be written with ! and !! but this makes the cell / row a header and uses the "th" style for the cell
you will need to add a line similar to this...
Code:
|-
| realm || Character list || system setup
if you are adding to an existing realm then you will need to edit the first entry for that realm as follows
If there is only one entry for the realm before you add yours:
Code:
| rowspan="2" | realm | same as was there before
the add your details below this as follows:
Code:
| Character list || system setup
if there are several entries for the realm edit the first entry and increment the value of rowspan by one and add your entry, again without the realm cell
hope this helps
Connect With Us