User:Relyk/SMW/npc table
From Guild Wars 2 Wiki
< User:Relyk | SMW
Jump to navigationJump to search
Usage[edit]
Generates a list of NPCs based on the input parameters. Format using User:Relyk/SMW/npc table result format.
{{NPC table
| min level =
| max level =
| rank =
| zone =
}}
Parameters[edit]
All parameters are used as criteria for certain properties within the semantic query.
| Parameter | Maps to property |
|---|---|
| min level | Property:Has NPC level (minimum value) |
| max level | Property:Has NPC level (maximum value) |
| rank | Property:Has NPC rank |
| zone | Property:Located in |
Examples[edit]
Rank and zone[edit]
{{NPC table
| rank = Champion
| zone = Queensdale
}}
{{User:Relyk/SMW/npc table }}
Level and rank[edit]
{{NPC table
| min level = 0
| max level = 40
| rank = Legendary
}}
{{User:Relyk/SMW/npc table }}