Template:NPC: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
m (Still tweaking....)
m (test)
Line 19: Line 19:
{{#if: {{{Race |}}} | [[Category:NPC {{{Race}}}]] | }}
{{#if: {{{Race |}}} | [[Category:NPC {{{Race}}}]] | }}
{{#if: {{{Guild |}}} | [[Category:NPC {{{Guild}}}]] | }}
{{#if: {{{Guild |}}} | [[Category:NPC {{{Guild}}}]] | }}
{{#ifeq: {{{Alive}}} | "Yes" | [[Category:Alive]] |}}
{{#ifeq: {{{Alive}}} | Yes | [[Category:Alive]] |}}
{{#ifeq: {{{Alive}}} | "No" | [[Category:Dead]] |}}
{{#ifeq: {{{Alive}}} | No | [[Category:Dead]] |}}
{{#ifeq: {{{Alive}}} | "yes" | [[Category:Alive]] |}}
{{#ifeq: {{{Alive}}} | yes | [[Category:Alive]] |}}
{{#ifeq: {{{Alive}}} | "no" | [[Category:Dead]] |}}
{{#ifeq: {{{Alive}}} | no | [[Category:Dead]] |}}
{{-}}
{{-}}
</includeonly>
</includeonly>

Revision as of 00:28, 14 January 2008


To Use

{{NPC | 
      NPC Name    = |
      Type        = |
      Race        = |
      Gender      = |
      Guild       = |
      Location    = |
      Alive       = |
}}

Alive is a Yes or No answer
Type can be Shop Owner, Guild Leader, GMNPC Good, GMNPC Evil
If you do not know one of the above, leave it blank


THESE 4 TEMPLATES HAVE NOT BEEN MADE AND ARE IN PROGRESS
If the NPC is considered to be an Evil GMNPC please include Template:Evil NPC

If the NPC is considered to be a Good GMNPC please include Template:Good NPC

If the NPC is considered to be an Shop Owner please include Template:Shop Owner

If the NPC is considered to be an Guild Leader please include Template:Guild Leader