Editing Help:Getting started

From Nookipedia, the Animal Crossing wiki
Emotion Surprise NH Icon.png
Warning: You are not logged in.
Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Emotion Surprise NH Icon.png
Warning: You are not logged in.
Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit. Except in cases of vandalism, please add a reason for undoing the edit in the edit summary.

Latest revision Your text
Line 1: Line 1:
{{Help}}
+
This guide is here to help new users with ''getting started''' on '''Animal Crossing Wiki'''. It contains information on creating and editing articles, along with text formatting.
This page is here to help you '''get started on Nookipedia'''. It assumes you have a basic knowledge of [[Help:Intro to Wikitext|Wikitext]] and have read our [[Nookipedia:Manual of Style|Manual of Style]]. If you have any questions about how to contribute here on the wiki or you're unsure about what you're doing you can always ask a [[Nookipedia:Staff|staff member]], post a question on the talk page in question, or bring up the issue on our [[Nookipedia:Discord|Discord server]].
 
  
==Making your first edit==
+
__TOC__
Once you've found an article you want to edit, you can start by clicking the '''Edit''' button at the top of the page. This will bring up a text box where you can make changes to the content on the page. Before saving your changes though, you should click the "Show preview" button— this way you can make sure that you've typed everything in as you intended. If you're unsure about how an aspect of language or formatting is handled on the wiki be sure to reference the [[Nookipedia:Manual of Style|Manual of Style]].
 
  
Before submitting your edit, you should also type in a quick summary of the changes you made to the page. For example, "Fixed 'Nok' to 'Nook'". You should also check the "This is a minor edit" box if you made a small change, like correcting a misspelled word. If everything looks right, click the save page button. Congrats! You just made your first edit! You can view a list of your recent edits on the [[Special:Contributions]] page.
+
==Editing Articles==
 +
Once you've found an article to edit, you can start your editing by clicking the '''Edit''' button at the top of the page.  This will bring up a text box where you can edit the article however you need. Before saving your changes however, it's recommended that you click the "Show preview" button next to the save page button. This way you can make sure that you've typed everything correctly, used correct formatting, etc. If everything looks right, you can click the save page button. Just be sure that your edits to the article fit within our [[Animal Crossing Wiki:Quality Standards|Quality Standards]].
  
==To-do list==
+
Before submitting your article, you may also type in a quick summary of what you edited. For example, "Fixed 'Nok' to 'Nook'", or "Fixed incorrect item source". You should also check the "This is a minor edit" button if you only made a small fix, such as correcting a misspelled word.
Checking something off of the to-do list is a quick way to start making a difference here on the wiki. Each of the icons below links to a list of different pages that need a specific type of editing. Templates on each of these pages will often provide additional, specific information on what the problem is. Once you take care of a task, you can remove the template and make a note in the edit summary.
 
{{MediaWiki:Recentchangestext}}
 
  
==Nookipedia projects==
+
===Creating Articles===
Joining a project team is a great way to learn about the different kinds of pages on the wiki and the different standards used when editing them. There are several ongoing projects that focus on different aspects of the {{SER}}, a list of active projects is listed below, but you can find the full list on our [[Nookipedia:Projects|Projects page]].
+
If you can't find an article you feel like editing, you can always write a new article!  First, you'll need a topic.  It should obviously be related to Animal Crossing.  If you're stuck, try looking at our list of [[Special:WantedPages|wanted pages]].  There are a couple different ways to create an article.  The first is to click a red link.  If you can't find a red link for the article you want to create, feel free to place it in the [[Animal Crossing Wiki:Sandbox|sandbox]] and click it.  The second way is to search for your article.  For example, if you wanted to create the article 'Dr. Shrunk', you could search for Dr. Shrunk in the search box at the top right of every page.  Then you may click the 'create this page' link.
{{Nookipedia:Projects#Active Projects}}
+
 
<br>
+
==Wiki Coding==
{{Navbox Nookipedia}}
+
===Simple Text Formatting===
[[Category:Help]]
+
Wikis such as '''Animal Crossing Wiki''' have their own text formatting system.  Although you can use the toolbar above the edit box to apply basic formatting to text, it can only do the most basic of formatting such as bolding or italicizing text.  Below you'll see a list of some common formatting code.
 +
 
 +
{| style="width:95%;border:1px solid #CCC" border="1" cellspacing="0" cellpadding="7"
 +
|-
 +
! Description !! What You See !! What You Type
 +
|-
 +
| Bold text || '''Bold text''' || <pre>'''Bold text'''</pre>
 +
|-
 +
| Italic text || ''Italic text'' || <pre>''Italic text''</pre>
 +
|-
 +
| Bold italicized text || '''''Bold and italic text''''' || <pre>'''''Bold and italic text'''''</pre>
 +
|-
 +
| Escape markup || <nowiki>'''This'''</nowiki> is not bold. || <pre>&lt;nowiki&gt;'''This''' is not bold.&lt;/nowiki&gt;</pre>
 +
|-
 +
| Underlined text || <u>Underline</u> || <pre>&lt;u&gt;Underline&lt;/u&gt;</pre>
 +
|-
 +
| Strikethrough text || <s>Strikethrough</s> || <pre>&lt;s&gt;Strikethrough&lt;/s&gt;</pre>
 +
|-
 +
| Signature/Timestamp || --[[User:GoalieGuy6|GoalieGuy6]] 15:45, 26 October 2010 (EDT) || <pre>--~~~~</pre>
 +
|-
 +
| New Paragraph/Line Breaks
 +
| Paragraph 1. Single line breaks will not show up.<br />
 +
I can force a new line with the br tag.
 +
 
 +
You need a double line break to start a new paragraph.
 +
|<pre>Paragraph 1.
 +
Single line breaks will not show up.&lt;br /&gt;
 +
I can force a new line with the br tag.
 +
 
 +
You need a double line break to start a new paragraph.</pre>
 +
|-
 +
| Comment || Comments can only be seen when editing a page.  (Click the view source button to see the comment) || <pre>&lt;!-- This can't be seen when viewing a page. --&gt;</pre>
 +
|-
 +
| Monospaced text || <tt>This is monospaced text</tt> || <pre>&lt;tt&gt;This is monospaced text&lt;/tt&gt;</pre>
 +
|}
 +
 
 +
===Formatting Links===
 +
There are also special wiki codes to create links on '''Animal Crossing Wiki'''.  See the table below for more help.
 +
 
 +
{| style="width:95%;border:1px solid #CCC" border="1" cellspacing="0" cellpadding="7"
 +
|-
 +
! Description !! What You See !! What You Type
 +
|-
 +
| Direct Link || [[Animal Crossing: City Folk]] || <pre>[[Animal Crossing: City Folk]]</pre>
 +
|-
 +
| Piped Link || [[Animal Crossing: Wild World|Wild World]] || <pre>[[Animal Crossing: Wild World|Wild World]]</pre>
 +
|-
 +
| Non-Existent Page Link (Click the link to create the page.) || [[Fake Page]] || <pre>[[Fake Page]]</pre>
 +
|-
 +
| Category Link || [[:Category:Games]] || <pre>[[:Category:Games]]</pre>
 +
|-
 +
| Namespace Link || [[Animal Crossing Wiki:Main Page]] || <pre>[[Animal Crossing Wiki:Main Page]]</pre>
 +
|-
 +
| User Link || [[User:Karrott]] || <pre>[[User:Karrott]]</pre>
 +
|-
 +
| External Links
 +
| *[http://animal-crossing.com/]
 +
*http://animal-crossing.com/
 +
*[http://animal-crossing.com/ Animal Crossing Site]
 +
| <pre>*[http://animal-crossing.com/]
 +
*http://animal-crossing.com/
 +
*[http://animal-crossing.com/ Animal Crossing Site]</pre>
 +
|-
 +
| Wikipedia Link || [[Wikipedia: Animal Crossing: City Folk]] || <pre>[[Wikipedia: Animal Crossing: City Folk]]</pre>
 +
|-
 +
| Anchor Link
 +
| [[Animal Crossing: City Folk#Controls]]
 +
[[Animal Crossing: City Folk#Controls|AC:CF Controls]]
 +
| <pre>[[Animal Crossing: City Folk#Controls]]
 +
[[Animal Crossing: City Folk#Controls|AC:CF Controls]]</pre>
 +
|-
 +
| Hide Namespace or text in parentheses
 +
|[[Animal Crossing (Series)|Animal Crossing]]
 +
[[:Category:Characters|Characters]]
 +
| <pre>[[Animal Crossing (Series)|]]
 +
[[:Category:Characters|]]</pre>
 +
|}

Please note that all contributions to Nookipedia are considered to be released under the Attribution-ShareAlike 3.0 Unported (see Nookipedia:General disclaimer for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)