Template:Infobox NPC: Difference between revisions

From 2006Scape Wiki
Jump to navigation Jump to search
(Created page with "<includeonly> {|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%; padding:0.1em;" | {{PAGENAME}} |- style="text-align:center;" | colspan="2" style="padding:0.5em;" | [[{{{image|Please upload an image for this article.}}}|{{{image-size}}}px]]<br/> |- ! colspan="2" style="background-color:#024672; padding:0.2em;" | |- {{#if: {{{...")
 
No edit summary
Tag: Manual revert
 
(15 intermediate revisions by 2 users not shown)
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|100px]]<br/>
|-
|-
! colspan="2" style="background-color:#024672; padding:0.2em;" |  
! colspan="2" style="background-color:#024672;" |
|-
|-
{{#if: {{{image|}}}|
{{#if: {{{release|}}}|
|[[Category:Needs image]]
}}
|-
{{#if: {{{Release_Date_Projectrs06|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Release Date Projectrs06'''
'''Released'''
{{!}}
{{!}}
{{{Release_Date_Projectrs06}}}
{{{release}}}
|[[Category:Needs release-date info]]
|[[Category:Needs release info]]
}}
}}
|-
|-
{{#if: {{{Also_Known_As|}}}|
{{#if: {{{members|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Also known as'''
'''Members'''
{{!}}
{{!}}
{{{Also_Known_As}}}
{{{members}}}
|[[Category:Needs AKA info]]
|[[Category:Needs members info]]
}}
}}
|-
|-
{{#if: {{{Race|}}}|
{{#if: {{{race|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Race'''
'''Race'''
{{!}}
{{!}}
{{{Race}}}
{{{race}}}
|[[Category:Needs race info]]
|[[Category:Needs race info]]
}}
}}
|-
|-
{{#if: {{{Quest_NPC|}}}|
{{#if: {{{location|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Quest NPC?'''
'''Location'''
{{!}}
{{!}}
{{{Quest_NPC}}}
{{{location}}}
|[[Category:Needs quest info]]
|[[Category:Needs location info]]
}}
}}
|-
|-
{{#if: {{{Location|}}}|
{{#if: {{{shop|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Location'''
'''Shop'''
{{!}}
{{!}}
{{{Location}}}
{{{shop}}}
|[[Category:Needs location info]]
|
}}
}}
|-
|-
{{#if: {{{Sells_Items?|}}}|
{{#if: {{{quest|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Sells items?'''
'''Quest(s)'''
{{!}}
{{!}}
{{{Sells_Items?}}}
{{{quest}}}
|[[Category:Needs sell-items info]]
|
}}
}}
|-
|-
{{#if: {{{Quest_Requirement?|}}}|
{{#if: {{{gender|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Quest requirement?'''
'''Gender'''
{{!}}
{{!}}
{{{Quest_Requirement?}}}
{{{gender}}}
|[[Category:Needs quest-req info]]
|[[Category:Needs gender info]]
}}
}}
|-
|-
{{#if: {{{Gender|}}}|
{{#if: {{{options|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Gender'''
'''Options'''
{{!}}
{{!}}
{{{Gender}}}
{{{options}}}
|[[Category:Needs gender info]]
|[[Category:Needs options info]]
}}
}}
|-
|-
{{#if: {{{Examine|}}}|
{{#if: {{{examine|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Examine'''
'''Examine'''
{{!}}
{{!}}
{{{Examine}}}
{{{examine}}}
|[[Category:Needs examine info]]
|[[Category:Needs examine info]]
}}
}}
|-
{{#if: {{{map|}}}|
{{#if: {{{Notable_features|}}}|
{{!}}-
{{!}}-
{{!}}
{{!}}
'''Notable features'''
{{!}}
{{!}}
{{{Notable_features}}}
{{{map}}}
|[[Category:Needs noteable-features info]]
|[[Category:Needs map 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
|release =
|members =
|race =
|location =
|shop = (optional)
|quest = (optional)
|gender =
|options =
|examine =
|map = (optional)
}}</pre>
</noinclude>

Latest revision as of 00:46, 3 March 2023


Code

{{Infobox NPC
|release =
|members =
|race =
|location = 
|shop = (optional)
|quest = (optional)
|gender =
|options =
|examine =
|map = (optional)
}}