Difference between revisions of "Wiki cheatsheet"

From Organic Design wiki
m
m (put external links below internal)
Line 43: Line 43:
 
[[name of page|display text]]<br /><br>
 
[[name of page|display text]]<br /><br>
 
'''''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 #d4d4d4;"|&nbsp;
 +
|-
 +
|External link<br />
 +
(to other websites)
 +
|
 +
<tt><nowiki>[http://www.example.com]</nowiki></tt><br />
 +
<tt><nowiki>[http://www.example.com display text]</nowiki></tt><br />
 +
<tt><nowiki>http://www.example.com</nowiki></tt><br />
 +
<tt><nowiki>[mailto:bob@yahoo.com Bob's email]</nowiki></tt>
 +
|
 +
[http://www.example.com]<br />
 +
[http://www.example.com display text]<br />
 +
http://www.example.com<br />
 +
[mailto:bob@yahoo.com Bob's email]
 
|-
 
|-
 
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
Line 63: Line 78:
 
[[User:J.Doe|J.Doe]] {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}<br>
 
[[User:J.Doe|J.Doe]] {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}<br>
 
{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}<br>
 
{{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}<br>
|-
 
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 
|-
 
|External link<br />
 
(to other websites)
 
|
 
<tt><nowiki>[http://www.example.com]</nowiki></tt><br />
 
<tt><nowiki>[http://www.example.com display text]</nowiki></tt><br />
 
<tt><nowiki>http://www.example.com</nowiki></tt><br />
 
<tt><nowiki>[mailto:bob@yahoo.com Bob's email]</nowiki></tt>
 
|
 
[http://www.example.com]<br />
 
[http://www.example.com display text]<br />
 
http://www.example.com<br />
 
[mailto:bob@yahoo.com Bob's email]
 
 
 
|-
 
|-
 
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;
 
|colspan="3" style="border-top:1px solid #d4d4d4;"|&nbsp;

Revision as of 21:50, 2 January 2007


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

 
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 13:16, 29 March 2024
13:16, 29 March 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

Note: read about more advanced
outline numbering concepts here

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