MediaWiki
MediaWiki:Group-Grouse.js
From Grouse House Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
$(function() { $('h2.c-header.active span.mw-headline').each(function () { var $header = $(this); var $headername = $header.html(); $headernameu = $headername.split(' ').join('_'); $headernameu = $headernameu.replace("'", "\\'").replace("?", "\\?").replace("!", "\\!"); var $secondheader = "#" + $headernameu + "_2"; var $editsection = $( $secondheader ).next().children('a').attr("href"); $header.after('[Edit]'); $header.next().css( 'font-size', '0.6em').css( 'margin-left', '1em'); $("a[href*='" + $secondheader + "']").hide(); }); }); $(function() { $('h2.c-header.hidden span.mw-headline').each(function () { var $header = $(this); var $headername = $header.html(); $headernameu = $headername.split(' ').join('_'); $headernameu = $headernameu.replace("'", "\\'").replace("?", "\\?").replace("!", "\\!"); var $secondheader = "#" + $headernameu + "_2"; var $editsection = $( $secondheader ).next().children('a').attr("href"); $header.after('[Edit]'); $header.next().css( 'font-size', '0.6em').css( 'margin-left', '1em'); $("a[href='" + $secondheader + "']").hide(); }); }); $(function() { $('h2.h-static span.mw-headline').each(function () { var $header = $(this); var $headername = $header.html(); $headernameu = $headername.split(' ').join('_'); $headernameu = $headernameu.replace("'", "\\'").replace("?", "\\?").replace("!", "\\!"); var $secondheader = "#" + $headernameu + "_2"; var $editsection = $( $secondheader ).next().children('a').attr("href"); $header.after('[Edit]'); $header.next().css( 'font-size', '0.6em').css( 'margin-left', '1em'); var $pagename = $('h1#firstHeading').html(); $pagenameu = $pagename.split(' ').join('_'); $toclink = "https://grousehouse.wiki/" + $pagenameu + $secondheader; $("a[href*='" + $secondheader + "']").hide(); }); }); $(function() { $('h3.c-header.active span.mw-headline').each(function () { var $header = $(this); var $headername = $header.html(); $headernameu = $headername.split(' ').join('_'); $headernameu = $headernameu.replace("'", "\\'").replace("?", "\\?").replace("!", "\\!"); var $secondheader = "#" + $headernameu + "_2"; var $editsection = $( $secondheader ).next().children('a').attr("href"); $header.after('[Edit]'); $header.next().css( 'font-size', '0.6em').css( 'margin-left', '1em'); $("a[href*='" + $secondheader + "']").hide(); }); }); $(function() { $('h3.c-header.hidden span.mw-headline').each(function () { var $header = $(this); var $headername = $header.html(); $headernameu = $headername.split(' ').join('_'); $headernameu = $headernameu.replace("'", "\\'").replace("?", "\\?").replace("!", "\\!"); var $secondheader = "#" + $headernameu + "_2"; var $editsection = $( $secondheader ).next().children('a').attr("href"); $header.after('[Edit]'); $header.next().css( 'font-size', '0.6em').css( 'margin-left', '1em'); var $pagename = $('h1#firstHeading').html(); $pagenameu = $pagename.split(' ').join('_'); $toclink = "https://grousehouse.wiki/" + $pagenameu + $secondheader; $("a[href*='" + $secondheader + "']").hide(); }); }); $(function() { $('h3.h-static span.mw-headline').each(function () { var $header = $(this); var $headername = $header.html(); $headernameu = $headername.split(' ').join('_'); $headernameu = $headernameu.replace("'", "\\'").replace("?", "\\?").replace("!", "\\!"); var $secondheader = "#" + $headernameu + "_2"; var $editsection = $( $secondheader ).next().children('a').attr("href"); $header.after('[Edit]'); $header.next().css( 'font-size', '0.6em').css( 'margin-left', '1em'); var $pagename = $('h1#firstHeading').html(); $pagenameu = $pagename.split(' ').join('_'); $toclink = "https://grousehouse.wiki/" + $pagenameu + $secondheader; $("a[href*='" + $secondheader + "']").hide(); }); }); /* Testing */ var modal = document.getElementById('decorModal'); var modalclose = document.getElementsByClassName('modalclose')[0]; var previewbutton = document.getElementById('previewbutton'); var modaldropdown = document.getElementById('previewoptions'); var modalpreview = document.getElementById('decorpreviewimg'); var backbutton = document.getElementById('backbutton'); var previewinput = document.getElementById('previewinput'); var decorinfo = document.getElementById('decorinformation'); function decorModal(decorname, decordesc, descobt, adulturl, motherlyurl, relaxedurl, sentinelurl, adolurl, pupurl, pupbrachyurl, pupconjoinedurl, pupnewbornurl, puppolycurl, puppolymurl, pupsirenurl, pupyoungurl) { modal.style.display = "block"; modalpreview.src = adulturl; previewbutton.addEventListener("click", function() { modalpreview.style.display = "block"; backbutton.style.display = "block"; previewinput.style.display = "block"; decorinformation.style.display = "none"; }); modaldropdown.addEventListener("change", function() { if (modaldropdown.options[modaldropdown.selectedIndex].text === "Adult") { modalpreview.src = adulturl; } else if (modaldropdown.options[modaldropdown.selectedIndex].text === "Adult [Motherly]") { modalpreview.src = motherlyurl; } else if (modaldropdown.options[modaldropdown.selectedIndex].text === "Adult [Relaxed]") { modalpreview.src = relaxedurl; } else if (modaldropdown.options[modaldropdown.selectedIndex].text === "Adult [Sentinel]") { modalpreview.src = sentinelurl; } else if (modaldropdown.options[modaldropdown.selectedIndex].text === "Adolescent") { modalpreview.src = adolurl; } else if (modaldropdown.options[modaldropdown.selectedIndex].text === "Pup") { modalpreview.src = pupurl; } else if (modaldropdown.options[modaldropdown.selectedIndex].text === "Pup [Brachycephaly]") { modalpreview.src = pupbrachyurl; } else if (modaldropdown.options[modaldropdown.selectedIndex].text === "Pup [Conjoined Twins]") { modalpreview.src = pupconjoinedurl; } else if (modaldropdown.options[modaldropdown.selectedIndex].text === "Pup [Newborn]") { modalpreview.src = pupnewbornurl; } else if (modaldropdown.options[modaldropdown.selectedIndex].text === "Pup [Polycephaly]") { modalpreview.src = puppolycurl; } else if (modaldropdown.options[modaldropdown.selectedIndex].text === "Pup [Polymelia]") { modalpreview.src = puppolymurl; } else if (modaldropdown.options[modaldropdown.selectedIndex].text === "Pup [Sirenomelia]") { modalpreview.src = pupsirenurl; } else if (modaldropdown.options[modaldropdown.selectedIndex].text === "Pup [Young]") { modalpreview.src = pupyoungurl; } }); } window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; modaldropdown.selectedIndex = 0; modalpreview.src = " "; } else if (event.target === modalclose) { modal.style.display = "none"; modaldropdown.selectedIndex = 0; modalpreview.src = " "; } }