All public logs

From Medivia Online Wiki

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

Logs
  • 20:10, 17 January 2026 Eldrin talk contribs created page MediaWiki:Timeless.js (Created page with "All JavaScript here will be loaded for users of the Timeless skin: (function () { function normalizeToFileTitle(val) { if (!val) return ""; val = val.trim(); if (!val) return ""; // Allow "File:Something.png" or just "Something.png" if (!/^File:/i.test(val)) val = "File:" + val; return val; } function fileTitleToThumbUrl(fileTitle) { // MediaWiki thumb URL via Special:Redirect (works without knowing upload path) // Example: /w...")