Template:Npcwh
From EVE University Wiki
This is a simple (?) template to add Wormhole NPCs to any page anywhere. This might be helpful for a Wormhole Site Running Page, for instance, or for a page explaining exactly what sleepers are and how to deal with them.
Syntax
To use this template, simply use the following syntax:
- {{npcwh|Start}} - This begins the table and adds headers.
- {{npcwh|Wave|w=Wave|n=1}} - This specifies a Wave header. Whatever value you pass to w= goes into the header as the title. Whatever value you pass to n= goes into the header as the number. You can make Wave headers, Escalation headers, and Capital Escalation with this.
- You don't have to specify "w" or "n". You can write {{npcwh|Wave}} if you want, which will insert an empty row into the table.
- {{npcwh|Sleepless Warden|n=2x|t={{trigger}}}} - Here we specify the name of the Sleeper, the number of sleepers, and that it will trigger a new wave.
- {{npcwh|Sleepless Upholder|n=3x|t=}} - Here we again specify the name of the Sleeper, the number, and we leave the trigger blank.
- {{npcwh|Emergent Keeper|n=4x|t=}} - Same as above.
- {{npcwh|End}} - This tells the table to stop.
You can also shorten the names like so:
- {{npcwh|swar|n=2x|t={{trigger}}}}
- {{npcwh|suph|n=3x|t=}}
- {{npcwh|skee|n=4x|t=}}
This takes the first letter of the first word (Sleepless/Awakened/Emergent) and adds the first three letters of the second word (Warden/Upholder/Keeper in the cases above).
Example Usage