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

Content deleted Content added
m Evolution and evolvability moved page Help:Table/Introduction to tables to Help:Introduction to tables/1: Inkeeping with other "introduction to" tutorials
{{intro to|}} template
Line 1:
{{intro to|
 
{{for|Detailed information about tables|Help:Table}}
{{Help intro frame top}}
<!-- TABS -->
{{Help:Table/tabs|This=1}}
|style="padding: 2em;" |
<!-- CONTENT -->
[[File:Advanced toolbar of vector skin.png|Enhanced editing toolbar|thumb|420px]]
[[File:Toolbar2.PNG|Standard toolbar|thumb|420px]]
Line 11 ⟶ 6:
[[File:Button insert table.png|thumb|Standard insert table button]]
Welcome to the help page for tables!
 
 
Tables are a commonly used way of displaying information, particularly in articles that contain data. This tutorial aims at providing a guide on how to make tables; if you are looking for the policy on when to use them, see '''[[Wikipedia:Manual of Style/Tables|Manual of Style]]'''.
 
 
The simplest way to insert a table is with the editing toolbar that appears when you edit a page. Depending on your preferences, you will see one of two toolbars. Pressing the 'insert table' button will open a dialog that allows you to define a table.
 
 
 
Line 21 ⟶ 17:
{| class="wikitable"
|-
! HeaderR0C1Header R0C1 !! HeaderR0C2Header R0C2 !! HeaderR0C3Header R0C3
|-
| ExampleR1C1R1C1 || ExampleR1C2R1C2 || ExampleR1C3R1C3
|-
| ExampleR2C1R2C1 || ExampleR2C2R2C2 || ExampleR2C3R2C3
|-
| ExampleR3C1R3C1 || ExampleR3C2R3C2 || ExampleR3C3R3C3
|}
</pre>
 
 
Which looks like:
{{/table 1}}
{| class="wikitable"
 
|-
! HeaderR0C1 !! HeaderR0C2 !! HeaderR0C3
|-
| ExampleR1C1 || ExampleR1C2 || ExampleR1C3
|-
| ExampleR2C1 || ExampleR2C2 || ExampleR2C3
|-
| ExampleR3C1 || ExampleR3C2 || ExampleR3C3
|}
 
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 more entries 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, start '''[[Help:Table/Sortable tables|here]]'''.
 
{{-}}
{{Help intro next| target = Help:Table/Manual tables}}
|}
 
[[Category:Wikipedia quick introductions]]
[[Category:Wikipedia tables]]