Module:FileDescription: Revision history

From TwogPedia

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.

8 May 2023

  • curprev 22:3922:39, 8 May 2023Couchor talk contribs 330 bytes +38 No edit summary
  • curprev 22:3822:38, 8 May 2023Couchor talk contribs 292 bytes +292 Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) local imageTitle = mw.title.new(args[1], "File") local description = imageTitle:getContent() if description then return description else return nil end end return p"