Template:Infobox NPC: Difference between revisions

From 2006Scape Wiki
Jump to navigation Jump to search
(Add Released Section)
No edit summary
Tag: Manual revert
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
! colspan="2" style="background-color:#024672; color:#cccccc; font-size:120%;" | {{PAGENAME}}
! colspan="2" style="background-color:#024672; color:#cccccc; font-size:120%;" | {{PAGENAME}}
|- style="text-align:center;"
|- style="text-align:center;"
| colspan="2" | [[File:{{PAGENAME}}.png|250px]]<br/>
| colspan="2" | [[File:{{PAGENAME}}.png|100px]]<br/>
|-
|-
! colspan="2" style="background-color:#024672;" |
! colspan="2" style="background-color:#024672;" |
Line 13: Line 13:
{{{release}}}
{{{release}}}
|[[Category:Needs release info]]
|[[Category:Needs release info]]
}}
|-
{{#if: {{{members|}}}|
{{!}}-
{{!}}
'''Members'''
{{!}}
{{{members}}}
|[[Category:Needs members info]]
}}
}}
|-
|-
Line 76: Line 85:
{{{examine}}}
{{{examine}}}
|[[Category:Needs examine info]]
|[[Category:Needs examine info]]
}}
{{#if: {{{map|}}}|
{{!}}-
{{!}}
{{!}}
{{{map}}}
|[[Category:Needs map info]]
}}
}}
[[Category:Non-player_characters]]
[[Category:Non-player_characters]]
Line 82: Line 98:
==Code==
==Code==
<pre>{{Infobox NPC
<pre>{{Infobox NPC
|release =
|members =
|race =
|race =
|location =  
|location =  
Line 89: Line 107:
|options =
|options =
|examine =
|examine =
|map = (optional)
}}</pre>
}}</pre>
</noinclude>
</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)
}}