All public logs

Jump to navigation Jump to search

Combined display of all available logs of MassiveCraft Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:52, 22 August 2023 OkaDoka talk contribs created page Module:FileUtil (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: "...")