Difference between revisions of "Wiki cheatsheet"

From Organic Design wiki
m (match OD - dunno where horizontals went...?)
(alignment)
Line 89: Line 89:
 
| colspan="3" style="background: #cccccc; 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: #cccccc; padding: 3px 5px; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
 
|-
 
|-
|Headings<br />
+
|valign="top"|Headings<br />
 
of different sizes
 
of different sizes
 
|
 
|
Line 98: Line 98:
 
<br><br><br>'''''Tip:''' Put <nowiki>__NOTOC__</nowiki> in an article''
 
<br><br><br>'''''Tip:''' Put <nowiki>__NOTOC__</nowiki> in an article''
 
<br>''to remove its table-of-contents''
 
<br>''to remove its table-of-contents''
|
+
|valign="top"|
 
==Level 1==
 
==Level 1==
 
===Level 2===
 
===Level 2===
Line 106: Line 106:
 
|colspan="3" style="border-top:1px solid #804040;"|
 
|colspan="3" style="border-top:1px solid #804040;"|
 
|-
 
|-
|Bullet list
+
|valign="top"|Bullet list
 
|
 
|
 
<tt>&#42; one</tt><br />
 
<tt>&#42; one</tt><br />
Line 120: Line 120:
 
|colspan="3" style="border-top:1px solid #804040;"|
 
|colspan="3" style="border-top:1px solid #804040;"|
 
|-
 
|-
|Outline Numbering
+
|valign="top"|Outline Numbering
|
+
|valign="top"|
 
<tt>&#35; one</tt><br />
 
<tt>&#35; one</tt><br />
 
<tt>&#35; two</tt><br />
 
<tt>&#35; two</tt><br />
Line 134: Line 134:
 
|colspan="3" style="border-top:1px solid #804040;"|
 
|colspan="3" style="border-top:1px solid #804040;"|
 
|-
 
|-
| Definition list
+
|valign="top"|Definition list
 
|
 
|
 
<tt>&#59;Definition</tt><br />
 
<tt>&#59;Definition</tt><br />
Line 150: Line 150:
 
<nowiki>[[Image:Ea-logo.png|thumb|Caption text]]</nowiki>
 
<nowiki>[[Image:Ea-logo.png|thumb|Caption text]]</nowiki>
 
|
 
|
[[Image:Ea-logo.png|thumb|Caption text]]
+
[[Image:Xmlwiki.png|thumb|Caption text]]
 
|}
 
|}
 
</div>
 
</div>

Revision as of 09:49, 19 July 2006

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)

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

name of page
display text

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

Redirect

#redirect [[Target page]]

1. redirect Target page

Signature

~~~
~~~~

J.Doe
J.Doe 14:58, 5 May 2024

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

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
Bullet list

* one
* two
** two point one
* three

  • one
  • two
    • two point one
  • three
Outline Numbering

# one
# two
## two point one
# three

1. one

2. two

2.1 two point one

3. three

Definition list

;Definition
:item 1
:item 2

Definition
item 1
item 2
Thumbnail image

[[Image:Ea-logo.png|thumb|Caption text]]

Caption text