All public logs

Jump to navigation Jump to search

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

Logs
  • 20:47, 15 September 2024 Tom talk contribs created page MediaWiki:Accordion.js (Created page with "* @module Accordion.js * @description Adds collapsible accordion component into pages. * @author Polymeric * @license CC-BY-SA 3.0 * @notes Please install accordion.css for complete functionality.: mw.hook('wikipage.content').add(function() { 'use strict'; // Double run protection. if (window.accordionLoaded) return; window.accordionLoaded = true; importArticle({ article: 'u:dev:MediaWiki:Accordion.css' });...")