Template talk:NPC/Archive
Jump to navigation
Jump to search
NPC Variation Handling
- Problem: NPC Images are currently checked using #ifexsists. This causes the image to appear on Special:WantedPages and Special:WantedFiles even if the image should not exist.
- Solution: Images should be checked using Template:Exists to avoid unneccesary listing in Special:WantedPages and Special:WantedFiles.
- Additionally, Template:Exists could be used to conditionally create the tabs in #tag:tabber, potentially shrinking the size of the template.
- For now, the number of variations is determined by Field:Variations and then handled with #switch.