Module talk:Random slideshow
![]() | Portals ![]() | |||||||||
|
![]() | To help centralize discussions and keep related topics together, the talk pages for the following templates redirect here: |
|
|
This page has archives. Sections older than 60 days may be auto-archived by Lowercase sigmabot III if there are more than 5. |
Portraits and panoramas
Hi, would it be possible to add a height parameter in addition to width, so that you can limit the size of portrait-format images? And, ideally, would it be also possible to add a functionality similar to Wide image to better display panoramic pictures? — Kpalion(talk) 16:00, 19 July 2018 (UTC)
- Ideally some way of limiting the image size to fit into the screen. · · · Peter (Southwood) (talk): 17:26, 28 July 2018 (UTC)
Non-free images being included in slideshows
Is there a way to tweak this templates syntax so that it doesn't call up any non-free images when it's used on pages like Portal:Anti-nuclear movement? Non-free files are only allowed to be used in the article namespace per WP:NFCC#9 which means they shouldn't be displayed on portal pages. -- Marchjuly (talk) 04:15, 23 August 2018 (UTC)
- @Marchjuly: This should already be done... Module:Excerpt is used to parse page content, which tests images and excludes those which are non-free. Which specific image or images are slipping through? - Evad37 [talk] 04:50, 23 August 2018 (UTC)
- File:Nuclear hand.png is getting flagged as being used on "Portal:Anti-nuclear movement". -- Marchjuly (talk) 04:55, 23 August 2018 (UTC)
- So its a non-free file within a gallery, which probably shouldn't be there in the first case per Wikipedia:Non-free_content#Multimedia. But in any case, I'm modifying the code to also check gallery files (which are processed separately to other files) for non-free content. - Evad37 [talk] 05:12, 23 August 2018 (UTC)
- Done - Evad37 [talk] 05:17, 23 August 2018 (UTC)
- Thanks Evad37. -- Marchjuly (talk) 05:25, 23 August 2018 (UTC)
- @Evad37: Would you mind taking a look at Portal:Tron. The same thing that happened above seems to be happening in that portal regarding File:Tron2lightcycle.jpg and File:Tron Lightcycles.jpg. -- Marchjuly (talk) 05:36, 27 August 2018 (UTC)
- @Marchjuly: Fixed. They were specified on the portal itself, so just needs to be removed there [1] - Evad37 [talk] 05:55, 27 August 2018 (UTC)
- Thank you. -- Marchjuly (talk) 06:10, 27 August 2018 (UTC)
- @Marchjuly: Fixed. They were specified on the portal itself, so just needs to be removed there [1] - Evad37 [talk] 05:55, 27 August 2018 (UTC)
- Done - Evad37 [talk] 05:17, 23 August 2018 (UTC)
- So its a non-free file within a gallery, which probably shouldn't be there in the first case per Wikipedia:Non-free_content#Multimedia. But in any case, I'm modifying the code to also check gallery files (which are processed separately to other files) for non-free content. - Evad37 [talk] 05:12, 23 August 2018 (UTC)
- File:Nuclear hand.png is getting flagged as being used on "Portal:Anti-nuclear movement". -- Marchjuly (talk) 04:55, 23 August 2018 (UTC)
HTML code appearing in the captions of some images
Several images use templates in their captions, such as for keys in maps (see Territories of the United States) and it would be a good idea to either:
- Remove the result of the templates (so remove HTML code from captions)
- Allow the template to show its content/results (so allow parsing of HTML code in the image captions)
See Portal:United States Territories for an example of this happening, but I have seen it in other portals. Dreamy Jazz 🎷 talk to me | my contributions 17:07, 11 September 2018 (UTC)
- Fixed, just needed to make sure linebreaks were removed from expanded templates - Evad37 [talk] 02:29, 12 September 2018 (UTC)
Image dimensions displayed as captions
As used at Portal:Greek alphabet, the code
{{Transclude files as random slideshow
| Greek alphabet
|
|
}}
produces captions like x12px
for many of the images. To me, these are image dimensions, not intended to be shown to the non-editing reader. --Redrose64 🌹 (talk) 23:16, 27 February 2019 (UTC)
- @Redrose64: Fixed. The module was previously sometimes confusing the size for the caption; now it will either display the real caption, or leave off the caption if there isn't one. - Evad37 [talk] 00:24, 28 February 2019 (UTC)
- Thank you --Redrose64 🌹 (talk) 10:54, 28 February 2019 (UTC)
Nifty use of this template for a sidebar slideshow, maybe we should support this correctly?
Some effects of climate change |
|
I used the "Transclude files as random slideshow" template to create a sidebar slideshow. You can see the effect on the right hand side here. While the markup is pretty minimal, there are several semi-hacks I had to do to get it to work:
- I wrapped the "Transclude files as random slideshow" template in the "sidebar" template
- The edge spacing on the gallery is too much for fitting in the side bar, so to zoom it in I used negative margins with inline-block display
- You can't size the gallery according to a thumbnail, so to get the sizing right I include a hidden image in the sidebar and then size the gallery to that
- The trouble then is that if you click another image in the page and then use the right / left directional arrows to go through all images, you'll see the hidden image. To work around THAT, I stuffed in a fallback image in the hidden ___location.
- Tweaked the border color to match thumbnail pics
The images only appear on desktop for some reason; on mobile all images are hidden, even though the template documentation says that 4 images should be shown on mobile. Also, during page load the images are laid out in a stacked column before collapsing, but I think that's just how the template works (it's not unique to the sidebar use).
It's a pretty nifty way to elevate some content in an article to the intro. Thoughts on supporting this as a real thing, like maybe a new template or having a setting on this template so people could discover this usage? Efbrazil (talk) 20:49, 9 May 2020 (UTC)
Portals with many images
@Evad37 and Northamerica1000: Portal generation can be slow and sometimes breaches the 10-second limit. Portal:Pakistan was showing "The time allocated for running scripts has expired."; I purged it at a quiet time but it's still over 9 seconds and may flip back randomly. 66% of that is one call to {{Transclude files as random slideshow}} which generates 145 images. What should we do?
One option is to have the module apply a maximum image count. It might be better to tune individual portals, reducing the list of articles from which images are extracted. At least that way we have some say in which ones are removed. Another idea is to limit the number of images per article (currently hard-coded as 100 in the module, which in practice means "all"). However, doing so naively would drop the later images which might be the best ones. Ideally, the module would select the "best" pictures, but that probably involves doing all the current work (and more) before discarding the mediocre, which improves the portal but doesn't solve the timing problem.
I think that choosing 50 at random is as simple as adding the , 1, 50
in local galleryContent = table.concat(sortedLines, '\n', 1, 50)
, though pruning the selection earlier might be more efficient and we may want to accept a parameter to override the value of 50 that I plucked from thin air. Any thoughts? Certes (talk) 12:47, 30 September 2020 (UTC)
- I noticed that Pakieditor significantly expanded the General images section on 20 September 2020 (diff), which is very likely contributing to the Lua timeout errors. An immediate fix would be to prune some of the entries from the General images section. From past experience, this tends to stop the timeouts. North America1000 13:20, 30 September 2020 (UTC)
- @Certes: That's rather late in the piece to be limiting the number of images. The expensive (time-consuming) work is likely to be in the extractRegularFiles function, which does a bunch of string manipluation and (potentially) preprocessing of templates in a loop. - Evad37 [talk] 13:29, 30 September 2020 (UTC)
- You're right; it's too late. extractRegularFiles is efficient: gsub takes 0.32 seconds, some of which lies elsewhere. I suspect the time goes even earlier, in the parse function of Module:Excerpt/portals (which is mainly my fault, though the attribution has become separated). The killer there is retrieving up to 100 file description pages to check for non-free licences. We should probably set files=1-50 rather than 100 in this module but also remove some articles from the list in Portal:Pakistan and similar cases. Certes (talk) 13:59, 30 September 2020 (UTC)
- I've removed subnational articles such as Quetta from Portal:Pakistan. It now renders in 6 seconds, of which only 2 s is the slideshow. As an experiment, I've introduced some variety via a region of the day: one final article of
{{Random item|Islamabad|Lahore|Karachi|Quetta|Peshawar|Northern Pakistan}}
rotates the evicted images. Certes (talk) 14:41, 30 September 2020 (UTC)
Interaction with Template:Abbr
You are invited to join the discussion at Wikipedia:Village pump (technical) § Strip marker exposure in #tag:gallery. —andrybak (talk) 12:28, 8 November 2020 (UTC)