Help:Editing
From Emissions Wiki
This page explains basic wiki markup and provides links to pages explaining advanced features. For a more complete guide, you may want to see Help:Editing on Wikimedia.org.
Contents |
Basic Formatting
Plain text appears the same way that it was entered. A single newline inside the editing window will not affect the appearance of the text, but two consecutive newlines (one blank line) will cause a paragraph break. You can also use bold, italics, and bold italics formatting on blocks of text.
|
What you see |
What you type |
|---|---|
|
Hello, world! |
Hello, world! |
|
Hello there. |
Hello there. |
|
Paragraph one. Paragraph two. |
Paragraph one. Paragraph two. |
|
Bold. Italics. Bold italics. |
'''Bold.''' ''Italics.'' '''''Bold italics.''''' |
Headings
Use headings to divide up a page into logical sections. A table of contents will automatically appear at the top of pages with four or more headings for easy navigation. See Help:Heading for information about using headings.
Links
Link from one page to another to help readers navigate your guide. You can link to any page on the wiki or any external web page. To link to a page in another wiki namespace, use the full page name (i.e. Help:Contents).
|
What you see |
What you type |
|---|---|
[[Kyoto Protocol]] | |
the [[Kyoto Protocol|famous Kyoto protocol (named link)]] | |
[[Nonexistant page]] | |
http://www.google.com | |
[http://www.google.com] | |
[http://www.google.com Google] |
Lists
You can create bulleted or numbered lists and sublists by prefixing lines with a special character.
|
What you see |
What you type |
|---|---|
|
* Bullet one * Bullet two * Bullet three |
|
# First # Second # Third |
|
* Point ** Subpoint ** Subpoint *** Subsubpoint * Point |
|
# Thing ## Subthing ## Subthing ### Subsubthing # Thing |
|
* Bullet # Numbered # Numbered * Bullet # Numbered # Numbered |
Indenting
You can indent paragraphs by prefixing the paragraph with a colon. This is helpful for lining up items under a bullet point or for quoting big blocks of text.
|
What you see |
What you type |
|---|---|
|
This is a short paragraph. It is not indented.
|
This is a short paragraph. It is not indented. :This is a second paragraph. It has been indented. ::This third paragraph has been indented twice. This can be useful for replying to others' comments on discussion pages. |
No Formatting/No Wiki
There are several methods to keep your text from being formatted and keep its contents from being parsed for wiki markup.
|
What you see |
What you type |
|---|---|
Preformatted text. Wiki markup still works. |
Preformatted text. '''Wiki markup still works.''' (There is a space before these lines.) |
|
Unwikified text. '''Wiki markup is off.''' |
<nowiki>[[Unwikified text.]] '''Wiki markup is off.'''</nowiki> |
Preformatted text. No [[formatting]] or '''wiki markup'''. |
<pre>Preformatted text. No [[formatting]] or '''wiki markup'''.</pre> |
Categories
You can place your page into categories that group it with related pages and make it easier for readers to find. See the Help:Category page for information about adding your page to categories and linking to category listings.

