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...) |
|||
(2 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
- | * | + | * To create a page: type the name you want the page to have in the 'search' box. If the page does not exist, it will give you the option of creating it. |
- | == | + | |
+ | == Editing == | ||
{| border=1 cellspacing=0 cellpadding=4 | {| border=1 cellspacing=0 cellpadding=4 | ||
Line 27: | Line 28: | ||
# 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 55: | ||
| ''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> | ||
Line 56: | Line 74: | ||
| Includes the page in category Foo. Conventionally goes at the bottom of the page. | | Includes the page in category Foo. Conventionally goes at the bottom of the page. | ||
|} | |} | ||
+ | |||
+ | == More information == | ||
+ | |||
+ | * [http://meta.wikimedia.org/wiki/Help:Editing WikiMedia Help:Editing page] |
Current revision
- To create a page: type the name you want the page to have in the 'search' box. If the page does not exist, it will give you the option of creating it.
[edit] Editing
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. |