Combined display of all available logs of Neo Tokyo Citizen Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:43, 24 August 2022 WikiSysop talk contribs created page MediaWiki:Mobile.js (Created page with "All JavaScript here will be loaded for users of the mobile site: Testing table improvements suggested here: https://medium.com/allenhwkim/mobile-friendly-table-b0cb066dbc0e: window.setMobileTable = function(selector) { // if (window.innerWidth > 600) return false; const tableEl = document.querySelector(selector); const thEls = tableEl.querySelectorAll('thead th'); const tdLabels = Array.from(thEls).map(el => el.innerText); tableEl.querySelectorAll('...")