Actions

Special

All public logs

Combined display of all available logs of The Birdhouse. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:49, 20 August 2024 Owl talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: DO NOT EDIT unless you really know what you're doing.: Typewriter text function: Include variables in a <script> tag: var i = 0; var txt = 'text here'; var speed = 100; Use | for line breaks and \ before any ' characters to escape them.: function typeWriter() { if (i < txt.length) { if (txt.charAt(i) == '|') { document.getElementById("typewriter").innerHTML += '<br/>'; }...")