Help:Contents/Creating Articles
Creating Articles
Follow the steps below to begin creating an article.
- Search the wiki to see if someone has already made an article on the topic.
- You can use the Search box on the left sidebar, or click here.
- If there are no results, you will see a link that says "Create the page on this wiki!"
- Click the red link, and you will arrive at an edit screen where you can begin creating your article.
- Use the "Show preview" button below the Edit Summary box to preview your changes before clicking "Save page".
- Please try to add or edit as much as possible before saving the page so you don't spam the Recent Changes page with notifications.
- You can use the "Show preview" button to see what your changes will look like before saving them.
- Please try to add or edit as much as possible before saving the page so you don't spam the Recent Changes page with notifications.
- Use the Edit Summary box to describe what you added or edited.
- Example: "Added debug menu screenshot."
Titles
When choosing a title...
- Use proper capitalization and punctuation.
- If you are uploading an article about a certain file, use the proper filename.
- Example: object_human
- To promote version independence, you should avoid adding a specific version to a page title if the same data is likely to appear in other versions.
- Ovl_player_actor/Get_Items - The starting address for this data changes between versions, but the data contained does not.
- Actor_Overlay_Table/Debug - Some of the data within changes between versions, thus the pages are split.
- When a page must state a specific version, use the following version codes
- NTSC 1.0, 1.1, 1.2
- PAL 1.1, 1.2
- PAL MQ
- NTSC MQ U, J (Differences between Master Quest U and J have not been fully researched)
- Debug
- IQue
Redirects
Sometimes an element has more than one commonly-known name. For example, Link's unused beam attack is known as both "Beam Blade" and "Blade Beam". You can create a redirect, so people searching for "Beam Blade" will get to the article for "Blade Beam". Add the following code to an article to create a redirect:
Code: |
#REDIRECT [[Element Name]] |
For example, you can add #REDIRECT [[Beam Blade]] to the Animal Forest page.
Table of Contents
A table of contents will automatically be added to the page when there are four or more sections. However, if you need to put code directly underneath the TOC for page formatting purposes (e.g. {{clear}}), place the following code between the page intro (or bob, if there is no intro) and the first section heading:
Code: |
__TOC__ |
Please do not manually add TOCs to short pages for any other reason.
Descriptions
Please put a short description of the element at the top of every article.
Example:
''Beam Blade'' is an unused beam attack depicted in prerelease screenshots for ''Ocarina of Time''.