Main public logs
From Ragnarok Plus Wiki
Combined display of all available logs of Ragnarok Plus Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:31, 26 September 2025 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 to copy text to clipboard function copyToClipboard(text) { if (navigator.clipboard && navigator.clipboard.writeText) { // Use modern clipboard API navigator.clipboard.writeText(text).then( () => mw.notify("Copied: " + text), // notification on success (err) => mw.notify("Copy failed: " + err) // notification on error ); } e...")
