Topic: [REJECTED] Tag alias: konosuba:_god's_blessing_on_this_wonderful_world! -> kono_subarashii_sekai_ni_shukufuku_wo!

Posted under Tag Alias and Implication Suggestions

Should be reversed, because on e621 we prefer the localized names and I think we should also get rid of the exclamation mark and " : "(?) as they're unicodes.

sieghelm_lockayer said:
Should be reversed, because on e621 we prefer the localized names and I think we should also get rid of the exclamation mark and " : "(?) as they're unicodes.

I think colons are okay, but I'm not sure of that.

furrin_gok said:
I think colons are okay, but I'm not sure of that.

Colons, exclamation marks and interrogation marks are all ASCII characters and therefore allowed by Kira's Tag Validator. If you want to check whether a tag is valid or not, you can input it in bitWolfy's Tag Validator, since both of them have the same rules.

Keep in mind that some ASCII characters cannot be used at the beginning and/or end of tags. For example:

when /\A:/
      record.errors.add(attribute,  "'#{value}' cannot begin with a colon (':')")

Other ASCII characters cannot be used at all, such as asterisks, because the search syntax is already using them as wildcards. Last but not least, anything Unicode is strictly verboten.

By the way, ampersand use is not restricted at all, but please avoid using them, and if you come across any try to replace it. Their presence causes blacklist bugs.

  • 1