base_xenforoforum: Remove [] from prefixtags ala [NSFW] on QQ

This commit is contained in:
Jim Miller 2024-06-18 19:41:12 -05:00
parent d1ccdfd21f
commit e113bbfb1c
2 changed files with 6 additions and 0 deletions

View file

@ -818,6 +818,9 @@ add_to_replace_metadata:
# Normalize 'fanfiction/fanfic/fan-fiction' a little.
forumtags=>[Ff]an-?[Ff]ic(tion)?=>FanFiction
# Remove [] from prefixtags ala [NSFW] on QQ
prefixtags=>[\[\]]+=>
add_to_extra_titlepage_entries:,tagsfromtitle,forumtags
## XenForo tags are all lowercase everywhere that I've seen. This

View file

@ -810,6 +810,9 @@ add_to_replace_metadata:
# Normalize 'fanfiction/fanfic/fan-fiction' a little.
forumtags=>[Ff]an-?[Ff]ic(tion)?=>FanFiction
# Remove [] from prefixtags ala [NSFW] on QQ
prefixtags=>[\[\]]+=>
add_to_extra_titlepage_entries:,tagsfromtitle,forumtags
## XenForo tags are all lowercase everywhere that I've seen. This