Template:Infobox NPC: Difference between revisions

From 2006Scape Wiki
Jump to navigation Jump to search
(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:300px;background-color:#6b6b6b;border: 3px solid #024672; color:#333333;"
! colspan="2" style="background-color:#024672; color:#cccccc; font-size:120%;" | {{PAGENAME}}
! colspan="2" style="background-color:#024672; color:#cccccc; font-size:120%; padding:0.1em;" | {{PAGENAME}}
|- style="text-align:center;"
|- style="text-align:center;"
| colspan="2" style="padding:0.5em;" | [[{{{image|Please upload an image for this article.}}}|{{{image-size}}}px]]<br/>
| colspan="2" | [[File:{{PAGENAME}}.png|250px]]<br/>
|-
|-
! colspan="2" style="background-color:#024672; padding:0.2em;" |  
! colspan="2" style="background-color:#024672;" |
|-
|-
{{#if: {{{image|}}}|
{{#if: {{{race|}}}|
|[[Category:Needs image]]
}}
|-
{{#if: {{{Release_Date|}}}|
{{!}}-
{{!}}
'''Release Date'''
{{!}}
{{{Release_Date}}}
|[[Category:Needs release-date info]]
}}
|-
{{#if: {{{Also_Known_As|}}}|
{{!}}-
{{!}}
'''Also known as'''
{{!}}
{{{Also_Known_As}}}
|[[Category:Needs AKA info]]
}}
|-
{{#if: {{{Race|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Race'''
'''Race'''
{{!}}
{{!}}
{{{Race}}}
{{{race}}}
|[[Category:Needs race info]]
|[[Category:Needs race info]]
}}
}}
|-
|-
{{#if: {{{Quest_NPC|}}}|
{{#if: {{{location|}}}|
{{!}}-
{{!}}
'''Quest NPC?'''
{{!}}
{{{Quest_NPC}}}
|[[Category:Needs quest info]]
}}
|-
{{#if: {{{Location|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Location'''
'''Location'''
{{!}}
{{!}}
{{{Location}}}
{{{location}}}
|[[Category:Needs location info]]
|[[Category:Needs location info]]
}}
}}
|-
|-
{{#if: {{{Sells_Items?|}}}|
{{#if: {{{shop|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Sells items?'''
'''Shop'''
{{!}}
{{!}}
{{{Sells_Items?}}}
{{{shop}}}
|[[Category:Needs sell-items info]]
|[[Category:Needs shop info]]
}}
}}
|-
|-
{{#if: {{{Quest_Requirement?|}}}|
{{#if: {{{quest|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Quest requirement?'''
'''Quest'''
{{!}}
{{!}}
{{{Quest_Requirement?}}}
{{{quest}}}
|[[Category:Needs quest-req info]]
|[[Category:Needs quest-req info]]
}}
}}
|-
|-
{{#if: {{{Gender|}}}|
{{#if: {{{gender|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Gender'''
'''Gender'''
{{!}}
{{!}}
{{{Gender}}}
{{{gender}}}
|[[Category:Needs gender info]]
|[[Category:Needs gender info]]
}}
}}
|-
|-
{{#if: {{{Examine|}}}|
{{#if: {{{options|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Examine'''
'''Options'''
{{!}}
{{!}}
{{{Examine}}}
{{{options}}}
|[[Category:Needs examine info]]
|[[Category:Needs options info]]
}}
}}
|-
|-
{{#if: {{{Notable_features|}}}|
{{#if: {{{examine|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Notable features'''
'''Examine'''
{{!}}
{{!}}
{{{Notable_features}}}
{{{examine}}}
|[[Category:Needs noteable-features info]]
|[[Category:Needs examine info]]
}}
}}
}}
[[Category:Non-player_characters]]
[[Category:Non-player_characters]]
|}</includeonly><noinclude>Please do '''NOT''' remove or replace anything inside this or any other templates! By doing so, information '''CAN''' be lost!</noinclude>
|}</includeonly>
<noinclude>
==Code==
<pre>{{Infobox NPC
|race =
|location =
|shop =
|quest =
|gender =
|options =
|examine =
}}</pre>
</noinclude>

Revision as of 17:11, 2 February 2023


Code

{{Infobox NPC
|race =
|location = 
|shop =
|quest =
|gender =
|options =
|examine =
}}