Template:Infobox NPC: Difference between revisions
Jump to navigation
Jump to search
m (quest(s)) |
No edit summary Tag: Manual revert |
||
(11 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| | | colspan="2" | [[File:{{PAGENAME}}.png|100px]]<br/> | ||
|- | |- | ||
! colspan="2" style="background-color:#024672;" | | ! colspan="2" style="background-color:#024672;" | | ||
|- | |||
{{#if: {{{release|}}}| | |||
{{!}}- | |||
{{!}} | |||
'''Released''' | |||
{{!}} | |||
{{{release}}} | |||
|[[Category:Needs release info]] | |||
}} | |||
|- | |||
{{#if: {{{members|}}}| | |||
{{!}}- | |||
{{!}} | |||
'''Members''' | |||
{{!}} | |||
{{{members}}} | |||
|[[Category:Needs members info]] | |||
}} | |||
|- | |- | ||
{{#if: {{{race|}}}| | {{#if: {{{race|}}}| | ||
Line 67: | 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 73: | Line 98: | ||
==Code== | ==Code== | ||
<pre>{{Infobox NPC | <pre>{{Infobox NPC | ||
|release = | |||
|members = | |||
|race = | |race = | ||
|location = | |location = | ||
Line 80: | 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) }}