All public logs
Combined display of all available logs of LearnSocialStudies. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:42, 17 May 2026 Admin talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: function removeBreaks() { let text = document.getElementById("oldText").value; let option = document.querySelector( 'input[name="paragraphs"]:checked' ).value; let result = ""; if (option === "para") { result = text .replace(/\r\n/g, "\n") .replace(/\n{2,}/g, "||PARA||") .replace(/\n/g, " ") .replace(/\|\|PARA...")