Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Star Wars ReExpanded Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:01, 19 September 2025 Mortis talk contribs created page MediaWiki:DiscordCompact.js (Created page with "* * DiscordCompact.js * ---------------------- * A very simple script to display a Discord widget. * Version 0.0.2 * https://support.wiki.gg/wiki/DiscordCompact * ----------------------: mw.hook('wikipage.content').add(function($content) { var widget = $content.find("#discord-compact-widget"); // Bail out if we didn't find a widget. if (!widget.length) return; var id = widget.attr("data-id"); // Ensure that the id is not blank. if (id === "")...")