Jump to content

Main public logs

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

Logs
  • 09:47, 5 April 2024 DM talk contribs created page MediaWiki:Vector.js (Created page with "All JavaScript here will be loaded for users of the Vector skin: $(document).ready(function() { // Change the maximum depth of the table of contents mw.hook('wikipage.content').add(function() { // Adjust the depth value as needed mw.util.addCSS('.toclimit-3 .toclevel-4, .toclimit-3 .toclevel-5, .toclimit-3 .toclevel-6, .toclimit-3 .toclevel-7, .toclimit-3 .toclevel-8 { display: none; }'); $('#toc').addClass('toclimit-3'); }); });")