Help:CreateTable
From Thinkmath
Contents |
Simple Example
Wiki markup
{|
| A || B
|-
| C || D
|}
What it looks like in your browser
A B C D
Back to learning about editing
Example with formatting
Wiki markup
{| class="wikitable" style="text-align:center"
|+Multiplication table
|-
! × !! 1 !! 2 !! 3
|-
! 1
| 1 || 2 || 3
|-
! 2
| 2 || 4 || 6
|-
! 3
| 3 || 6 || 9
|}
What it looks like in your browser
Multiplication table × 1 2 3 1 1 2 3 2 2 4 6 3 3 6 9
Back to learning about editing
Advanced
| What it looks like | What you type |
|---|---|
|
Emphasize (italics), strongly (bold), very strongly (bold italics). (These are double and triple apostrophes, not double quotes.) Note: this can also be applied to links (e.g., Wikipedia). |
''Emphasize'', '''strongly''', '''''very strongly'''''. ''[[Wikipedia]]'' |
|
You can also write italic and bold. This is useful in mathematical formulas where you need specific font styles rather than emphasis.
(The difference between these two methods is not very important for graphical browsers, so most people ignore it). But it may make a big difference for the visually impaired ;-) |
You can also write <i>italic</i> and <b>bold</b>. This is useful in mathematical formulas where you need specific font styles rather than emphasis. :<b>F</b> = <i>m</i><b>a</b> |
