899
edits
(Remove Project RS06 References) |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{|class="infobox" style="font-size:89%; width:250px; background-color: #6b6b6b; border: 3px solid #024672; color:#333333;" | ||
{|class="infobox" style="font-size:89%; width: | ! colspan="2" style="background-color:#024672; color:#cccccc; font-size:120%;" | {{PAGENAME}} | ||
! colspan="2" style="background-color:#024672; color:#cccccc; font-size:120% | |||
|- style="text-align:center;" | |- style="text-align:center;" | ||
| colspan="2 | | colspan="2" | [[File:{{PAGENAME}}.png|250px]]<br/> | ||
|- | |- | ||
! colspan="2" style="background-color:#024672 | ! colspan="2" style="background-color:#024672;" | | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{race|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
'''Race''' | '''Race''' | ||
{{!}} | {{!}} | ||
{{{ | {{{race}}} | ||
|[[Category:Needs race info]] | |[[Category:Needs race info]] | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{location|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
'''Location''' | '''Location''' | ||
{{!}} | {{!}} | ||
{{{ | {{{location}}} | ||
|[[Category:Needs location info]] | |[[Category:Needs location info]] | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{shop|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
''' | '''Shop''' | ||
{{!}} | {{!}} | ||
{{{ | {{{shop}}} | ||
|[[Category:Needs | |[[Category:Needs shop info]] | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{quest|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
'''Quest | '''Quest''' | ||
{{!}} | {{!}} | ||
{{{ | {{{quest}}} | ||
|[[Category:Needs quest-req info]] | |[[Category:Needs quest-req info]] | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{gender|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
'''Gender''' | '''Gender''' | ||
{{!}} | {{!}} | ||
{{{ | {{{gender}}} | ||
|[[Category:Needs gender info]] | |[[Category:Needs gender info]] | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{options|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
''' | '''Options''' | ||
{{!}} | {{!}} | ||
{{{ | {{{options}}} | ||
|[[Category:Needs | |[[Category:Needs options info]] | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{examine|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
''' | '''Examine''' | ||
{{!}} | {{!}} | ||
{{{ | {{{examine}}} | ||
|[[Category:Needs | |[[Category:Needs examine info]] | ||
}} | |||
}} | }} | ||
[[Category:Non-player_characters]] | [[Category:Non-player_characters]] | ||
|}</includeonly><noinclude> | |}</includeonly> | ||
<noinclude> | |||
==Code== | |||
<pre>{{Infobox NPC | |||
|race = | |||
|location = | |||
|shop = | |||
|quest = | |||
|gender = | |||
|options = | |||
|examine = | |||
}}</pre> | |||
</noinclude> |
edits