Main public logs

Jump to navigation Jump to search

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

Logs
  • 15:27, 15 December 2025 Onno talk contribs created page MediaWiki:Gadget-darkmode.js (Created page with "* * RemiliaWiki Dark Mode Toggle * Add to: MediaWiki:Gadget-darkmode.js: (function() { 'use strict'; var STORAGE_KEY = 'remiliawiki-darkmode'; var LINK_ID = 'pt-darkmode'; function setTheme(dark) { document.documentElement.setAttribute('data-theme', dark ? 'dark' : 'light'); localStorage.setItem(STORAGE_KEY, dark ? '1' : '0'); updateIcon(dark); } function updateIcon(isDark) { var container = document.g...")