Difference between revisions of "Help:Starting a new page"

From HeRO Wiki
Jump to: navigation, search
m (New page: It's very easy to edit the contents of a wiki. It only takes a few clicks. * Click the '''edit''' page tab at the top of the page. * Make changes to the text...)
 
m
Line 1: Line 1:
It's very easy to edit the contents of a wiki. It only takes a few clicks.
+
There are several ways to start a new page.
  
* Click the '''edit''' [[Help:Navigation#Page Tabs|page tab]] at the top of the page.
+
== Using Wikilinks ==
* Make changes to the text.
+
MediaWiki makes it very easy to link wiki pages using a standard syntax (see [[Help:Links|Links]]). If you (or anyone else) creates a link to an article that doesn't exist yet, the link will be coloured red, <span style="color: #ba0000">like this</span>.
* Click the '''Save page''' button.
+
  
Simple as that!
+
Clicking a red link, will take you to the edit page for the new article.  Simply type your text, click save and the new page will be created.
  
== Editing rules, editing conventions, and formatting ==
+
Once the page has been created, the link will change from <span style="color: #ba0000">red</span> to <span style="color: #002bb8;">blue</span> (<span style="color: #5a3696;">purple</span> for pages you've visited) indicating that the article now exists.
  
The number one rule of wiki editing, is to ''be bold''. Dive in and make changes. Other people can correct mistakes later, so have confidence, and give it a try! There can be all kinds of editing conventions, rules, and philosophy governing the editing of wiki pages, but the "be bold" rule overrides these!
+
Usually this is the best way to create a new page, because it means that right from the start, the page will be linked from at least one other place on the wiki (and typically you will want to mesh it into other related pages later) If you are creating a new page without creating any link to it, you may need to ask yourself: Does this page really fit in with the topics already covered in the wiki? Also, how are you expecting visitors to find this page? Normally there is no reason to create a page without first creating a red link to it.
  
In general try to write clearly and concisely and make sure you are always aiming to do something which improves the wiki contents. An edit might be to contribute whole paragraphs or pages full of information, or it could be as simple as fixing a typo or spelling mistake.
+
== Using the URL ==
 +
You can use the wiki's URL for creating a new page. The URL to an article of the wiki is usually something like this:
 +
*<code><nowiki>http://www.example.net/index.php/</nowiki>'''ARTICLE'''</code> &nbsp;&nbsp; or
 +
*<code><nowiki>http://www.example.net/wiki/</nowiki>'''ARTICLE'''</code>
  
When you need to use some type of formatting e.g. new headings or '''bold''' text, you do this using wiki syntax. See [[Help:Formatting]] for some of the common types of formatting used.
+
If you replace <code>'''ARTICLE'''</code> with the name of the page you wish to create, you will be taken to a blank page which indicates that no article of that name exists yet. Clicking the "''edit''" [[Help:Navigation#Page Tabs|page tab]] at the top of the page will take you to the edit page for that article, where you can create the new page by typing your text, and clicking submit.
  
== Edit Summary ==
+
== From the search page ==
 +
If you search for a page that doesn't exist (using the search box and 'go' button on the left of the page) then you will be provided with a link to create the new page.  (Note that this technique doesn't work if you use the 'search' button).
  
Before you save a change, you can enter a short note in the '''Summary''' box describing your changes. Don't worry too much about this, or spend too much time thinking about it, but try to give a little description of what you just changed e.g. "''fixed typo''" or "''added more information about sunflowers''".
+
{{Admin tip|tip=The "{{mediawiki|Extension:Inputbox|inputbox extension}}" allows you to provide an even easier way for your users to create new pages}}
  
The summary gets stored alongside your edit, and allows people to [[Help:Tracking changes|track changes]] in the wiki more effectively.
+
== Create redirects to your new page ==
 +
Don't forget to setup redirects when you create a page. If you think another person may search for the page you've created by using a different name or spelling, please create the proper redirect(s). See [[Help:Redirects]]
  
== Preview ==
+
== Protecting your new page ==
 +
Normally a new wiki page can be edited by other people (that ''is'' one of the main ideas of a wiki!)  However, you could 'protect' the page, if desired, to prevent normal users from editing it. This requires sysop permissions.
  
It's a good idea to use the 'Show preview' button to see what your change will look like, before you save it. This is also related to [[Help:Tracking changes|tracking changes]] because every time you save, this is displayed to others as a separate change. This isn't something to worry about too much, but it's good to get into the habit of eliminating mistakes in your own work, by using a preview before saving, rather than saving several minor corrections afterwards.
+
[[Category:Help|Starting a new page]]
 
+
== Other types of editing ==
+
With wiki edits you can start a new page, move (or rename) a page, or even delete a page:
+
* [[Help:Starting a new page]]
+
* [[Help:Moving a page]]
+
* [[Help:Deleting a page]]
+
Remember you should always aim to improve the overall contents of the wiki with your edits.
+
 
+
== Discussion ==
+
Every article has its own "talk page" where you can ask questions, make suggestions, or discuss corrections. See [[Help:Talk pages]]
+
 
+
[[Category:Edit]]
+
[[Category:Help|{{PAGENAME}}]]
+

Revision as of 15:36, 29 July 2008

There are several ways to start a new page.

Using Wikilinks

MediaWiki makes it very easy to link wiki pages using a standard syntax (see Links). If you (or anyone else) creates a link to an article that doesn't exist yet, the link will be coloured red, like this.

Clicking a red link, will take you to the edit page for the new article. Simply type your text, click save and the new page will be created.

Once the page has been created, the link will change from red to blue (purple for pages you've visited) indicating that the article now exists.

Usually this is the best way to create a new page, because it means that right from the start, the page will be linked from at least one other place on the wiki (and typically you will want to mesh it into other related pages later) If you are creating a new page without creating any link to it, you may need to ask yourself: Does this page really fit in with the topics already covered in the wiki? Also, how are you expecting visitors to find this page? Normally there is no reason to create a page without first creating a red link to it.

Using the URL

You can use the wiki's URL for creating a new page. The URL to an article of the wiki is usually something like this:

  • http://www.example.net/index.php/ARTICLE    or
  • http://www.example.net/wiki/ARTICLE

If you replace ARTICLE with the name of the page you wish to create, you will be taken to a blank page which indicates that no article of that name exists yet. Clicking the "edit" page tab at the top of the page will take you to the edit page for that article, where you can create the new page by typing your text, and clicking submit.

From the search page

If you search for a page that doesn't exist (using the search box and 'go' button on the left of the page) then you will be provided with a link to create the new page. (Note that this technique doesn't work if you use the 'search' button).

Tip for wiki admins: The "Template:Mediawiki" allows you to provide an even easier way for your users to create new pages

Create redirects to your new page

Don't forget to setup redirects when you create a page. If you think another person may search for the page you've created by using a different name or spelling, please create the proper redirect(s). See Help:Redirects

Protecting your new page

Normally a new wiki page can be edited by other people (that is one of the main ideas of a wiki!) However, you could 'protect' the page, if desired, to prevent normal users from editing it. This requires sysop permissions.