Difference between revisions of "Template:Mob"

From Alter Aeon Wiki
(added more categories, formating, note about room_id and room_link fields)
(tidied up help text, hid some unimplemented fields, added blank sample)
 
Line 3: Line 3:
==Fields==
==Fields==


* vnum?
* title (if mob has a title not included in fight string like leader of the encampment)
* name  (fight string and name of page)
* title
* realm
* realm
* area
* area
* room
* room
* room_id
* room_id
* room_link (yes/no)  
* room_link (yes/no) (if room is a shop that exists on the website)
* keywords
* keywords
* fight_string  (not currently used and will probably match the name of the page)
* ground_string
* ground_string
* description  (long string)
* description  (long string)
* type (i.e. humanoid)
* race (i.e. human)
* size (i.e. 9 feet 0 inches tall/big)
* weight (in pounds)
* gender
* align
* align
* date_created
* date_modified


* priest  (add yes or god priest is dedicated to)
* priest  (add yes or god priest is dedicated to)
* shopkeeper (yes/no)
* shopkeeper (yes/no)
* sells
* sells
* spellcaster? (yes/no)
* questor (yes/no)
* questor (yes/no)
* quests
* guard (yes/no)
* guard (yes/no)
* jobgiver (yes/no)
* jobgiver (yes/no)
* jobs
* boss (yes/no)
* boss (yes/no)
* fame (yes/no)
* fame (yes/no)
Line 33: Line 37:
* flags
* flags


* type (i.e. humanoid)
<!--
* race (in pounds)
* date_created
* size (i.e. 9 feet 0 inches tall/big)
* date_modified
* gender
* spellcaster? (yes/no)s
-->


==Sections==
==Sections==
Line 49: Line 54:
* Mobs on <realm>
* Mobs on <realm>
* questors
* questors
==Sample==
<pre>
{{Mob
|realm=
|area=
|room=
|keywords=
|fight_string=
|ground_string=
|description=
|race=
|type=
|size=
|weight=
}}
</pre>


[[Category:Template]]
[[Category:Template]]
Line 54: Line 79:
|-
|-
! colspan="2" | {{PAGENAME}}
! colspan="2" | {{PAGENAME}}
{{TableRowIf | {{{realm|}}} | Realm }}{{TableRowIf | {{{area|}}} | Area }}{{TableRowIf | {{{room|}}} | Room }}{{TableRowIf |{{{keywords|}}} | Keywords }}{{TableRowIf | {{{type|}}} | Type }}{{TableRowIf | {{{race|}}} | Race }}{{TableRowIf | {{{size|}}} |  Size }}{{TableRowIf | {{{weight|}}} | Weight }}{{TableRowIf | {{{height|}}} | Height }}{{TableRowIf | {{{gender|}}} | Gender }}{{TableRowIf | {{{flags|}}} | Flags }}
{{TableRowIf | {{{realm|}}} | Realm }}{{TableRowIf | {{{area|}}} | Area }}{{TableRowIf | {{{room|}}} | Room }}{{TableRowIf |{{{keywords|}}} | Keywords }}{{TableRowIf | {{{type|}}} | Type }}{{TableRowIf | {{{race|}}} | Race }}{{TableRowIf | {{{size|}}} |  Size }}{{TableRowIf | {{{weight|}}} | Weight }}{{TableRowIf | {{{gender|}}} | Gender }}{{TableRowIf | {{{flags|}}} | Flags }}
|}{{#if:{{{description|}}}|
|}{{#if:{{{description|}}}|
<br />
<br />

Latest revision as of 08:35, 12 July 2017


Fields

  • title (if mob has a title not included in fight string like leader of the encampment)
  • realm
  • area
  • room
  • room_id
  • room_link (yes/no) (if room is a shop that exists on the website)
  • keywords
  • fight_string (not currently used and will probably match the name of the page)
  • ground_string
  • description (long string)
  • type (i.e. humanoid)
  • race (i.e. human)
  • size (i.e. 9 feet 0 inches tall/big)
  • weight (in pounds)
  • gender
  • align
  • priest (add yes or god priest is dedicated to)
  • shopkeeper (yes/no)
  • sells
  • questor (yes/no)
  • quests
  • guard (yes/no)
  • jobgiver (yes/no)
  • jobs
  • boss (yes/no)
  • fame (yes/no)
  • wandering (yes/no)
  • nokill (yes/no)
  • trainer (yes/no)
  • teaches
  • flags


Sections

  • description
  • items
  • quests
  • notes

Categories

  • <area>
  • Mobs on <realm>
  • questors

Sample

{{Mob
|realm=
|area=
|room=
|keywords=
|fight_string=
|ground_string=
|description=
|race=
|type=
|size=
|weight=

}}