Link to official wiki page in item/stat blocks
Is your suggestion related to a problem? Please describe in detail. A clear and concise description of what the problem is. Ex. [...] doesn't work, [...] solves it. No
Describe your suggestion A clear and concise description of what you want to happen. A link or some way to get to the official wiki page for an item displayed on a user profile
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Ex. [...] could be a problem, but [...] maybe just do it for missing talismans?
Thank you for bringing this issue to our attention. Expect a developer to comment within the first 2-3 days of issue submission
The url is like this https://wiki.hypixel.net/Piggy_Bank so it might be possible to generate starting from itemId?
For talismans (which is a fixed list we already have) we could manually check them and write hardcoded fixes for each, if needed... but for all the other items it might be a long shot
Or we link to the research, something like: https://wiki.hypixel.net/index.php?title=Special:Search&search=Pet%20item%20exp%20share
The url is like this https://wiki.hypixel.net/Piggy_Bank so it might be possible to generate starting from itemId?
For talismans (which is a fixed list we already have) we could manually check them and write hardcoded fixes for each, if needed... but for all the other items it might be a long shot
Or we link to the research, something like: https://wiki.hypixel.net/index.php?title=Special:Search&search=Pet%20item%20exp%20share
You can actually just replace spaces with underscores in the item display name to get the url. This works for almost all items, since it's what the /wikiinhand command does in-game and they even have redirects for the ones that don't perfectly match with the wiki article title.
You can actually just replace spaces with underscores in the item display name to get the url. This works for almost all items, since it's what the /wikiinhand command does in-game and they even have redirects for the ones that don't perfectly match with the wiki article title.
Uhm... I think we also have to clean up stars, dungeon stars, dungeon-enhanced thing, dyes, skins etc... to get the "clean" name...
But honestly the main issue is how to link them... like ok we can add a link at the bottom of the item lore, but not all people know that they need to click an item to "stick" the lore popup so stuff inside can be clicked... uhm...