I want to see what chartags are under a property. I don't need to see the images, just a list of chartags. I'd also like to be able to order them, like in descending or ascending order of post count.
Posted under General
Character tags aren't tied to copyrights directly, so what you're asking for isn't possible as a database query per se.
That said, in addition to the related tags page above, many of the larger copyrights on the site have wiki pages under the naming format "list_of_*_characters", for example: list of genshin impact characters.
Adding onto what Obstetrics said, you CAN actually search the tags by their existence in a particular wiki page and order them by post count.
I'll point out some things with the above link so that others can template off it.
search[dtext_links][model_id]=93250
- Change this value to the ID of the wiki to be checked.search[dtext_links][model_type]=WikiPage
- Required, unless you want to get hits from Forum Posts of the same ID.search[order]=count
- Orders the tags by post count.search[category]=4
- Set for character tags only as requested.search[hide_empty]=false
- Optional if one wants to see empty tags (post count is zero).true
.Updated