Template:Infobox NPC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
(13 intermediate revisions by 2 users 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 30: | Line 48: | ||
{{!}} | {{!}} | ||
{{{shop}}} | {{{shop}}} | ||
| | | | ||
}} | }} | ||
|- | |- | ||
Line 36: | Line 54: | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} | ||
'''Quest''' | '''Quest(s)''' | ||
{{!}} | {{!}} | ||
{{{quest}}} | {{{quest}}} | ||
| | | | ||
}} | }} | ||
|- | |- | ||
Line 68: | Line 86: | ||
|[[Category:Needs examine info]] | |[[Category:Needs examine info]] | ||
}} | }} | ||
{{#if: {{{map|}}}| | |||
{{!}}- | |||
{{!}} | |||
{{!}} | |||
{{{map}}} | |||
|[[Category:Needs map info]] | |||
}} | }} | ||
[[Category:Non-player_characters]] | [[Category:Non-player_characters]] | ||
Line 74: | Line 98: | ||
==Code== | ==Code== | ||
<pre>{{Infobox NPC | <pre>{{Infobox NPC | ||
|release = | |||
|members = | |||
|race = | |race = | ||
|location = | |location = | ||
|shop = | |shop = (optional) | ||
|quest = | |quest = (optional) | ||
|gender = | |gender = | ||
|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) }}