From Wikipedia, the free encyclopedia
Archive 10 Archive 13 Archive 14 Archive 15

alt_name bugfix

There was a bug in the infobox with |alt_name= which I fixed here. The infobox will now place the value of the text in italics if it is singular. When it is plural it won't, as lists can cause lint errors. These will need italics to be manually added.

Additionally, if the value has disambiguation (such as Another name (1999)), the template will handle it so only the text outside the parenthesis is in italics.

I'm working on a tracking category for the plural cases so those can be fixed.

Testcases can be found here. Please let me know if you see anything that needs to be fixed.

I'll update the live code in a few days if no issues are reported. Gonnym ( talk) 19:32, 20 January 2024 (UTC)

An issue that probably will arise and will need fixing, is that if an alt title already uses italics, it will now have 4 ' and will be in bold with an extra one on each side. Gonnym ( talk) 12:04, 21 January 2024 (UTC)
A tracking category can be added to the |plural= section of the Pluralize template transclusion. – Jonesey95 ( talk) 14:30, 21 January 2024 (UTC)
Yes, I'll probably add a tracking category to find plural usages that need fixed. Those are done over at Module:Infobox television as the logic gets more complicated than template syntax can handle. I just need to think how best to catch entries of a list (still hoping to find some template or module out there that will save me writing that code:) ) Gonnym ( talk) 15:10, 21 January 2024 (UTC)
OK, code written to handle plurals without italics and singular with italics. Will make this code live this week. Gonnym ( talk) 11:30, 22 January 2024 (UTC)

Slogan (For Seasonal Shows) As Image Caption In Infobox Television

For Seasonal shows Like Bigg Boss , It is best to add slogan of the season as the image caption in infobox television. For Long time it used to be like that, but yesterday one of the member removed slogan from all edition of Bigg Boss in multiple languages. I Request all Members to propose their suggestions below. Alen Hermen ( talk) 08:40, 24 January 2024 (UTC)

To add a bit information to this. This discussion was supposed to be held at Template talk:Infobox television season and not here as it concerns that infobox. Regarding the actual issue, the slogan was used inside |caption= resulting in information that is not relevant to the image at all (a standard Bigg Boss logo). This has also MOS:ACCESSABILITY issues as we're setting screen readers to give incorrect information to their users. I am the editor that removed this usage which was used on exactly 10 articles. Gonnym ( talk) 11:43, 24 January 2024 (UTC)
The slogan strikes me as off topic. At best it's irrelevant, and at worst it's WP:PROMO. If the slogan has received significant coverage in reliable sources, it can be covered in the body of the article itself. Shooterwalker ( talk) 16:32, 2 February 2024 (UTC)
Gonnym's point about accessability makes a lot of sense. I see no reason to include it as a separate parameter, and it would be ripe for abuse were it included. I'd be a hard "oppose" if this came up for official discussion/comment. ButlerBlog ( talk) 16:47, 2 February 2024 (UTC)

Network/dates question

Here's a question regarding {{ infobox television}}, seeking input from experienced television editors and template editors. Suppose a show is co-produced (i.e. funded) by an American company like CW, but it's entirely produced/filmed in Canada. When it airs simultaneously in Canada and the US on different networks and (possibly) different air dates, what's the appropriate protocol for listing the |network= and |first_aired=/|last_aired= values? Should we use |network= and |network2=, or would it make more sense to use a plainlist for the multiple networks (considering it's essentially simultaneous, not a reboot or network change)? ButlerBlog ( talk) 17:20, 2 February 2024 (UTC)

If the show is a co-production then use plainlist. If it was just produced in Canada that doesn't mean anything. Arrowverse shows were filmed in Canada but they are only American. Gonnym ( talk) 18:25, 2 February 2024 (UTC)
Thanks, Gonnym. That confirms what I was thinking. Here's another one that's related: Children Ruin Everything. In this case, Roku and the CW appear to just be international distribution. My presumption on this one is that it should just be CTV as they are the original network in the country of production (Canada). The others are just picking it up for international distribution. ButlerBlog ( talk) 12:58, 5 February 2024 (UTC)
I don't know the show so no idea. I found in the last few months of fixing networks and dates that this is one of worst cases of unverified information in articles, because sometimes it even has a source which makes it seem valid and it still isn't. Children Ruin Everything specifically mentions only Canada in the lead and in the infobox, so that seems to mean that it is only CTV. In any rate, the lead, infobox, body and categories should all match. Gonnym ( talk) 13:08, 5 February 2024 (UTC)
<thumbs up icon here> Thanks! ButlerBlog ( talk) 13:10, 5 February 2024 (UTC)

Co-Executive Producer listing in info box

This topic has come up previously in the archives, however, it is often related to Co-EP listing on narrative TV shows that often use the credit for writers (who are also listed elsewhere). In documentary TV series, the Co-Executive Producer is most always used to denote the showrunner. Therefore, it seems fair to include that as a separate credit available in the info box. The co-executive producers are more creatively involved and responsible for the series on all levels than producers. The omission therefore overlooks a key role in these types of productions. 2600:4040:912F:B200:99B1:B552:3710:54CE ( talk) 18:16, 13 February 2024 (UTC)

That's a matter of opinion - and one that I do not share. If it's a "key" role, then discuss it in the article's prose - specifically, the "Production" section, where it can be given proper context. If you're concerned about the exclusion of "key" information, then add it to the article - there's nothing stopping you (or anyone else) from making sure it's covered. But it doesn't need to be in the infobox. ButlerBlog ( talk) 19:29, 13 February 2024 (UTC)
From Wikipedia, the free encyclopedia
Archive 10 Archive 13 Archive 14 Archive 15

alt_name bugfix

There was a bug in the infobox with |alt_name= which I fixed here. The infobox will now place the value of the text in italics if it is singular. When it is plural it won't, as lists can cause lint errors. These will need italics to be manually added.

Additionally, if the value has disambiguation (such as Another name (1999)), the template will handle it so only the text outside the parenthesis is in italics.

I'm working on a tracking category for the plural cases so those can be fixed.

Testcases can be found here. Please let me know if you see anything that needs to be fixed.

I'll update the live code in a few days if no issues are reported. Gonnym ( talk) 19:32, 20 January 2024 (UTC)

An issue that probably will arise and will need fixing, is that if an alt title already uses italics, it will now have 4 ' and will be in bold with an extra one on each side. Gonnym ( talk) 12:04, 21 January 2024 (UTC)
A tracking category can be added to the |plural= section of the Pluralize template transclusion. – Jonesey95 ( talk) 14:30, 21 January 2024 (UTC)
Yes, I'll probably add a tracking category to find plural usages that need fixed. Those are done over at Module:Infobox television as the logic gets more complicated than template syntax can handle. I just need to think how best to catch entries of a list (still hoping to find some template or module out there that will save me writing that code:) ) Gonnym ( talk) 15:10, 21 January 2024 (UTC)
OK, code written to handle plurals without italics and singular with italics. Will make this code live this week. Gonnym ( talk) 11:30, 22 January 2024 (UTC)

Slogan (For Seasonal Shows) As Image Caption In Infobox Television

For Seasonal shows Like Bigg Boss , It is best to add slogan of the season as the image caption in infobox television. For Long time it used to be like that, but yesterday one of the member removed slogan from all edition of Bigg Boss in multiple languages. I Request all Members to propose their suggestions below. Alen Hermen ( talk) 08:40, 24 January 2024 (UTC)

To add a bit information to this. This discussion was supposed to be held at Template talk:Infobox television season and not here as it concerns that infobox. Regarding the actual issue, the slogan was used inside |caption= resulting in information that is not relevant to the image at all (a standard Bigg Boss logo). This has also MOS:ACCESSABILITY issues as we're setting screen readers to give incorrect information to their users. I am the editor that removed this usage which was used on exactly 10 articles. Gonnym ( talk) 11:43, 24 January 2024 (UTC)
The slogan strikes me as off topic. At best it's irrelevant, and at worst it's WP:PROMO. If the slogan has received significant coverage in reliable sources, it can be covered in the body of the article itself. Shooterwalker ( talk) 16:32, 2 February 2024 (UTC)
Gonnym's point about accessability makes a lot of sense. I see no reason to include it as a separate parameter, and it would be ripe for abuse were it included. I'd be a hard "oppose" if this came up for official discussion/comment. ButlerBlog ( talk) 16:47, 2 February 2024 (UTC)

Network/dates question

Here's a question regarding {{ infobox television}}, seeking input from experienced television editors and template editors. Suppose a show is co-produced (i.e. funded) by an American company like CW, but it's entirely produced/filmed in Canada. When it airs simultaneously in Canada and the US on different networks and (possibly) different air dates, what's the appropriate protocol for listing the |network= and |first_aired=/|last_aired= values? Should we use |network= and |network2=, or would it make more sense to use a plainlist for the multiple networks (considering it's essentially simultaneous, not a reboot or network change)? ButlerBlog ( talk) 17:20, 2 February 2024 (UTC)

If the show is a co-production then use plainlist. If it was just produced in Canada that doesn't mean anything. Arrowverse shows were filmed in Canada but they are only American. Gonnym ( talk) 18:25, 2 February 2024 (UTC)
Thanks, Gonnym. That confirms what I was thinking. Here's another one that's related: Children Ruin Everything. In this case, Roku and the CW appear to just be international distribution. My presumption on this one is that it should just be CTV as they are the original network in the country of production (Canada). The others are just picking it up for international distribution. ButlerBlog ( talk) 12:58, 5 February 2024 (UTC)
I don't know the show so no idea. I found in the last few months of fixing networks and dates that this is one of worst cases of unverified information in articles, because sometimes it even has a source which makes it seem valid and it still isn't. Children Ruin Everything specifically mentions only Canada in the lead and in the infobox, so that seems to mean that it is only CTV. In any rate, the lead, infobox, body and categories should all match. Gonnym ( talk) 13:08, 5 February 2024 (UTC)
<thumbs up icon here> Thanks! ButlerBlog ( talk) 13:10, 5 February 2024 (UTC)

Co-Executive Producer listing in info box

This topic has come up previously in the archives, however, it is often related to Co-EP listing on narrative TV shows that often use the credit for writers (who are also listed elsewhere). In documentary TV series, the Co-Executive Producer is most always used to denote the showrunner. Therefore, it seems fair to include that as a separate credit available in the info box. The co-executive producers are more creatively involved and responsible for the series on all levels than producers. The omission therefore overlooks a key role in these types of productions. 2600:4040:912F:B200:99B1:B552:3710:54CE ( talk) 18:16, 13 February 2024 (UTC)

That's a matter of opinion - and one that I do not share. If it's a "key" role, then discuss it in the article's prose - specifically, the "Production" section, where it can be given proper context. If you're concerned about the exclusion of "key" information, then add it to the article - there's nothing stopping you (or anyone else) from making sure it's covered. But it doesn't need to be in the infobox. ButlerBlog ( talk) 19:29, 13 February 2024 (UTC)

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook