All public logs

From Intelligent Materials and Systems Lab

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

Logs
  • 15:57, 27 February 2023 Lahtkris talk contribs created page User:Lahtkris/common.js (Created page with "// testing var numWords = $("#mw-content-text > div").text().split(" ").length; var headerWords = $("h1").text().split(" ").length; var totalWords = numWords + headerWords; var timeInMinutes = totalWords / 200; var header = $("h1").text(); $("h1").text(header + " (it will take you " + timeInMinutes + " minutes to read this page)");")