Main public logs

Jump to navigation Jump to search

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

Logs
  • 18:07, 13 June 2025 Ryan talk contribs protected MediaWiki:Common.js [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
  • 16:34, 22 May 2025 Ryan talk contribs created page MediaWiki:Common.js (Created page with "$(function () { if (mw.config.get("wgPageName") !== "NPCLookup") return; const params = new URLSearchParams(window.location.search); const id = params.get("id"); if (!id) { document.body.innerHTML = "Missing NPC ID."; return; } $.getJSON("/w/api.php", { action: "cargoquery", format: "json", tables: "NPCs", fields: "Name", where: "InternalID=" + id, limit: 1, orig...")