Jump to content

Main public logs

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

Logs
  • 02:08, 19 February 2026 Jasongeek talk contribs created page Uploading Files (Created page with "= Uploading Files = MediaWiki allows users to upload images, documents, and other media files for use within wiki pages. This guide explains how to enable uploads and how to properly insert files into pages. == Enabling File Uploads (Administrators) == If you manage the wiki, make sure uploads are enabled in <code>LocalSettings.php</code>: <syntaxhighlight lang="php"> $wgEnableUploads = true; $wgFileExtensions = [ 'png', 'jpg', 'jpeg', 'gif', 'pdf', 'svg', 'webp' ];...")