Module:Video: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 April 2025

  • curprev 04:0704:07, 1 April 2025 Zippitjean talk contribs 1,457 bytes +1,457 Created page with "local p = {} local i18n = { trackCategory = 'Category:Pages with%s videos', services = { -- when video embeded with a new service provider, add it here youtube = ' YouTube', youtubeplaylist = ' YouTube', vimeo = ' Vimeo', bilibili = ' Bilibili', } } function p.genVideo( provider, id, width, height, align, caption, urlArgs ) if not id then return nil end provider = provider and provider:lower() or 'youtube' local dimensions = tonumber( width ) or 42..."