Jump to content

Module:Web 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:2702:27, 13 March 2025 Thehighwayman talk contribs m 2,978 bytes 0 Protected "Module:Web citation" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 02:2702:27, 13 March 2025 Thehighwayman talk contribs 2,978 bytes +2,978 Created page with "local p = {} local function is_set (var) return not (var == nil or var == ''); end local function italics (var) return "''" .. var .. "''" end function p.cite( frame ) local pframe = frame:getParent() local Author = pframe.args.author if is_set (pframe.args.journalist) then Author = pframe.args.journalist end local Date = pframe.args['date'] local Title = pframe.args.title local URL = pframe.args.url local Website = pframe.args.newspaper or pframe.args.we..."