Template:Npc: Difference between revisions

From IdleOn MMO Wiki
imported>Wekhter
mNo edit summary
(Undo revision 78321 by Jasaj (talk))
Tag: Undo
 
(16 intermediate revisions by 6 users not shown)
Line 18: Line 18:
   |World={{{world|}}}
   |World={{{world|}}}
   |MapLocation={{{location|}}}
   |MapLocation={{{location|}}}
   |QuestCount={{{noquest|}}}
   |QuestCount={{{noquest|0}}}
   |BirthWeight={{{birthweight|}}}
   |BirthWeight={{{birthweight|}}}
   |Starsign={{{starsign|}}}
   |Starsign={{{starsign|}}}
   |MomsMaidenName={{{mmm|}}}
   |MomsMaidenName={{{mmm|}}}
   |Notes=<div>{{{notes|}}}</div>
   |Notes={{{notes|}}}
   |NPCType={{#switch:{{{npcType|{{PAGENAME}}}}}
   |NPCType={{#if:{{{npcType|}}}|{{{npcType}}} }}NPC
            |Egggulyte|Giftmas Blobulyte|Loveulyte=Event NPC
            |Bushlyte|Cactolyte|Meel|Rocklyte|Secretkeeper=Secret NPC
            |#default=NPC
          }}
}}<!--
}}<!--


### Infobox ###
### Infobox ###
--><div class="Infobox">
--><infobox theme="npcinfo">
<div class="Header">{{PAGENAME}}</div>
<title>
<div class="HeaderImage">[[file:{{PAGENAME}}.gif]]</div>
<default>{{PAGENAME}}</default>
<div class="SubHeader">Information</div>
</title>
<dl>
<image>
<dt>World</dt>
        <default>[[File:{{PAGENAME}}.gif]]</default>
<dd>{{{world|Undefined}}}</dd>
    </image>
<dt>World</dt>
    <header>Information</header>
<dd>[[Worlds#{{{location}}} | {{{location}}}]]</dd>
    <data source="world">
<dt>Number of Quests</dt>
<label>World</label>
<dd>{{{noquest|}}}</dd>
<format>[[Worlds#World {{#switch:{{{world}}}|Blunder Hills=1|Yum-Yum Desert=2|Frostbite Tundra=3|Hyperion Nebula=4|Smolderin' Plateau=5}} - {{{world}}}|{{{world}}}]]</format>
</dl>
</data>
<div class="SubHeader">Misc</div>
    <data source="location">
<dl>
<label>Area</label>
<dt>Birth Weight (Kg)</dt>
        <format>{{Area|{{{location}}}}}</format>
<dd>{{{birthweight}}}</dd>
</data>
<dt>Starsign</dt>
    <data source="customarea">
<dd>{{{starsign}}}</dd>
<label>Location</label>
<dt>Mother's Maiden Name</dt>
</data>
<dd>{{{mmm|}}}</dd>
    <data source="noquest">
</dl>
<label>Total Quests</label>
</div>
</data>
    <header>Misc</header>
    <data source="birthweight">
<label>Birth Weight</label>
        <format>{{{birthweight}}} Kg</format>
</data>
    <data source="starsign">
<label>Starsign</label>
</data>
    <data source="mmm">
<label>Mother's Maiden Name</label>
</data>
</infobox>


{{{notes|}}}
{{{notes|}}}
Line 60: Line 68:
|description=Location: {{{location}}}
|description=Location: {{{location}}}
Number of Quests: {{{noquest|0}}}
Number of Quests: {{{noquest|0}}}
}}
}}[[Category:NPC]]</includeonly><noinclude>
[[Category:NPC]]
</includeonly><noinclude>
<pre>
<pre>
{{npc
{{npc

Latest revision as of 09:32, 17 August 2024

This template defines the table "NPCs". View table.

{{npc
|location=
|noquest=
|birthweight=
|starsign=
|mmm=
|notes=
}}