Template:Npc: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
(Undo revision 78321 by Jasaj (talk))
Tag: Undo
 
(21 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={{{notes|}}}
   |Notes={{{notes|}}}
   |NPCType={{#switch:{{PAGENAME}}
   |NPCType={{#if:{{{npcType|}}}|{{{npcType}}} }}NPC
            |Egggulyte|Giftmas Blobulyte|Loveulyte=Event NPC
            |Bushlyte|Cactolyte|Meel|Rocklyte|Secretkeeper=Secret NPC
            |#default=NPC
          }}
}}<!--
}}<!--


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


{{{notes|}}}
{{{notes|}}}
Line 66: 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=
}}