Quote:
Originally Posted by chaley
The template in the first post references series. The template you just posted references title. The first uses a regular expression asking if there is a character in series. The second uses a regular expression asking if there is a space in the title. If there is then the template displays Yes if it has a cover or nothing if it doesn't. If the title contains no spaces then the column displays the title.
If you are asking why the first template checks for a series before checking has_cover(), I have no idea. Nor do I understand what the "title" template is intended to accomplish.
|
For the title template, I found that if you replace the ' ' with a '.' it will return either a Yes or a blank space. I couldn't find an instance of it returning the title itself using that variation.