I've fixed the named items issue. The template was adjusted to be more versatile and in doing so, some of the more specifically configured template invocations became overcomplicated. Let me know (preferably in Discord) if there are any other pages where named items aren't working and I'll go in and fix it by replacing:
Code:
| category = Category:...
with: As for the monsters, the tables correctly show the monster pages that indicate said monster is in quest. If you look at Category:Monsters in Secret of the Slavers' Stockade you will see there are four monsters in the table and four in the category. Any monsters that are missing from the category need someone to go to the monster's wiki page, such as Grey Rat, and add a line in the template, such as:
Code:
| habitat2 = Secret of the Slavers' Stockade
where habitat2 is the next incremental number; or possibly even create the page from scratch because no page for the monster exists - simply copy and paste:
Code:
{{Monster
| image =
| type =
| race =
| sub-race =
| MM type =
| alignment =
| cr = <!-- {{Xpcolors|normal=|hard=|elite=|enormal=|ehard=|eelite=}} -->
| named = No <!-- Options: No / Yes -->
| boss = No <!-- Options: No / Orange / Red / Purple -->
| color = No <!-- Options: No / Yellow (named only) / Orange / Red -->
| rare = No <!-- Options: No / Yes (This will let us know if this is a monster that always spawns or not) -->
| attack = <!-- (Slashing/Bludgeoning/Piercing) - List its damage types and melee/ranged related weapon/special attacks -->
| qualities = <!-- List its special defenses (resistances, immunities, and magic related special attacks) -->
| organization =
| habitat1 =
| hnote1 =
| habitat2 = <!-- additional habitat# parameters can be used -->
| hnote2 = <!-- additional hnote# parameters can be used as needed -->
| saying1 =
| saying2 = <!-- additional saying# parameters can be used -->
| description =
}}
per the documentation on Template:Monster onto the monster page with any appropriate information filled in. Thanks!