Difference between revisions of "How to Contribute to Maurypedia"

From Maurypedia
Jump to: navigation, search
Line 91: Line 91:
  
 
[[File:Maury surname sections 2a.png|800px|frameless|none]]
 
[[File:Maury surname sections 2a.png|800px|frameless|none]]
 +
 +
==Adding Lists==
 +
To add a numbered list, use the hash or pound symbol.
 +
 +
<nowiki># first item
 +
# second item
 +
# third item</nowiki>
 +
 +
To add a bulleted list, use the asterisk symbol.
 +
 +
<nowiki>* first item
 +
* second item
 +
* third item</nowiki>
 +
 +
For example, we can add a bulleted (un-numbered) list of people with the surname Maury to the "notable members" section of the "Maury (surname)" article, as well as a numbered list of external links to the end of the article:
 +
 +
[[File:Maury_surname_lists.png|800px|frameless|none]]
 +
 +
Result:
 +
 +
[[File:Maury_surname_lists_2.png|800px|frameless|none]]

Revision as of 21:56, 5 February 2021

This page is a brief introduction to the MediaWiki platform and includes some tips for creating new content.

Creating an account

To create and edit pages, you must create an account.

To create an account, click here.

Creating a new page

You can create a new page in Maurypedia by:

  1. clicking a word or phrase in an existing article that has already been tagged, but where the article has not yet been written;
  2. tagging a word or phrase in an existing article; or
  3. using the "Create a Page" page.

Creating A Page By Clicking a Tagged Word or Phrase

When reading an article, you may notice that a word or phrase is marked in red, for example:

none Example of a tagged word

In this example, the word "Maury" has been tagged but the article has not yet been created.

Clicking on the word "Maury" you will go to a page that will allow you to create a page called "Maury (disambiguation)." A disambiguation page is a page that allows readers to distinguish between different uses of a word.

Creating maury disambig.png

Note that if you click the "Edit" button at the top-right of the screen while reviewing the original "Maury County, Tennessee" article, you will see that it was tagged using double-square brackets:

Maury tagged edit.png

Note that the format here is [[ Name of new article being tagged | tagged text in old article ]].

Creating A Page By Tagging A Word or Phrase in an Existing Article

Let us return to the "Creating Maury (disambiguation)" page. We got there by clicking the "Maury" link on the "Maury County, Tennessee" article (see above).

We added some marked-up text to this article so that it has content:

Creating maury disambig 2.png

Note that the first entry links to an already-existing article, for "Maury County, Tennessee."

Also note that the second entry creates a new article "Maury (surname)."

Finally, note that the last entry links to a Wikipedia article about the talk show Maury. Links to websites outside of Maurypedia only use single brackets -- using the format: [https://somewhere.com Link to Somewhere on the Internet]. Note that there is also no pipe character | between the URL and the description.

(Don't worry if you don't understand all of the other markup just yet -- we'll get to that later).

We can then click the "Save page" button at the bottom to save the page.

Once saved, the new article will appear as it would to a user:

Maury disambig.png

Clicking on the red link for family surname will now allow you to create an article titled "Maury (surname."

Maury surname.png

Using the "Create a Page" Page

The "Create a Page" page allows you to create a page without first tagging it in another article. This is generally not encouraged, as it can lead to orphaned pages. But it can be a good way to start a page about a subject that is not related to any other articles yet written. For example, as of now we do not have an article written on "Columbia Central High School" or "football", so you could use the "Create A Page" to create a page for "Columbia Central High School Football (high school sports teams)" if you wanted to have a page, say, that recorded the yearly win-lose-tie records of the Columbia Central Lions football teams.


Categorizing Pages

To add a category to a page, edit it and add a special category tag to it. A category tag uses the format: [[ Category: CategoryName ]].

For example, the "Maury (surname)" page we created earlier needs to be added to the "Personalities" and "History" category.

Maury surname cat.png

Once this edit is saved, you will see a category bar at the bottom of the article.

Maury surname cat2.png

Formatting Pages with Bold and Italics

To make something bold, wrap it with three single quotation marks: '''bold'''.

To make something italic, wrap it with two single quotation marks: ''italic''.

To make something bold AND italic, wrap it with five single quotation marks: bold AND italic.

Adding Headings and Sub-Headings

To add a section heading, wrap the text in two "equal" signs: ==Heading==.

To add a sub-section underneath a section heading, use three "equal" signs: ===Sub-heading===.

Note that adding headings and sub-headings will result in the creation of a table of contents for the article when more than three section headings are added.

For example:

Maury surname sections 1a.png

Result:

Maury surname sections 2a.png

Adding Lists

To add a numbered list, use the hash or pound symbol.

# first item # second item # third item

To add a bulleted list, use the asterisk symbol.

* first item * second item * third item

For example, we can add a bulleted (un-numbered) list of people with the surname Maury to the "notable members" section of the "Maury (surname)" article, as well as a numbered list of external links to the end of the article:

Maury surname lists.png

Result:

Maury surname lists 2.png