Module:FileUtil: 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.

    22 August 2023

    • curprev 07:5207:52, 22 August 2023OkaDoka talk contribs 2,272 bytes +2,272 Created page with "--[=[ MediaUtil Utilities for handling of media files, e.g. images, videos, ... * addParameter() * replaceParameter() ]=] -- table for export local FileUtil = {} FileUtil.addParameter = function ( file, parameter, value ) -- "value" is optional (default: "nil") return FileUtil.replaceParameter( file, parameter, value , false) end -- FileUtil.addParameter() FileUtil.replaceParameter = function ( file, parameter, value , replace) -- "value" is optional (default: "..."