Module:ImageUnifier/constants: 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.

8 March 2023

  • curprev 17:0617:06, 8 March 2023Dolphinbb30 talk contribsm 7,163 bytes +1,864 No edit summary
  • curprev 16:0016:00, 8 March 2023Dolphinbb30 talk contribs 5,299 bytes +5,299 Created page with "-- ---------------------------------------- -- <pre> Module:ImageUnifier/constants -- ---------------------------------------- local Self = {} Self.VALID_EXTS = { ["png"]=1, ["jpg"]=1, ["jpeg"]=1, ["gif"]=1, ["ico"]=1, ["svg"]=1, ["tiff"]=1, ["pdf"]=1, ["djvu"]=1, ["ogg"]=1, ["oga"]=1, ["ogv"]=1, ["odt"]=1, ["ods"]=1, ["odp"]=1, ["odg"]=1, ["odc"]=1, ["odf"]=1, ["odi"]=1, ["odm"]=1, } Self...."