How to add a new mob page to the Wiki

Need help contributing? Post your Wiki help questions here.
Post Reply
Medakan
Posts: 18
Joined: Sat Jul 08, 2017 11:16 pm

How to add a new mob page to the Wiki

Post by Medakan »

Creating a New Mob Page on the Wiki

First, determine the mob's correct name. This can be found when examining them. Example line: A mob name is in excellent condition.
To add a new mob page to the wiki place the exact name of the mob in the search bar and click go. The correct name in the example above would be: A mob name
If the page does not exist an option to create a new page will show: Create the page "a mob name" on this wiki!
Click "a mob name" to begin creating the page.
Copy and paste the following code into the new page text box.

Code: Select all

{{Infobox mob
|release = 
|update  = 
|type    = 
|gender  = 
|level   = 
|height  = 
|weight  = 
|aggro   = 
|track   = 
|special = 
}}
'''{{PAGENAME}}''' is a [[humanoid]] [[mob]] found ??.

==Description==
{{Mob description
|long   = 
|detail = 
|key1 = ?
}}

==Locations==
{{SpawnLoads}}

==Loads==
{{MobTableHead}}
{{MobLine|item=|slot=|rarity=}}
|}

==Mobol==

==Trivia==

==See also==
{{Level range}}

{{stub}}
Examples and explanations of the mob template:
Any unknown field may be left blank.

{{Infobox mob
|release = Date (if known) when the mob was created
|update = Link to update announcing release
|type = Mob type, same as is shown via locate or watch command. Humanoid, Bird, Fish, ect...
|gender = Male, Female, or Neuter
|level = Mob level (value of scalp divided by 1000)
|height = Height in inches (can use consider command)
|weight = Weight in pounds (can use consider command, some small corpses can also be picked up)
|aggro = Human, Dark, Seanchan, other types (some bears can aggro birds or horses ect..)
|track = Yes, No
|special = Special notes (Bash, Stab, Charge, ect...)
}}
'''{{PAGENAME}}''' is a [[Mob Type]] [[mob]] found [[Zone Name]] in [[Region Name]].

==Description==
{{Mob description
|long = name seen when using look command
|detail = description seen with examine keyword
|key1 = keyword (Smob, thief, man, ect..)
|key2 = ect...
}}

==Locations==
{{SpawnLoads}}

==Loads==
{{MobTableHead}}
{{MobLine|item=|slot=|rarity=}}
|}

==Mobol==

==Trivia==

==See also==
{{Level range}}

{{stub}}




Any questions about how to add mobs to the wiki post a reply here.
Post Reply