Wiki Tips for New Editors
Useful Links
If you have not edited a wiki before, please read:
Please don't be surprised if people get miffed if you do something that's against policy.
Question and Answer - If you have questions for editors or requests for information, please put them here or on the discussion pages of the articles.
Category:Wiki_Resources - has many useful links.
Wikipedia Cheatsheet - If you need a cheatsheet for wiki code
Media Wiki Help - For more help on advanced coding try Media Wiki's help pages (be prepared to get a headache)
General Tips for ALL Contributors
- If you have a question or concern, or there's a uncertainty you'd like to discuss with others, use the Discussion tab on each page.
- Typing four tildes (this ~~~~) automatically signs your name, makes a link, and timestamps
- next to the "save page" button is a preview button. Please try to use it to avoid spamming Recent Changes.
- Correct spelling gets you points.
- If you're taking information from a source, make sure to link to the source.
- If you don't know how to format something, go to a page that you think is nicely formatted and click on the "edit."
- Don't change this code, if you want to experiment do it on your userpage.
- Eyeball the code until you see something that you recognize
- Copy the code in the same paragraph as the part you recognize
- Paste it onto the page that you're working on.
- Replace the text as needed.
Where a New Editor Can Help
Please check out:
- Category:Incomplete - for pages that have any information missing.
- Category:NeedRepair - for pages that need the repair costs for an item.
- Category:NeedIcon - for pages that need a picture of an item's icon as it appears in the inventory.
- Category:NeedPicture - for pages that need a picture of an item as it appears when equipped.
- Category:NeedMarket - for pages that dont have the NPC price and/or the NPC resale price of an item.
- Category:NeedManual - for pages that do not have a manual's location or price listed for items made from blacksmithing or tailoring.
- Category:NeedDesc - for pages that need an in-game description for items or NPCs.
- Category:NeedSource- for pages that do not list how to obtain the item
How to Get 100% Quality Perfect Pictures in Accordance with Wiki Policy
- Make Mabinogi go into Window mode
- Open another small application, (Ex. Notepad) and resize the window to the smallest area possible.
- Make sure the part of the client that you want to make a screenshot of shows.
- Click on the title bar of the other application.
- Press Print Screen (Prt Scrn).
- File>Paste (Ctrl+V) into a photo editor (paint works too).
- Crop your image to desired size.
- Save as .PNG to maintain 100% quality (uncompressed).
- Rename to .png (not capitalized) when you upload the file to Mabinogi World Wiki.
Coding Tips
Making Links
- [[Link Name]] - Simply putting brackets around a word will turn it into a link
- [[True Link | Link as it appears]] - If you want the Link Name to appear as something else
Image Links
- [[Image:Image_Name.ext | link=Page_Name]] - Replaces the link to an image's file page with a link to another page.
Category Links
- [[:Category:Category_Name]] - links to the Category page itself
- [[:Category:Category_Name | Optional_Replacement_Text]]
- Note: Dont forget to add the first colon (i.e., ":") in front of the word "Category", otherwise the link won't be displayed, instead the category's name will be displayed on the bottom of the page and the page will be listed in that category.
- [[Category:Category_Name]]
- Not actually a link code but somewhat similar. This will list a page in a category and will only display the category's name on the bottom of the page using this code. The difference here, from the previous link code, is that there is no colon (i.e., ":") in front of the word "Category".
- This code will only display the category's name on the bottom of a page, no matter where it is placed in a page's code. For this reason, the code should be placed beneath all other code on a page, as this will allow it to be easily found when editing. A page can be listed on multiple category pages, if desired, by adding this code to the bottom of the page for each category.
Linking to Specific Parts of a Page
- [[Page_Name#Section_or_Anchor_Name]] - Provides a link from a page to a desired section header or anchor on another page.
- [[Page_Name#Section_or_Anchor_Name | Optional_Replacement_Text]]
- [[Page_Name#Section_or_Anchor_Name x]]
- [[Page_Name#Section_or_Anchor_Name x | Optional_Replacement_Text]]
- If the desired section header or anchor on a destination page is one of multiple section headers and/or anchors using the same name then use this instead.
- Where x is replaced with the number obtained by counting down the section headers and/or anchors with the same name, till the desired one is reached.
- There must be a space between Section_or_Anchor_Name and x.
- [[#Section_or_Anchor_Name]]
- [[#Section_or_Anchor_Name | Optional_Replacement_Text]]
- Link to a section header or anchor on the same page as the link, i.e., the link page and destination page are one and the same.
- [[#Section_or_Anchor_Name x]]
- [[#Section_or_Anchor_Name x | Optional_Replacement_Text]]
- If the desired section header or anchor on the same page is one of multiple section headers and/or anchors using the same name then use this instead.
- Where x is replaced with the number obtained by counting down the section headers and/or anchors with the same name, till the desired one is reached.
- There must be a space between Section_or_Anchor_Name and x.
Anchors
- {{anchor| Anchor_Name}}
- This template creates a hidden destination for a link where Anchor_Name can be replaced with any desired name (preferably relevant to whatever it acts as an anchor for).
- Can be used instead of a page or section header as a destination for a link.
- It does not display on the saved destination page and see the above link codes for creating a link to the anchor from another page or on the same page.
Future Content Tags
Adding {{FutureContent}} at the top/bottom of the page to mark it as future content to avoid confusion or use {{FutureContentSection}} for a specific section in the article
Adding {{FutureContent}} makes
And adding {{FutureContentSection}} makes
Also, you may specify when the content will be relased by using the "at" paramater.
IE: Adding {{FutureContent|at=G13}} makes
And adding {{FutureContentSection|at=G13}} makes
Marking as Stub
- Place {{Template:Stub}} at the top when creating a page where little or no information will be added immediately but is expected to be added at a later date.
Redirect code
- #redirect[[link]] makes a redirect, ie. an automatic link elsewhere
- It really helps newbies to the wiki use the search function.
- Can also be used on pages that would have had the same content as the target page but use variations of the spelling of a target page's title or use different words that mean the same thing as the target page's title.
- To go to a redirect page click on a link that uses the redirect page's title and do the following (if you cant find a page with a link then simply edit any page, create the link, DON'T SAVE THE PAGE, go to preview instead and click on the link);
- This will take you to the target page of the redirect and not the redirect page itself.
- However, immediately under the target page's title will be "(Redirected from Redirects Page's Title)". Where Redirects Page's Title will in fact not be shown but will be replaced by **whatever is the redirect page's actual title (if that wasn't already obvious).
Whatever replaces Redirects Page's Title will be a link to the redirect page, click on it and you will (finally!) be taken to the redirect page itself.
- #redirect [[Page_Name#Section_or_Anchor_Name]] - as above but redirects links to a section header or anchor on another page. Used a lot to have a monster's name linked directly to the specific monster.
- #redirect [[:Category:Category_Name]] - as above but redirects links to a category page.
- As category pages cannot be "moved" then this can be entered manually to have an existing category page redirect to another category page. Note that, this can also be used to have links to a normal page redirected to a category page.
- Note: Don't forget to add the first colon (i.e., ":") in front of the word "Category", otherwise the page won't just redirect to the desired category page but will also be listed on it (not a very sensible thing to do).
Making Lists
Simple indents
; 1111
: 2222
:: 3333
; Aaaa
: Bbbb
::Cccc
:Dddd
::Eeee
:::Ffff
- Example
- 1111
- 2222
- 3333
- Aaaa
- Bbbb
- Cccc
- Dddd
- Eeee
- Ffff
- Eeee
Bullet points
Bullet points are made by using *, more than one indents the bulletpoint
* idea
**concept
***more idea
*idea 2
**followup 2
- Example
- idea
- concept
- more idea
- concept
- idea 2
- followup 2
- idea
Numbered list
Number signs create easy lists
# example1
# example2
# example3
- Example
- example1
- example2
- example3
Halting wiki code
<nowiki>code</nowiki> removes the wiki code.
Hidden Text Code
{{HiddenTextStart|
|Title=Hello!
|Width=
|Display=
}}
Hi!
{{HiddenTextEnd}}
Example
HI!
Wiki Table Tips
Table Template
{| class="wikitable"
|-
! Column1 Name !! Column2 Name !! Column3 Name
|-
| 1a || 2a || 3a
|-
| 1b || 2b || 3b
|}
It looks like this:
| Column1 Name | Column2 Name | Column3 Name |
|---|---|---|
| 1a | 2a | 3a |
| 1b | 2b | 3b |
Sortable Table Template
{|class="wikitable sortable"
|-
! Column1 Name !! Column2 Name !! Column3 Name
|-
| 1a || 2a || 3a
|-
| 1b || 2b || 3b
|}
Example:
| Column1 Name | Column2 Name | Column3 Name |
|---|---|---|
| 1a | 2a | 3a |
| 1b | 2b | 3b |
No First Row Table
{|class="wikitable"
|-
| Column1 Name || Column2 Name || Column3 Name
|-
| 1a || 2a || 3a
|-
| 1b || 2b || 3b
|}
Example:
| Column1 Name | Column2 Name | Column3 Name |
| 1a | 2a | 3a |
| 1b | 2b | 3b |
Overlapping Rows Table
{|class="wikitable"
|-
! Column1 Name !! Column2 Name !! Column3 Name
|-
| 1a || 2a || rowspan="2" | 3
|-
| 1b || 2b
|}
Example:
| Column1 Name | Column2 Name | Column3 Name |
|---|---|---|
| 1a | 2a | 3 |
| 1b | 2b |
Collapsible
{| class="wikitable collapsible collapsed" style="width:400px;"
|-
! title
|-
|Content
|}
Example
| title |
|---|
| Content |
Fancy Stuff
There are some predefined classes to make life easier for you and to have a more uniform design.
Pretty Tables
{| class="wikitable white_border extra_padding" |
! class="pretty" | Title 1
! class="pretty" | Title 2
! class="pretty" | Title 3
|-
! Cell 1 !! Cell 2 !! Cell 3
|}
{| class="wikitable" |
! class="pretty" colspan="4" | Title 1
|-
! Cell 1
| dummytext
! Cell 2
| dummytext
|-
! Cell 3
| colspan="3" | dummytext
|}
| Title 1 | Title 2 | Title 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |
| Title 1 | |||
|---|---|---|---|
| Cell 1 | dummytext | Cell 2 | dummytext |
| Cell 3 | dummytext | ||
Other classes: fixed, maxed, centered, centered_cells, slim_header, wide_padding, borderless
Please test new code on a neutral page, like your User page.
If you have some CSS knowledge feel free to take a look at MediaWiki:Common.css for more (search for ".wikitable"). Please try to keep, and create (in case of existing tables), a uniform design.
Useful Categories
Although the links below go to their respective pages they do not cause this user page to be listed on any of them, due to the colon placed in front of the word "Category".
- Category:Wiki Resources - for categories and pages used to help maintain or edit the wiki rather than about Mabinogi.
- Category:Disambiguation - lists disambiguation pages.
- Category:Templates - for templates NOT used in the Dead Eiry project (boo, hiss, boo). See Category:DeadEiry or Category:Data for templates used by the Dead Eiry project.
- Category:Wiki Media - categories or pages only displaying galleries of images related to a particular subject or for a specific purpose.
Other Information
Monster Templates
Generally,
- Do not make up values. Use the format specified here.
- Use "Very Fast/Fast/Normal/Slow/Very Slow" and not "Extremely Fast" for monster speed.
- Add a comma at each triplet for a numerical value except CP.
- Preview and check all of your links to see if they go to the correct place!
In the Field info box,
- Link to the name of the field that the monsters appear.
- If they are in a very specific location, use parenthesis ( ) to clarify.
- Do not use parenthesis ( ) to indicate Field Bosses, because they should already be classified under ==Field Boss==, unless the monster is a Field Boss in one location, and then something else in another location.
- Black Wizard is a Field Boss for Gairech Hill, but a regular Boss monster in Barri Brown Fomor Pass, therefore, you must clarify by writing *[[Gairech Hill]] ([[Black Wizard Location|Locations]]) (Field Boss) in the Field info box and *[[Barri Brown Fomor Pass]] (Boss) in the Dungeon info box.
- If a field boss has its location specified as well as an image linking to the area, write *[[Map_Name]] ([[Monster_Location|Specified_Area]]).
- Example:
In the Dungeon info box,
- List out each dungeon on its own bullet (*)
- Use the entire dungeon's name, and link it all of the to the right place! No abbreviations such as "Adv" in place of "Advanced."
- If you want to link to Ciar Advanced for Two, write out *[[Ciar Advanced for Two]]
- If a monster appears in ALL Rundal Advanced dungeons (Unlimited, for Two, and for Three), write *[[Rundal Advanced]]. However, if it only appears in Rundal Advanced Unlimited and Rundal Advanced for Three, write out *[[Rundal Advanced Unlimited]] and *[[Rundal Advanced for Three]] to link viewers to the exact location.
- Indicate in parenthesis ( ) if the monster is a boss, but do not link it. You must do this for all dungeon bosses because even though they are classified under ==Boss==, there are some monsters that are bosses in one place, but not another (ie. Werewolves).
- Write out *[[Barri Basic]] (Boss)
- Example:
In the Loot (Equipment and Misc) info boxes,
- List everything out, and link them if possible!
- Don't put "*Base/Mana/Sunlight Herb." Write out *[[Base Herb]], *[[Mana Herb]], and *[[Sunlight Herb]] in their own separate bullets (*) instead.
- Make sure that Dungeon Passes link to *[[Dungeon_Pass#Correct_Dungeon_Here]].
- Arrows, Bolts, and Magic Powders belong under the Misc section because they are technically not equipments.
- If a monster gives regular EXP and Exploration EXP upon being defeated, follow this format:
- <Regular_EXP_Amount> '''EXP'''<br><Exploration_EXP_Amount> '''Exploration'''
- The template will automatically add the last "EXP" to the end of the line, so it'll appear as "Exploration EXP."
- See Giant Sand Worm for a reference.
- <Regular_EXP_Amount> '''EXP'''<br><Exploration_EXP_Amount> '''Exploration'''
Useful Special Pages in Mabi Wiki
- Special:Search - advanced search function page.
- Special:ListFiles - search for images by file name.
- Special:NewFiles - gallery of the newest image files.
- Special:WhatLinksHere - advanced form of the toolbox's "What links here" (includes transclusions and redirects).
- Special:RecentChanges - lists the most recent changes (edits, moved pages, created pages, image uploads, etc.) made on the wiki.
- Special:RecentChangesLinked - lists recent changes to pages that are linked from a given page (can also choose to list recent changes to pages that link to a given page).
- Special:NewPages - lists the most recently created pages.
- Special:Log - lists changes to the wiki that are not edits.
- Template:MetaDataMonster - input parameters for the monster template (use with Rune's *cough* advice *cough* above).
- Special:WantedCategories - categories that may need to be created.
- Special:WantedFiles - images that may need to be created and uploaded.
- Special:WantedPages - pages that may need to be created.
- Special:Version - info on the software used by this wiki.
- Special:PrefixIndex/User: - type in a username in the top input box to find a user's page and sub-pages.
- Special:ListRedirects - gives a list of redirect pages and what they redirect to (only single redirects).
- Special:ProtectedPages - list of protected pages.
Useful Outside Resources
Foreign Wiki Links
- Korean Wiki - http://ko.mabinogi.wikia.com/wiki/대문
- Taiwanese Wiki - http://wiki.yydzh.com/
- Chinese Wiki - http://zh.mabinogi.wikia.com/wiki/首页
- Japanese Wiki - http://mabinogi.wikiwiki.jp/index.php
Foreign Sites
- Korean Mabinogi Gameabout - http://mabinogi.gameabout.com/
- Looks Cool, But I Can't Decipher It - http://hwild.inour.net/
- Taiwanese Site - http://www.wsm.idv.tw/mabinogi/
- Chinese Site - http://www.1t1t.com/mabinogi/
Character Simulators
- pseudo Mabinogi Character Simulator - http://mabinogi.or.tp/pmcs/v4/
- Mabinogi Character Simulator 2 - http://labo.erinn.biz/cs/top.php
Mabinogi Music
- 3ML Editor - http://mabinogi.110mb.com/3ml/3ml.shtml
- Mabimml - Music Scores Galore! - http://mabimml.modev.jp/
Timers and Tools
- Mabibook - Mabinogi Price Search - http://mabibook.com/en/shop/
- Mabinogi Character Name Color Calculator - http://mabibook.com/en/mcc.htm
- Rua, Moongate, & Price Timer - http://mabinogi.oxyhost.com/nogiz.html
- Mabinogi Tools - CP Calculator, Weather Forecast, Monster Rankings - http://mabi.osayidan.net/
Official Sites
- South Korea - http://www.mabinogi.com/
- Japan - http://www.mabinogi.jp/
- Taiwan - http://tw.mabinogi.gamania.com/
- Mainland China - http://www.luoqi.com.cn/
- North America & Oceania - http://mabinogi.nexon.net/
- Europe (RIP) - http://mabinogi.nexoneu.com/


