Template:NPC: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
m (Still tweaking....)
Line 1: Line 1:
<includeonly>{| cellpadding="2" style="float:right; width:300px; background:#00CCCC; margin-right:2em; margin-bottom:2em; border-spacing:1px;"
<includeonly>{| cellpadding="2" style="float:right; width:300px; background:#99FFFF; margin-right:2em; margin-bottom:2em; border-spacing:1px;"
|-
|-
! colspan="2" bgcolor="#00CCCC" | '''{{{NPC Name}}}'''
! colspan="2" bgcolor="#99FFFF" | '''{{{NPC Name}}}'''
|- bgcolor="#00CCFF"
|- bgcolor="#FFFFFF"
| valign="top"| Type || align="center" | {{#if: {{{Type|}}} | {{{Type}}} | ''Unknown''}}
| valign="top"| Type || align="center" | {{#if: {{{Type|}}} | {{{Type}}} | ''Unknown''}}
|- bgcolor="#00CCFF"
|- bgcolor="#FFFFFF"
| valign="top"| Race || align="center" | {{#if: {{{Race|}}} | {{{Race}}} | ''Unknown''}}
| valign="top"| Race || align="center" | {{#if: {{{Race|}}} | {{{Race}}} | ''Unknown''}}
|- bgcolor="#00CCFF"
|- bgcolor="#FFFFFF"
| valign="top"| Gender || align="center" | {{#if: {{{Gender|}}} | {{{Gender}}} | ''Unknown''}}
| valign="top"| Gender || align="center" | {{#if: {{{Gender|}}} | {{{Gender}}} | ''Unknown''}}
|- bgcolor="#00CCFF"
|- bgcolor="#FFFFFF"
| valign="top"| Guild || align="center" | {{#if: {{{Guild|}}} | {{{Guild}}} | ''Unknown''}}
| valign="top"| Guild || align="center" | {{#if: {{{Guild|}}} | {{{Guild}}} | ''Unknown''}}
|- bgcolor="#00CCFF"
|- bgcolor="#FFFFFF"
| valign="top"| Location || align="center" | {{#if: {{{Location|}}} | {{{Location}}} | ''Unknown''}}
| valign="top"| Location || align="center" | {{#if: {{{Location|}}} | {{{Location}}} | ''Unknown''}}
|- bgcolor="#00CCFF"
|- bgcolor="#FFFFFF"
| valign="top"| Alive || align="center" | {{#if: {{{Alive|}}} | {{{Alive}}} | ''Unknown''}}
| valign="top"| Alive || align="center" | {{#if: {{{Alive|}}} | {{{Alive}}} | ''Unknown''}}
|}
|}

Revision as of 15:41, 13 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