Template:RegionalNPCs

From IdleOn MMO Wiki
Revision as of 21:26, 17 May 2023 by Kuma (talk | contribs) (Created page with "<noinclude> <!-- ### Cargo Declare ### --> {{#cargo_declare:_table=NPCs |MapLocation=String |QuestCount=Integer |NPCType=String }} </noinclude> <!-- ### Carge Store ### --> <includeonly> {{Npctable/head|{{{title}}}}} {{#cargo_query:tables=NPCs |fields=_pageName=%PAGE%,MapLocation=location,QuestCount=noquest |where=(MapLocation IN ({{{areas}}})) AND (NPCType IN ({{{npctypes}}})) |format=template |template=Npc/row |named args=yes }} |} </includeonly> <!-- ### Usage...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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



Renders NPCs and their location from the "NPCs" Cargo table

Usage:
{{WorldNPCs
|title=example (title of the section for that sub-table | remark: this might truly make it not worth for this template, which should just define a single title I guess
|areas=example,example
|npctypes=example,example ("NPC", if omitted)
}}