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

Content deleted Content added
Reverted 1 edit by MZMcBride (talk): It's useful here. (TW)
Gadget850 (talk | contribs)
update markup
Line 11:
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: [[File:Vector toolbar insert table button.png|alt=Table button]] (second from the right). This should generate something that looks like this:
<pre>
{| class="wikitable" border="1"
|-
! Header text !! Header text !! Header text
! header 1
! header 2
! header 3
|-
| Example || Example || Example
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| Example || Example || Example
| row 2, cell 1
|-
| row 2, cell 2
| Example || Example || Example
| row 2, cell 3
|}
</pre>
Line 29 ⟶ 25:
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]]'''.
 
{{-}}