Template:Npc/test: Difference between revisions

From IdleOn MMO Wiki
(Created page with "<includeonly><infobox theme="npcinfo"> <title> <default>{{PAGENAME}}</default> </title> <image> <default>[[File:{{PAGENAME}}.gif]]</default> </image> <header>Information</header> <data source="world"> <label>World</label> </data> <data source="location"> <label>Location</label> <format>{{{location}}}</format> </data> <data source="customarea"> <label>Location</label> </data> <data source="noq...")
 
(Marked this version for translation)
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
         <default>[[File:{{PAGENAME}}.gif]]</default>
         <default>[[File:{{PAGENAME}}.gif]]</default>
     </image>
     </image>
     <header>Information</header>
     <header><translate><!--T:1--> NPC Info</translate></header>
     <data source="world">
     <data source="world">
<label>World</label>
<label><translate><!--T:2--> World</translate></label>
</data>
</data>
     <data source="location">
     <data source="location">
<label>Location</label>
<label><translate><!--T:3--> Location</translate></label>
         <format>[[Worlds#{{{location}}}|{{{location}}}]]</format>
         <format>[[Worlds#{{{location}}}|{{{location}}}]]</format>
</data>
</data>
     <data source="customarea">
     <data source="customarea">
<label>Location</label>
<label><translate><!--T:4--> Location</translate></label>
</data>
</data>
     <data source="noquest">
     <data source="noquest">
<label>Total Quests</label>
<label><translate><!--T:5--> Total Quests</translate></label>
</data>
</data>
     <header>Misc</header>
     <header><translate><!--T:6--> Misc Info</translate></header>
     <data source="birthweight">
     <data source="birthweight">
<label>Birth Weight</label>
<label><translate><!--T:7--> Birth Weight</translate></label>
         <format>{{{birthweight}}} Kg</format>
         <format>{{{birthweight}}} Kg</format>
</data>
</data>
     <data source="starsign">
     <data source="starsign">
<label>Starsign</label>
<label><translate><!--T:8--> Starsign</translate></label>
</data>
</data>
     <data source="mmm">
     <data source="mmm">
<label>Mother's Maiden Name</label>
<label><translate><!--T:9--> Mother's Maiden Name</translate></label>
</data>
</data>
</infobox>
</infobox>
Line 36: Line 36:
<pre>
<pre>
{{npc
{{npc
|world=
|location=
|location=
|noquest=
|noquest=
Line 43: Line 44:
|notes=
|notes=
}}
}}
</pre>
</pre>[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]
</noinclude>

Latest revision as of 04:34, 4 March 2023

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