Difference between revisions of "Help:Contents"

From Romance Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
[[Category:Adding Content To The Romance Wiki]] [[Category:Editing Pages]] [[Category:Help]]
 +
While working with wiki software is fairly simple, a few tricks will get you started. We've also created a few templates that can be copied and pasted into standard pages -- by filling in key information, you are well on your way to creating an author or book listing.
  
 +
== Templates ==
 +
These templates were created to help get you started. The templates are just guidelines -- include as much information as you can to help us build the wiki. To copy and paste a template, click on the edit link at the top of the page to open it. Copy and paste the code in the edit box into the page you are trying to create.
 +
 +
* [[Book Template]] - Use this template to create an entry for a book.
 +
* [[Author Template]] - The author template creates basic information about an author. You will likely want to expand beyond the template categories.
 +
 +
== Basic Editing Tips ==
 +
=== Creating A Page ===
 +
# Start from the RomanceWiki home page and pick a category such as [[Books]] or [[Authors]] or any other category that seems appropriate.
 +
##For large topic areas such as [[Books]], you may need to drill down to the correct section (such as a letter of the alphabet.
 +
# Click on the edit link and insert your page name in the list. For most new pages, the coding will look like this:
 +
<pre>* [[Book Title]]</pre>
 +
## The asterisk creates a new list item. The brackets create an internal link to your new page.
 +
# Click on the "Save page" button below the editing box.
 +
# You will return to your starting point. Click on the new page you just created and begin editing.
 +
 +
 +
== Other Resources
 +
* [http://en.wikipedia.org/wiki/Help:Contents#Editing_Wikipedia_-_The_Basics Editing Wikipedia - The Basics] - '''RomanceWiki''' runs on the same software as the [http://www.wikipedia.com Wikipedia]. Their help page is very well-organized and useful.
 +
* [http://meta.wikimedia.org/wiki/Help:Contents#For_editors WikiMedia.org Help] - Also very useful.
 +
* [http://www.mediawiki.org/wiki/Help:Manual MediaWiki Help Manual] - Help information from the software creators (not as robust as the Wikipedia help).

Revision as of 21:48, 13 February 2006

While working with wiki software is fairly simple, a few tricks will get you started. We've also created a few templates that can be copied and pasted into standard pages -- by filling in key information, you are well on your way to creating an author or book listing.

Templates

These templates were created to help get you started. The templates are just guidelines -- include as much information as you can to help us build the wiki. To copy and paste a template, click on the edit link at the top of the page to open it. Copy and paste the code in the edit box into the page you are trying to create.

  • Book Template - Use this template to create an entry for a book.
  • Author Template - The author template creates basic information about an author. You will likely want to expand beyond the template categories.

Basic Editing Tips

Creating A Page

  1. Start from the RomanceWiki home page and pick a category such as Books or Authors or any other category that seems appropriate.
    1. For large topic areas such as Books, you may need to drill down to the correct section (such as a letter of the alphabet.
  2. Click on the edit link and insert your page name in the list. For most new pages, the coding will look like this:
* [[Book Title]]
    1. The asterisk creates a new list item. The brackets create an internal link to your new page.
  1. Click on the "Save page" button below the editing box.
  2. You will return to your starting point. Click on the new page you just created and begin editing.


== Other Resources