Wikipedia talk:Extended image syntax/Archive 3: Difference between revisions
Content deleted Content added
m Archiving 1 discussion(s) from Wikipedia talk:Extended image syntax) (bot |
m Archiving 1 discussion(s) from Wikipedia talk:Extended image syntax) (bot |
||
Line 687:
:::I don't mind in the least. It was pretty straightforward. I could do something similar for the [[Klingon language]] infobox if you like. <b style="font:1.3em/1em Trebuchet MS;letter-spacing:-0.07em">[[User:nagualdesign|<b style="color:#000">nagual</b>]][[User talk:nagualdesign|<b style="color:#AA9">design</b>]]</b> 08:34, 16 April 2021 (UTC)
:::..Since the Klingon fonts don't show up on desktop or mobile I went ahead and replaced the ''altname'' parameter with [[:File:tlhIngan Hol.png]]. <b style="font:1.3em/1em Trebuchet MS;letter-spacing:-0.07em">[[User:nagualdesign|<b style="color:#000">nagual</b>]][[User talk:nagualdesign|<b style="color:#AA9">design</b>]]</b> 10:26, 16 April 2021 (UTC)
== Displaying thumb of some video without that "Play the Video"-Button ==
[[File:Ward Cunningham, Inventor of the Wiki.webm|thumb|Interview with [[Ward Cunningham]], inventor of the wiki]]
Is there any way, any magic keyword to show just the preview image of a video without that Start-Button, like it is in [{{fullurl:Wiki|action=info}} Page information of Wiki]? --[[User:Wurgl|Wurgl]] ([[User talk:Wurgl|talk]]) 09:23, 21 May 2021 (UTC)
:I think your best bet would be [[WP:TemplateStyles]] to set <code>background-image: none</code> on <code>.mw-tmh-player.video > .mw-tmh-play:not(:hover)</code>. The last part of that makes sure the play button is able to reappear on hover. [[User:GKFX]]<sup>[[User talk:GKFX|talk]]</sup> 11:42, 21 May 2021 (UTC)
:: It is for german wikipedia where that template is missing. Importing that template (causing sure a lot of discussion) is too much effort for a very few (maybe 3) videos/images. I was hoping there might be some undocumented parameter. However, thanks. --[[User:Wurgl|Wurgl]] ([[User talk:Wurgl|talk]]) 09:34, 23 May 2021 (UTC)
|