Main public logs

Jump to navigation Jump to search

Combined display of all available logs of OODA 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:42, 29 August 2025 AdminIsidore talk contribs created page MediaWiki:Gadget-GlossaryGraph.js (Created page with "$(function() { // Find all the places on the page where a graph should be drawn $('.glossary-graph').each(function() { var $container = $(this); var pageTitle = $container.data('page-title'); if (!pageTitle) return; // Use the MediaWiki API to get all links from the specified page new mw.Api().get({ action: 'query', prop: 'links', titles: pageTitle, pllimit: 'max' })....")