Everyone was a wiki noob at some point, just like everyone was a PHPbb noob at some point. I think the biggest problem that we have is that there is so much to do that nobody knows where to start. But here is something that anyone can do to help.
Go to a zone, any zone, and find a normal monster with a red link name, that means that there is no information for that mob. Click on it to start a new page, then go to the template for monster species. Copy and paste the source of that text into your new monster page. Next you want to do a search for that mob to find all of the areas that it lives in, and if any of them drop any special items. You are going to want to repeat the following text for every instance of that mob:
Code:
|Level Range||Monster Name||Zone||No||Yes||
*Drop
|
*Stealable items
|NUM of spawns
|-
Let's take the Amber Quadov as an example. Doing a search, I found that they live in Konschtat Highlands, North Gustaberg, South Gustaberg, and Palbourough Mines. I also found that they drop scrolls of bind, blind, and paralyze (except for the ones in Konschtat Highlands). I replaced the above table text with the following:
Code:
|3-8||Amber Quadov||[[North Gustaberg]]||Yes||Yes||
*[[Bind]]
*[[Blind]]
*[[Paralyze]]
|
*[[Beastcoin]]
| 16
|-
|3-8||Amber Quadov||[[South Gustaberg]]||Yes||Yes||
*[[Bind]]
*[[Blind]]
*[[Paralyze]]
|
*[[Beastcoin]]
| 13
|-
|3-10||Amber Quadov||[[Palborough Mines]]||Yes||Yes||
*[[Bind]]
*[[Blind]]
*[[Paralyze]]
|
*[[Beastcoin]]
| 38
|-
|8-10||Amber Quadov||[[Konschtat Highlands]]||Yes||Yes||
*[[Bind]]
*[[Blind]]
|
*[[Beastcoin]]
| {{verification}}
|-
I got the level range and number from the zone listing. If either one of those are missing, don't hesitate to put a {{verification}} tag in there. I noted the drops from the drop page into the ones from the appropriate zones. Please try to put them in order of lowest level, zone name, then highest level.
Next thing that I did was to change the tagging at the end.
Code:
<includeonly>[[category:Bestiary]]</includeonly>
[[Category:Templates]]
<noinclude>[[Category:Templates|Monster Species]]</noinclude>
becomes
Code:
[[category:Bestiary]]
[[category:Beastmen]]
[[category:Quadav]]
With the exception of a lovely image, the page is roughly done. Preivew the page to make sure that everything looks right, if it does, then submit it.
The only way to learn is to do it. Once you get used to wikicode, you will find that it is not much harder than PHPbb code. If you are having trouble with a page, don't feel embarrassed to ask for help. If you aren't sure of something, don't forget to put in a {{verification}} tag. If you feel that stuff is missing, put a {{stub}} tag at the top of the page. The only way our wiki is going to grow is if everyone pitches in to help. The more content that the users add in means that there is less content for the admins and mods to fill out leading us to tackle bigger issues. (I am currently working on a comprehensive key item listing.)
There are tons of things that you can do to help, take pictures of monsters, upload pictures of gear descriptions, put in NM spawn conditions, mark down what vendors sell what items. Everything that you do to help the wiki makes it that much nicer and that much of a better resource for the community. Now let's all get cracking.