Template:Infobox NPC: Difference between revisions
Jump to navigation
Jump to search
(Remove Project RS06 References) |
No edit summary Tag: Manual revert |
||
(14 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: | ! 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|100px]]<br/> | ||
|- | |- | ||
! colspan="2" style="background-color:#024672 | ! colspan="2" style="background-color:#024672;" | | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{release|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
''' | '''Released''' | ||
{{!}} | {{!}} | ||
{{{ | {{{release}}} | ||
|[[Category:Needs release | |[[Category:Needs release info]] | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{members|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
''' | '''Members''' | ||
{{!}} | {{!}} | ||
{{{ | {{{members}}} | ||
|[[Category:Needs | |[[Category:Needs members info]] | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{race|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
'''Race''' | '''Race''' | ||
{{!}} | {{!}} | ||
{{{ | {{{race}}} | ||
|[[Category:Needs race info]] | |[[Category:Needs race info]] | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{location|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
''' | '''Location''' | ||
{{!}} | {{!}} | ||
{{{ | {{{location}}} | ||
|[[Category:Needs | |[[Category:Needs location info]] | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{shop|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
''' | '''Shop''' | ||
{{!}} | {{!}} | ||
{{{ | {{{shop}}} | ||
| | | | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{quest|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
''' | '''Quest(s)''' | ||
{{!}} | {{!}} | ||
{{{ | {{{quest}}} | ||
| | | | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{gender|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
''' | '''Gender''' | ||
{{!}} | {{!}} | ||
{{{ | {{{gender}}} | ||
|[[Category:Needs | |[[Category:Needs gender info]] | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{options|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
''' | '''Options''' | ||
{{!}} | {{!}} | ||
{{{ | {{{options}}} | ||
|[[Category:Needs | |[[Category:Needs options info]] | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{ | {{#if: {{{examine|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
'''Examine''' | '''Examine''' | ||
{{!}} | {{!}} | ||
{{{ | {{{examine}}} | ||
|[[Category:Needs examine info]] | |[[Category:Needs examine info]] | ||
}} | }} | ||
{{#if: {{{map|}}}| | |||
{{#if: {{{ | |||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
{{!}} | {{!}} | ||
{{{ | {{{map}}} | ||
|[[Category:Needs | |[[Category:Needs map info]] | ||
}} | }} | ||
[[Category:Non-player_characters]] | [[Category:Non-player_characters]] | ||
|}</includeonly><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) }}