Revision as of 14:21, 21 October 2023 by upgradewastaken(talk | contribs)(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")