Help:Editing
From lingwiki
(Difference between revisions)
(New page: * [http://meta.wikimedia.org/wiki/Help:Editing WikiMedia Help:Editing page] == Cheat sheet == {| border=1 cellspacing=0 cellpadding=4 ! type ! to get |- | <pre>''italics'' '''bold'''</pre...) |
(→Cheat sheet) |
||
Line 27: | Line 27: | ||
# Numbered item | # Numbered item | ||
## Numbered sub-item | ## Numbered sub-item | ||
+ | |- | ||
+ | | <pre>Blah blah | ||
+ | : Indented paragraph | ||
+ | :: Doubly indented</pre> | ||
+ | | Blah blah | ||
+ | : Indented paragraph | ||
+ | :: Doubly indented | ||
|- | |- | ||
| <pre><math>\sqrt{1+e^2}</math></pre> | | <pre><math>\sqrt{1+e^2}</math></pre> | ||
Line 47: | Line 54: | ||
| ''Table'' | | ''Table'' | ||
|- | |- | ||
- | | <pre><pre> | + | | <pre><pre>Boxed text in typewriter font</pre></pre> |
- | | <pre> | + | | <pre>Boxed text in typewriter font</pre> |
+ | |- | ||
+ | | <pre><tt>typewriter font</tt> | ||
+ | <tt>http://www.google.com/</tt></pre> | ||
+ | | <tt>typewriter font</tt> | ||
+ | <tt>http://google.com/</tt> | ||
+ | |- | ||
+ | | <pre>Signing a comment. ~~~ | ||
+ | And dating it. ~~~~</pre> | ||
+ | | Signing a comment. [[User:Abney|Abney]] | ||
+ | And dating it. [[User:Abney|Abney]] 23:55, 25 August 2009 (UTC) | ||
|- | |- | ||
| <pre>[[Image:Logo.jpg]]</pre> | | <pre>[[Image:Logo.jpg]]</pre> |
Revision as of 18:55, 25 August 2009
Cheat sheet
type | to get |
---|---|
''italics'' '''bold''' | italics
bold |
== Heading == === Subheading === ==== Sub-subheading ==== | Headings |
* Bullet item ** Sub-item |
|
# Numbered item ## Numbered sub-item |
|
Blah blah : Indented paragraph :: Doubly indented | Blah blah
|
<math>\sqrt{1+e^2}</math> | |
[[speech recognition]] | speech recognition |
#REDIRECT [[Another page]] | Redirection page |
{| border=1 cellspacing=0 cellpadding=4 ! First ! Second |- | hi | there |- |} | Table |
<pre>Boxed text in typewriter font</pre> | Boxed text in typewriter font |
<tt>typewriter font</tt> <tt>http://www.google.com/</tt> | typewriter font |
Signing a comment. ~~~ And dating it. ~~~~ | Signing a comment. Abney
And dating it. Abney 23:55, 25 August 2009 (UTC) |
[[Image:Logo.jpg]] | |
[[Category:Foo]] | Includes the page in category Foo. Conventionally goes at the bottom of the page. |