Help talk:Editing
From FiestaWiki
[edit]
Simple Table Code
I would just like to add a basic Table I been using for most of the stuff I have been doing:
{| border="1" cellpadding="5" style="font-size: 12px; border-collapse: collapse; border: 2px solid;"
|-
| 1 || 2 || 3 || 4 || 5 || 6
|-
| - || - || - || - || - || -
|-
|}
| 1 | 2 | 3 | 4 | 5 | 6 |
| - | - | - | - | - | - |
I find this very easy to work with and able to handle most of the needs for items and materials based pages.
You can use - to help hold the blank cells so you don't forget where your at.Gandalfa82 03:43, 30 July 2008 (CDT)
- This is indeed the format the tables in the Wiki have been standardised to. You may want to colour certain cells too. Icy 05:18, 30 July 2008 (CDT)
