Help:Contents
From NMR Wiki
To edit a particular page: first go to that page, click 'edit' tab and type in your text, then hit 'save page button' below.
Try editing wikitext in the sandbox
Contents |
Structuring text
Paragraphs
A paragraph is simply text typed in without line-breaks. To start a new paragraph, insert an empty line and type on the following line.
Sections
To add a section type
==Section Name==
For a sub section
===Subsection Name===
Sub-sub etc sections can be added in the same fashion
Lists
Bulleted list
*item1 *item2 *item3
will look like
- item1
- item2
- item3
Numbered list
#first #second #third
Will give your the following appearance
- first
- second
- third
Quoted text
Quoted text is something that you want to appear just the way you type it in. To get that effect for a given line, begin that line with a space character. This is perfect for giving examples of computer code and other functional text
x+y=z z-x=y
Styling text
Bold text
Bold text
'''Bold text'''
Italic text
Italic text
''Italic text''
Links
Internal Links
To insert a link to a new or existing page within this wiki type:
[[Name of page]]
After saving that a new link will appear.
If you want the link text contain something different from the name of target page, use this format
[[Name of page|link text]]
External Links
To insert a link to external web-page:
[http:www.example.com/path/to/page/page.html Example webpage]
A new link "Example webpage" will appear
HTML and CSS support
You can type plain html and it will be shown by browsers properly. It is also possible to style your documents with CSS (cascading style sheets), at this time only inline styles are possible. NMRWiki style sheet has not been yet developed.
Special Features
Mathematical equations
Math extension is not yet supported, but will be in the (hopefully near) future.
Advanced Wiki editing
Here is full MediaWiki User documentation