Difference between revisions of "Template:Mob"
From Alter Aeon Wiki
(reformated) |
(tidied up help text, hid some unimplemented fields, added blank sample) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
==Fields== | ==Fields== | ||
* | * title (if mob has a title not included in fight string like leader of the encampment) | ||
* realm | * realm | ||
* area | * area | ||
* room | * room | ||
* room_id | |||
* 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 | ||
* 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 | ||
* 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 31: | Line 37: | ||
* flags | * flags | ||
* | <!-- | ||
* | * date_created | ||
* | * date_modified | ||
* spellcaster? (yes/no)s | |||
--> | |||
==Sections== | ==Sections== | ||
Line 47: | 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 52: | Line 79: | ||
|- | |- | ||
! colspan="2" | {{PAGENAME}} | ! colspan="2" | {{PAGENAME}} | ||
{{TableRowIf | {{{realm|}}} | Realm }} | {{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 }} | ||
{{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 /> | ||
Line 98: | Line 115: | ||
{{#ifeq:{{{questor|}}} | yes | | {{#ifeq:{{{questor|}}} | yes | | ||
[[Category:Questors|}}}]] | [[Category:Questors|}}}]] | ||
}} | |||
{{#ifeq:{{{trainers|}}} | yes | | |||
[[Category:Trainers|}}}]] | |||
}} | |||
{{#ifeq:{{{shopkeepers|}}} | yes | | |||
[[Category:Shopkeepers|}}}]] | |||
}} | |||
{{#ifeq:{{{priest|}}} | yes | | |||
[[Category:Priests|}}}]] | |||
}} | |||
{{#ifeq:{{{nokill|}}} | yes | | |||
[[Category:Unkillable Mobs|}}}]] | |||
}} | |||
{{#ifeq:{{{job_giver|}}} | yes | | |||
[[Category:Job Givers|}}}]] | |||
}} | |||
{{#ifeq:{{{boss|}}} | yes | | |||
[[Category:Boss Mobs|}}}]] | |||
}} | }} | ||
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= }}