Difference between revisions of "Help:Basic MediaWiki Syntax"

From Computer History Wiki
Jump to: navigation, search
(New page: <div align="center"> {| style="border:1px solid #A3B1BF; text-align:left; background:#f5faff" |-<!--COLUMN HEADINGS--> | width="25%" style="background: #cee0f2; padding: 0.3em; text-align:...)
 
Line 33: Line 33:
 
|-
 
|-
 
|Internal link<br />
 
|Internal link<br />
(within Wikipedia)
+
(within the Computer History wiki)
 
|
 
|
 
<tt><nowiki>[[name of page]]</nowiki></tt><br />
 
<tt><nowiki>[[name of page]]</nowiki></tt><br />

Revision as of 00:10, 17 May 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 the Computer History wiki)

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

name of page
display text

Redirect to another page

#REDIRECT [[Target page]]

Target page

External link

(to other websites)

[http://www.example.org]
[http://www.example.org display text]
http://www.example.org

[1]
display text
http://www.example.org

Sign your posts
on talk pages

~~~~

Your username 00:30,
18 April 2024 (UTC)

Applies only at the beginning of the line
Headings

A Table of Contents will automatically be generated when four headings are added to an article.

== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======

Level 1

Level 2

Level 3

Level 4
Level 5
Bullet list

* one
* two
** two point one
* three

  • one
  • two
    • two point one
  • three
Numbered list

# one
# two
## two point one
# three

  1. one
  2. two
    1. two point one
  3. three
 
Thumbnail image

[[Image:Pdp-11-40.jpg|thumb|Caption text]]

Caption text