Jump to content

Main public logs

This is a combined display of all logs except the patrol, review, tag and thanks logs:

Who performed the action – enter their name without prefix under "Performer".
The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
User logs
  • 01:43, 11 June 2024 GMH Melbourne talk contribs created page User:GMH Melbourne/GARC assist.js (Created page with '// <nowiki> (function() { 'use strict'; // Function to create a dropdown menu function createDropdown() { const dropdown = document.createElement('select'); for (let i = 0; i <= 4; i++) { const option = document.createElement('option'); option.value = i; option.textContent = i; dropdown.appendChild(option); } return dropdown; } // Function to handle submit...')