All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:10, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-tilemarkers-core.js (Created page with "var ACTIVE_TEXT = 'Copied' var DEFAULT_TEXT = 'Copy tile markers' function onClick(button) { t = button.$element[0] navigator.clipboard.writeText(t.nextElementSibling.innerHTML); // Set the copied state and queue changing back button.setLabel(ACTIVE_TEXT); button.setIcon('check') setTimeout(function() { button.setLabel(DEFAULT_TEXT); button.setIcon(null) }, 3000) } function createButton() { button = new OO.ui.ButtonWidget({ label: DEFAULT_TEXT,...")