Difference between revisions of "Wiki cheatsheet"

From Organic Design wiki
m
m (dividers fixed)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<div align="center">
 
<div align="center">
{| style="border:1px solid #804040; text-align:left;  background:#eeeeee; font-size: 95%;"
+
{| style="border:1px solid #000080; text-align:left;  background:#eeeeee; font-size: 95%;"
 
|-
 
|-
 
| width="25%" style="background: #cccccc; padding: 3px 5px; text-align:center;"|'''Description'''
 
| width="25%" style="background: #cccccc; padding: 3px 5px; text-align:center;"|'''Description'''
Line 15: Line 15:
 
''italic''
 
''italic''
 
|-
 
|-
|colspan="3" style="border-top:1px solid #804040;"|
+
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 
|-
 
|-
 
|Bold text
 
|Bold text
Line 23: Line 23:
 
'''bold'''
 
'''bold'''
 
|-
 
|-
|colspan="3" style="border-top:1px solid #804040;"|
+
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 
|-
 
|-
 
|Bold and italic
 
|Bold and italic
Line 31: Line 31:
 
'''''bold & italic'''''
 
'''''bold & italic'''''
 
|-
 
|-
|colspan="3" style="border-top:1px solid #804040;"|
+
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 
|-
 
|-
 
|valign="top"|Internal link<br />
 
|valign="top"|Internal link<br />
Line 43: Line 43:
 
'''''Note: '''red links mean''<br>''the page doesn't exist yet''
 
'''''Note: '''red links mean''<br>''the page doesn't exist yet''
 
|-
 
|-
|colspan="3" style="border-top:1px solid #804040;"|
+
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 
|-
 
|-
 
|Redirect
 
|Redirect
Line 51: Line 51:
 
1. redirect [[Target page]]
 
1. redirect [[Target page]]
 
|-
 
|-
|colspan="3" style="border-top:1px solid #804040;"|
+
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 
|-
 
|-
 
|Signature
 
|Signature
Line 61: Line 61:
 
[[User:J.Doe|J.Doe]] {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}<br>
 
[[User:J.Doe|J.Doe]] {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}<br>
 
|-
 
|-
|colspan="3" style="border-top:1px solid #804040;"|
+
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 
|-
 
|-
 
|External link<br />
 
|External link<br />
Line 77: Line 77:
  
 
|-
 
|-
|colspan="3" style="border-top:1px solid #804040;"|
+
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 
|-
 
|-
 
|Escape wiki markup
 
|Escape wiki markup
Line 104: Line 104:
 
=====Level 4=====
 
=====Level 4=====
 
|-
 
|-
|colspan="3" style="border-top:1px solid #804040;"|
+
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 +
|-
 +
|valign="top"|Outline Numbered<br>Headings
 +
|valign="top"|
 +
<tt>&#35; one</tt><br />
 +
<tt>&#35; two</tt><br />
 +
<tt>&#35;&#35; two point one</tt><br />
 +
<tt>&#35; three</tt>
 +
|
 +
===1. one===
 +
===2. two===
 +
====2.1 two point one====
 +
===3. three===
 +
|-
 +
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 
|-
 
|-
 
|valign="top"|Bullet list
 
|valign="top"|Bullet list
Line 118: Line 132:
 
* three
 
* three
 
|-
 
|-
|colspan="3" style="border-top:1px solid #804040;"|
+
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
|-
 
|valign="top"|Outline Numbering
 
|valign="top"|
 
<tt>&#35; one</tt><br />
 
<tt>&#35; two</tt><br />
 
<tt>&#35;&#35; two point one</tt><br />
 
<tt>&#35; three</tt>
 
|
 
===1. one===
 
===2. two===
 
====2.1 two point one====
 
===3. three===
 
|-
 
|colspan="3" style="border-top:1px solid #804040;"|
 
 
|-
 
|-
 
|valign="top"|Definition list
 
|valign="top"|Definition list
Line 144: Line 144:
 
:item 2
 
:item 2
 
|-
 
|-
|colspan="3" style="border-top:1px solid #804040;"|
+
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 
|-
 
|-
 
|Thumbnail image
 
|Thumbnail image

Revision as of 09:59, 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 11:21, 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
 
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:Ea-logo.png|thumb|Caption text]]

Caption text