Please show your support of Waihekepedia by adding a link to us from your web site. Waihekepedia T Shirts now available at the Ostend Market

Difference between revisions of "Help:Contents"

From Waihekepedia
Jump to navigation Jump to search
 
(33 intermediate revisions by 8 users not shown)
Line 1: Line 1:
== Editing basics ==
+
== Guidelines for Contribution ==
  
 +
Before editing any page in Waihekepedia, contributors should read [[Guidelines|our guidelines for contribution]]. This is critical if we are to keep Waihekepedia a reliable source of information about one of the greatest islands on earth.
  
 +
== Creating an Account ==
  
== Review policy and conventions ==
+
Creating an account lets you edit and create Waihekepedia pages and gives you many benefits, including increased editing options and user preferences. All good Waihekians should get one.
  
Make sure that you submit information which is relevant to the specific purpose of the wiki, or your content might be deleted. You can always use the talk pages to ask questions or check to see if your idea will be accepted. Please make note of the license your contributions will be covered with.  
+
See: [[Waihekepedia_Tutorial/Creating an Account|Creating an Account]] for information on how to create an account.
  
 +
== What to add ==
 +
Anything about Waiheke Island as outlined [[Guidelines|our guidelines for contribution]]. If you would like to contribute but don't have an idea what to start with,
 +
here is a list of pages that people would like to see: [[Special:WantedPages]].
 +
It's also a good start to simply edit existing pages and add content to them or update and correct information. No worries that you changes might be going in the wrong direction. It's always possible
 +
to reactivate the old content. In fact it is pretty common for pages to be changed over and over. There will never be such a thing as a final version.
  
== Start editing ==
+
== Editing basics ==
  
To start editing a MediaWiki page, click the Edit this page (or just edit) link at one of its edges. This brings you to the edit page: a page with a text box containing the wikitext - the editable code from which the server produces the finished page. If you just want to experiment, please do so in the sandbox, not here.
+
[[Waihekepedia_Tutorial/Editing basics|Editing basics]]
  
 +
== Add a new page ==
  
== Type your changes ==
+
Type the word or phrase you want to add in the search box on the left and click go. This will take you to a page not found page with a message at the top "No page with '''this exact title''' exists, trying full text search." Click on the '''this exact title''' to create a new page with the name that you searched for.
  
You can just type your text. However, also using basic wiki markup (described in the next section) to make links and do simple formatting adds to the value of your contribution. Wikimedia wikis have style guidelines available. If you follow these, your contributions will be more valuable as they won't need to be cleaned up later.
+
== Start editing ==
  
 +
To start editing a MediaWiki page, click the Edit this page (or just edit) link at one of its edges. This brings you to the edit page: a page with a text box containing the wikitext - the editable code from which the server produces the finished page.
  
== Summarize your changes ==
+
See: [[Waihekepedia_Tutorial/Editing_basics|Editing Basics]] for more help.
Write a short edit summary in the small field below the edit-box. You may use shorthand to describe your changes, as described in the edit summary legend.  
 
  
 +
== Type your changes ==
  
== Preview before saving ==
+
You can just type your text. However, also using basic wiki markup (described in the next section) to make links and do simple formatting adds to the value of your contribution.
  
When you have finished, click Show preview to see how your changes will look before you make them permanent. Repeat the edit/preview process until you are satisfied, then click Save page and your changes will be immediately applied to the article.
+
[http://www.mediawiki.org/wiki/Help:Formatting# Go here for help with formatting your text ]
 +
 +
== Add categories ==
 +
You might want to add your page to the categories it belongs to by adding the appropriate category information.
 +
E.g on a a page about beaches you might want to add:
  
 +
<nowiki>[[Category:Beaches]]</nowiki>
  
 
+
You can add as many categories to a page as you see fit. For a list of available categories see [[Special:Categories]]
== Formatting Your Text ==
 
 
 
 
 
Text formatting markup
 
Description You type You get
 
applies anywhere
 
Italic text ''italic'' italic
 
Bold text '''bold''' bold
 
Bold and italic '''''bold & italic''''' bold & italic
 
Escape wiki markup <nowiki>no ''markup''</nowiki> no ''markup''
 
only at the beginning of the line
 
Headings of
 
 
 
different sizes
 
==level 1==
 
===level 2===
 
====level 3====
 
=====level 4=====
 
Level 1
 
Level 2
 
Level 3
 
Level 4
 
Horizontal rule ----
 
 
   
 
   
--------------------------------------------------------------------------------
+
== Preview before saving ==
 
Bullet list * one
 
* two
 
* three
 
** three and one-third
 
** three and two-thirds
 
  
one
+
When you have finished, click Show preview to see how your changes will look before you make them permanent. Repeat the edit/preview process until you are satisfied, then click Save page and your changes will be immediately applied to the article.
two
 
three
 
three and one-third
 
three and two-thirds
 
 
Numbered list # one
 
# two<br>spanning several lines<br>without breaking the numbering
 
# three
 
## three point one
 
## three point two
 
  
one
 
two
 
spanning several lines
 
without breaking the numbering
 
three
 
three point one
 
three point two
 
 
Mixture of bulleted
 
and numbered lists # one
 
# two
 
#* two point one
 
#* two point two
 
  
one
+
== Formatting your text ==
two
 
two point one
 
two point two
 
 
Definition list ;Definition
 
:item 1
 
:item 2
 
  
Definition
+
[http://www.mediawiki.org/wiki/Help:Formatting# Go here for help with formatting your text ]
item 1
 
item 2 
 
Preformatted text  preformatted text is done with
 
  a space at the
 
  beginning of the line
 
 
 
preformatted text is done with
 
a space at the
 
beginning of the line
 
 
  
 +
== Adding and formatting images ==
  
  
 +
Read about adding and formatting images here 
  
 +
[http://www.mediawiki.org/wiki/Help:Images Adding and Formatting Images]
  
Paragraphs
+
== Your page ==
MediaWiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can also start a new line with the HTML tag <br />.
 
  
 +
While most users will use user names, utter anonymity kills the idea of a community wiki. So when you have edited your first page, go to the Recent Changes page and click on your user name. A page for your details will come up. You don't need to put your real name but let other editors and users know something about you and your interests.
  
HTML
+
== Setting the date ==
Some HTML-Tags are allowed in MediaWiki, for example <code>, <div>, <span> and <font>.
 
  
Tip for wiki admins: If you trust your users you can allow full HTML by setting $wgRawHtml = true; in LocalSettings.php.
+
By default Waihekepedia will use GMT. This will be evident if the recent changes is 12 hours out. To set the date click [http://waihekepedia.com/index.php?title=Special:Preferences here].  Click "time zone" Click the "fill in from browser" button and click save.

Latest revision as of 05:37, 17 December 2008

Guidelines for Contribution

Before editing any page in Waihekepedia, contributors should read our guidelines for contribution. This is critical if we are to keep Waihekepedia a reliable source of information about one of the greatest islands on earth.

Creating an Account

Creating an account lets you edit and create Waihekepedia pages and gives you many benefits, including increased editing options and user preferences. All good Waihekians should get one.

See: Creating an Account for information on how to create an account.

What to add

Anything about Waiheke Island as outlined our guidelines for contribution. If you would like to contribute but don't have an idea what to start with, here is a list of pages that people would like to see: Special:WantedPages. It's also a good start to simply edit existing pages and add content to them or update and correct information. No worries that you changes might be going in the wrong direction. It's always possible to reactivate the old content. In fact it is pretty common for pages to be changed over and over. There will never be such a thing as a final version.

Editing basics

Editing basics

Add a new page

Type the word or phrase you want to add in the search box on the left and click go. This will take you to a page not found page with a message at the top "No page with this exact title exists, trying full text search." Click on the this exact title to create a new page with the name that you searched for.

Start editing

To start editing a MediaWiki page, click the Edit this page (or just edit) link at one of its edges. This brings you to the edit page: a page with a text box containing the wikitext - the editable code from which the server produces the finished page.

See: Editing Basics for more help.

Type your changes

You can just type your text. However, also using basic wiki markup (described in the next section) to make links and do simple formatting adds to the value of your contribution.

Go here for help with formatting your text

Add categories

You might want to add your page to the categories it belongs to by adding the appropriate category information. E.g on a a page about beaches you might want to add:

[[Category:Beaches]]

You can add as many categories to a page as you see fit. For a list of available categories see Special:Categories

Preview before saving

When you have finished, click Show preview to see how your changes will look before you make them permanent. Repeat the edit/preview process until you are satisfied, then click Save page and your changes will be immediately applied to the article.


Formatting your text

Go here for help with formatting your text

Adding and formatting images

Read about adding and formatting images here

Adding and Formatting Images

Your page

While most users will use user names, utter anonymity kills the idea of a community wiki. So when you have edited your first page, go to the Recent Changes page and click on your user name. A page for your details will come up. You don't need to put your real name but let other editors and users know something about you and your interests.

Setting the date

By default Waihekepedia will use GMT. This will be evident if the recent changes is 12 hours out. To set the date click here. Click "time zone" Click the "fill in from browser" button and click save.