Jump to content

Module:Video citation: 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.

13 March 2025

  • curprev 02:2502:25, 13 March 2025 Thehighwayman talk contribs m 3,567 bytes 0 Protected "Module:Video citation" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 02:2502:25, 13 March 2025 Thehighwayman talk contribs 3,567 bytes +3,567 Created page with "local p = {} local function is_set (var) return not (var == nil or var == ''); end local function italics (var) return "<i>" .. var .. "</i>" end function p.cite(frame) local parent = frame:getParent() local Title = parent.args.title local Channel = parent.args.channel local Date = parent.args['date'] local Quote = parent.args.quote local URL = parent.args.url local ArchiveURL = parent.args['archive-url'] local ArchiveDate = parent.args['archive-date'] lo..."