Difference between revisions of "Wiki cheatsheet"

From Organic Design wiki
m (http://meta.wikimedia.org/wiki/Help:Wikitext)
(remove xmlwiki stuff)
Line 3: Line 3:
  
 
;see also [http://meta.wikimedia.org/wiki/Help:Wikitext Help:Wikitext]
 
;see also [http://meta.wikimedia.org/wiki/Help:Wikitext Help:Wikitext]
<div align="center">
+
 
{| style="border:none; text-align:left;  background:#F3F6EA; font-size: 95%;"
+
{| style="border:none; text-align:left;  background:#f0f0f0; font-size: 95%;"
 
|-
 
|-
| width="25%" style="background: #DEE6C6; padding: 3px 5px; text-align:center;"|'''Description'''
+
| width="25%" style="background: #e4e4e4; padding: 3px 5px; text-align:center;"|'''Description'''
| style="background: #DEE6C6; padding: 3px 5px; text-align:center;"|'''You type'''
+
| style="background: #e4e4e4; padding: 3px 5px; text-align:center;"|'''You type'''
| width="25%" style="background: #DEE6C6; padding: 3px 5px; text-align:center;"|'''You get'''
+
| width="25%" style="background: #e4e4e4; padding: 3px 5px; text-align:center;"|'''You get'''
 
|-
 
|-
| colspan="3" style="background: #DEE6C6; padding: 3px 5px; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
+
| colspan="3" style="background: #e4e4e4; padding: 3px 5px; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
 
|-
 
|-
 
|Italicise text
 
|Italicise text
Line 116: Line 116:
 
<nowiki>without ''markup''</nowiki>
 
<nowiki>without ''markup''</nowiki>
 
|-
 
|-
| colspan="3" style="background: #DEE6C6; padding: 3px 5px; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
+
| colspan="3" style="background: #e4e4e4; padding: 3px 5px; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
 
|-
 
|-
 
|valign="top"|Headings<br />
 
|valign="top"|Headings<br />
Line 143: Line 143:
 
<tt>&#35;&#35; two point one</tt><br />
 
<tt>&#35;&#35; two point one</tt><br />
 
<tt>&#35; three</tt>
 
<tt>&#35; three</tt>
<br><br>'''''Note:''' read about more advanced<br>outline numbering concepts [[talk:document.php|here]]
 
 
|
 
|
  
Line 186: Line 185:
 
[[Image:Udegawa.jpg|thumb|Caption text]]
 
[[Image:Udegawa.jpg|thumb|Caption text]]
 
|}
 
|}
</div>
 

Revision as of 11:41, 30 April 2007


see also Help:Wikitext
Description You type You get
Applies anywhere
Italicise text

''italic''

italic

 
Bold text

'''bold'''

bold

 
Bold and italic

'''''bold & italic'''''

bold & italic

 

Internal link

(within this wiki)

Internal link
(to a category)

Interwiki Link
(to partner wiki)

[[name of page]]
[[name of page|display text]]

[[:Category:name of category]]


[[w:name of article]]
[[wiki:name of article]]
[[wiki:name of article|display text]]

name of page
display text

Category:name of category


w:name of article
wiki:name of article
display text


Note: red links mean
the page doesn't exist yet

 
External link

(to other websites)

[http://www.example.com]
[http://www.example.com display text]
http://www.example.com
[mailto:bob@yahoo.com Bob's email]

[1]
display text
http://www.example.com
Bob's email

 
Redirect

#redirect [[Target page]]

1. redirect Target page

 
Signature

~~~
~~~~
~~~~~

J.Doe
J.Doe 09:40, 26 April 2024
09:40, 26 April 2024

 
Escape wiki markup

with ''markup''
<nowiki>without ''markup''</nowiki>

with markup
without ''markup''

Applies only at the beginning of the line
Headings

of different sizes

=level 1=
==level 2==
===level 3===
====level 4====

Tip: put __NOTOC__ in an article
to remove its table-of-contents

Level 1

Level 2

Level 3

Level 4
 
Outline Numbered
Headings

# one
# two
## two point one
# three

1. one

2. two

2.1 two point one

3. three

 
Bullet list

* one
* two
** two point one
* three

  • one
  • two
    • two point one
  • three
 
Definition list

;Definition
:item 1
:item 2

Definition
item 1
item 2
 
Thumbnail image

[[Image:Udegawa.jpg|thumb|Caption text]]

Caption text