Help:Introduction to tables with Wiki Markup/1: Difference between revisions

Content deleted Content added
add
add
Line 10:
 
If you have the enhanced editing toolbar (as seen on the right), there's an easy way to create a simple table. Just click "advanced", and then the icon that looks like a table, which is second from the right. This should generate something that looks like this:
<pre>
{| class="wikitable" border="1"
|-
! 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
|}
</pre>
 
All you have to do is place this where you want it in the article, edit it to match the information you're trying to display, and hit save. You can add more headers by adding another line in the "header" section, more rows, or remove headers or rows if you're looking for a smaller table.
 
If you don't have the enhanced editing toolbar, you'll want to '''[[Help:Table/Manual tables|create the tables manually]]'''. If you're looking for other ways to format the table, you should start '''[[Help:Table/Sortable tables|here]]'''.
 
{{-}}