Difference between revisions of "Help:Basic MediaWiki Syntax"
From Computer History Wiki
(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 | + | (within the Computer History wiki) |
| | | | ||
<tt><nowiki>[[name of page]]</nowiki></tt><br /> | <tt><nowiki>[[name of page]]</nowiki></tt><br /> | ||
Revision as of 22:10, 16 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]] |
|
| Redirect to another page |
#REDIRECT [[Target page]] |
|
| External link (to other websites) |
[http://www.example.org] |
|
|
Sign your posts |
~~~~ |
Your username 05:16, |
| 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 1Level 2Level 3Level 4Level 5 |
| Bullet list |
* one |
|
| Numbered list |
# one |
|
| Thumbnail image |
[[Image:Pdp-11-40.jpg|thumb|Caption text]] |
|