From HoverCloud

This page describes how to edit pages on the Hovercloud web site in specific detail. For more more generalized help, or more complex examples, please see MediaWiki's How to edit a page (http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page#Sections.2C_paragraphs.2C_lists_and_lines). If you are just starting out and would like to experiment with a few things, please edit the Sandbox page, where you are free to experiment. Edits you make on this page, or on any viewable page of the web site will be immediately visible to visitors, so please avoid making changes there until you have had some practice in the Sandbox. Thanks!

Table of contents

How to Edit a Page

To edit a page, click on the "Edit" tab at the top of the page (pages on the web site that are not part of the Wiki do not have an edit tab.) This will bring you to a page with a text box containing the editable text of the page. You should write a short edit summary in the small field below the edit box, using shorthand to describe your changes. When you've finished, press the "Preview" button to see how your changes will look. If you're happy with what you see, then press "Save" and your changes will be immediately applied to the article.

You can also click on the "Discussion" tab to see the corresponding talk page for an article, which contains comments about the page from other users. Click on the "+" tab to add a new section, or edit the page in the same way as an article page.

How to Create a New Page

To create a new page, edit an existing page to create a link to a new page in it with the name of the page you would like to add, it will look something like this when you are editing: [[My New Page]]. Once you save the page, you'll notice a red link in the page that points to the still non-existent page. When you follow this link you will be offered the oportunity to define the initial contents of the page, and it's just like editing a page above.

If you would like to create sort of a secret new page, without any links to it until you are done, you may create a URL that makes sense for pointing at the new page, like http://hovercloud.com/wiki/My_New_Page, and place it in your browser's address bar. Once you go there you will need to click on the Edit tab to edit the page. When using this technique, be sure to add a link to your new page on some existing page when you are done or no one will see it.

Minor Edits

When editing a page, you may mark that edit as being "minor". Minor edits generally mean spelling corrections, formatting, and minor rearrangement of text. It is possible to hide minor edits when viewing recent changes.

Marking a significant change as a minor edit is considered bad behavior, and even more so if it involves the deletion of some text. If one has accidentally marked an edit as minor, the person should edit the source once more, mark it major (or, rather, ensure that the check-box for "This is a minor edit" is not checked), and, in the summary, state that the previous change was a major one. All of this helps other users keep an eye out for changes to pages that they would like to be able to review.

Wiki Markup

The wiki markup is the syntax system you use to format a page. Most of the examples below were copied from MediaWiki's How to edit a page (http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page#Sections.2C_paragraphs.2C_lists_and_lines), where you can find the more complete list.

In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.

You may want to keep this page open in a separate browser window for reference. If you want to try out things without danger of doing any harm, you can do so in the Sandbox. Try opening the Sandbox in a separate window or tab and keeping this page open for reference.

Sections, Paragraphs, Lists and Lines

What it looks like What you type

Start your sections as follows:

New section

Subsection

Sub-subsection

  • Start with a second-level heading (==); do not use first-level headings (=).
  • Do not skip levels (e.g., second-level followed by fourth-level).
  • A Table of Contents will automatically be added to an article that has four or more sections.
==New section==

===Subsection===

====Sub-subsection====

A single newline generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the function diff (used internally to compare different versions of a page).

But an empty line starts a new paragraph.

  • When used in a list, a newline does affect the layout (see below).
A single newline
generally has no effect on the layout. 
These can be used to separate
sentences within a paragraph.
Some editors find that this aids editing
and improves the function ''diff'' 
(used internally to compare
different versions of a page).

But an empty line
starts a new paragraph.

You can break lines
without starting a new paragraph.

  • Please use this sparingly.
  • Close markup between lines, don't start a link or italics or bold on one line and close it on the next.
You can break lines<br>
without starting a new paragraph.
  • Lists are easy to do:
    • Start every line with a star.
      • More stars means deeper levels.
        • A newline in a list

marks the end of a list item.

  • An empty line starts a new list.
* Lists are easy to do:
** Start every line with a star.
*** More stars means deeper levels.
**** A newline in a list
marks the end of a list item.

* An empty line starts a new list.
  1. Numbered lists are also good
    1. very organized
    2. easy to follow
      1. easier still
# Numbered lists are also good
## very organized
## easy to follow
### easier still
  • You can even do mixed lists
    1. and nest them
      • like this
* You can even do mixed lists
*# and nest them
*#* like this
Definition list 
list of definitions
item 
the item's definition
another item
the other item's definition
  • One item per line; a newline can appear before the colon, but using a space before the colon improves parsing.
; Definition list : list of definitions
; item : the item's definition
; another item
: the other item's definition
A colon indents a line or paragraph.

A manual newline starts a new paragraph.

  • This is primarily for displayed material, but is also used for discussion on Talk pages.
: A colon indents a line or paragraph.
A manual newline starts a new paragraph.
IF a line starts with a space THEN
it will be formatted exactly
as typed;
in a fixed-width font;
lines won't wrap;
ENDIF
  • This is useful for:
    • pasting preformatted text;
    • algorithm descriptions;
    • program source code;
    • ASCII art;
    • chemical structures;
  • WARNING: If you make it wide, you force the whole page to be wide and hence less readable, especially for people who use lower resolutions. Never start ordinary lines with spaces.
 IF a line starts with a space THEN
 it will be formatted exactly
 as typed;
 in a fixed-width font;
 lines won't wrap;
 ENDIF

A horizontal dividing line: this is above it


and this is below it.

  • Mainly useful for separating threads on Talk pages, please use sparingly on other pages.
A [[horizontal dividing line]]:
this is above it
----
and this is below it.

Links and URLs

What it looks like What you type

Article about Thwarting Spambots.

  • A link to another wiki article.
  • Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended).
  • Thus the link above is to the URL http:/wiki/Thwarting_Spambots, which is the page with the name "Thwarting Spambots".
Article about [[Thwarting Spambots]].

We can hide your email.

  • Same target, different name.
  • This is a piped link.
We can [[Thwarting Spambots|hide your email]].

Automatically hide stuff in parentheses: kingdom.

Automatically hide namespace: Village Pump.

Or both: Manual of Style

But not: [[Wikipedia:Manual of Style#Links|]]

  • The server fills in the part after the pipe character (|) when you save the page. The next time you open the edit box you will see the expanded piped link. When previewing your edits, you will not see the expanded form until you press Save and Edit again. The same applies to links to sections within the same page (see previous entry).
Automatically hide stuff in parentheses:
[[kingdom (biology)|]].

Automatically hide namespace: 
[[Wikipedia:Village Pump|]].

Or both:
[[Wikipedia:Manual of Style (headings)|]]

But not:
[[Wikipedia:Manual of Style#Links|]]

The weather in London is a page that doesn't exist yet.

  • You can create it by clicking on the link (but please don't do so with this particular link).
  • To create a new page:
    1. Create a link to it on some other (related) page.
    2. Save that page.
    3. Click on the link you just made. The new page will open for editing.
  • For more information, see How to start a page and check out Wikipedia's naming conventions.
  • Please do not create a new article without linking to it from at least one other article.
[[The weather in London]] is a page 
that doesn't exist yet.

When adding a comment to a Talk page, you should sign it by adding three tildes to add your user name:

Ben Brockert

or four to add user name plus date/time:

Ben Brockert 00:18, Nov 19, 2004 (UTC)

Five tildes gives the date/time alone:

00:18, Nov 19, 2004 (UTC)
  • The first two both provide a link to your user page.
When adding a comment to a Talk page,
you should sign it by adding
three tildes to add your user name:
: ~~~
or four for user name plus date/time:
: ~~~~
Five tildes gives the date/time alone:
: ~~~~~

Email Addresses

What it looks like What you type
An email link for a member: <email>Van Boughner</email>

or, using their database id: <email>13</email>

or, using the name of a position: <email>Webmaster</email>

or, using a one-time entered email address and name: <email>madeupemail@madeupdomain,Made Up Name</email>

or, using a one-time entered email address, name, and position: <email>madeupemail@madeupdomain,Made Up Name,Made Up Position</email>

An email link for a member: <email>Van Boughner</email>

or, using their database id: <email>13</email>

or, using the name of a position: <email>Webmaster</email>

or, using a one-time entered email address and name:
<email>madeupemail@madeupdomain,Made Up Name</email>

or, using a one-time entered email address, name, and position:
<email>madeupemail@madeupdomain,Made Up Name,Made Up Position</email>

Images

What it looks like What you type

Photo gallery image (click to enlarge)

The image rotation system uses thumbnails from the photo gallery. Within the <imgarray></imgarray> tags you may specify the directory name of one album (as seen in the URL, not within the title of the pages).

By default a picture is floated to the right, with the top of the picture beginning where the tag was placed in the text, so it is generally a good idea to include the tag before the paragraph next to which you'd like it to appear.

Photo gallery image (click to enlarge)

If you don't place an album directory within the tag, you will get a random picture picked from amoung all of the albums in the gallery.

If you include this tag more than once on the page, you will get a different picture every time, even if you use the same album directory in them all. Pictures will not be selected from sub-albums.

Photo gallery image (click to enlarge)

If you place the word left within the tags, separated from the album name with a comma, the picture will be floated to the left instead of the right. Note also that if you place a directory name (from the gallery) and an image name from within that directory together, instead of a random image you will get the one specific image you have asked for.

<imgarray>snow</imgarray>
The image rotation system uses thumbnails from
the photo gallery. Within the <imgarray></imgarray>
tags you may specify the directory name of one
album (as seen in the URL, not within the title
of the pages).

By default a picture is floated to the right,
with the top of the picture beginning where the
tag was placed in the text, so it is generally
a good idea to include the tag ''before'' the
paragraph next to which you'd like it to appear.

<imgarray></imgarray>
If you don't place an album directory within the
tag, you will get a random picture picked from
amoung '''all''' of the albums in the gallery.

If you include this tag more than once on the
page, you will get a different picture every
time, even if you use the same album directory
in them all.  Pictures will not be selected from
sub-albums.

<imgarray>left,snow/06_backyard</imgarray>
If you place the word '''left''' within the tags,
separated from the album name with a comma,
the picture will be floated to the left
instead of the right.  Note also that if you place
a directory name (from the gallery) and an image
name from within that directory together, instead
of a random image you will get the one specific
image you have asked for.

Character Formatting

What it looks like What you type

Emphasize, strongly, very strongly.

  • These are double, triple, and quintuple apostrophes (single-quote marks), not double-quote marks.
''Emphasize'', '''strongly''', '''''very strongly'''''.

A typewriter font for monospace text or for computer code: int main()

  • For semantic reasons, using <code> where applicable is preferable to using <tt>.
A typewriter font for <tt>monospace text</tt>
or for computer code: <code>int main()</code>

You can use small text for captions.

You can use <small>small text</small> for captions.

You can strike out deleted material and underline new material.

You can also mark deleted material and inserted material using logical markup rather than visual markup.

  • When editing regular Wikipedia articles, just make your changes and don't mark them up in any special way.
  • When editing your own previous remarks in talk pages, it is sometimes appropriate to mark up deleted or inserted material.
You can <s>strike out deleted material</s>
and <u>underline new material</u>.

You can also mark <del>deleted material</del> and
<ins>inserted material</ins> using logical markup
rather than visual markup.

Diacritical marks:
À � Â Ã Ä Å
Æ Ç È É Ê Ë
Ì � Î � Ñ Ò
Ó Ô Õ Ö Ø Ù
Ú Û Ü ß à á
â ã ä å æ ç
è é ê ë ì í
î ï ñ ò ó ô
œ õ ö ø ù ú
û ü ÿ


&Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring; 
&AElig; &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml; 
&Igrave; &Iacute; &Icirc; &Iuml; &Ntilde; &Ograve; 
&Oacute; &Ocirc; &Otilde; &Ouml; &Oslash; &Ugrave; 
&Uacute; &Ucirc; &Uuml; &szlig; &agrave; &aacute; 
&acirc; &atilde; &auml; &aring; &aelig; &ccedil; 
&egrave; &eacute; &ecirc; &euml; &igrave; &iacute;
&icirc; &iuml; &ntilde; &ograve; &oacute; &ocirc; 
&oelig; &otilde; &ouml; &oslash; &ugrave; &uacute; 
&ucirc; &uuml; &yuml;

Punctuation:
¿ ¡ § ¶
† ‡ • – —
‹ › « Â»
‘ ’ “ ”


&iquest; &iexcl; &sect; &para;
&dagger; &Dagger; &bull; &ndash; &mdash;
&lsaquo; &rsaquo; &laquo; &raquo;
&lsquo; &rsquo; &ldquo; &rdquo;

Commercial symbols:
™ © ® ¢ € Â¥
£ ?


&trade; &copy; &reg; &cent; &euro; &yen; 
&pound; &curren;

Suppressing interpretation of markup:
Link → (''to'') the [[Main Page]]

  • Used to show literal data that would otherwise have special meaning.
  • Escape all wiki markup, including that which looks like HTML tags.
  • Does not escape HTML character references.
  • To escape HTML character references such as &rarr; use &amp;rarr;


<nowiki>Link &rarr; (''to'') 
the [[Main Page]]</nowiki>

Commenting page source:
not shown when viewing page

  • Used to leave comments in a page for future editors.
  • Note that most comments should go on the appropriate Talk page.


<!-- comment here -->

About the Table of Contents

Having at least four headers on a page triggers the TOC to appear in front of the first header (or after introductory sections). Putting __TOC__ anywhere forces the TOC to appear at that point (instead of just before the first header). Putting __NOTOC__ anywhere forces the TOC to disappear.

Placing __NOEDITSECTION__ anywhere in the page forces the section editing links to disappear.