Module:FileExists: Revision history

Jump to navigation Jump to search

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.

21 October 2023

  • curprev 15:2115:21, 21 October 2023upgradewastaken#0 talk contribs 185 bytes +185 Created page with "local p = {} function p.fileExists(filename) local title = mw.title.new(filename, 'File') if not title then return false end return title. Exists end return p"