Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

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

Logs
  • 05:30, 7 July 2025 JoshuaEpstein talk contribs created page MediaWiki:Gadget-VaultAltarComponent.js (Created page with "* Gadget: VaultAltarComponent * ---------------------------- * Renders a Vault Level slider + dynamic ingredient tables * Only activates if #vault-altar-component is present on the page.: (function () { const JSON_PAGE = 'MediaWiki:Vault_altar_ingredients.json'; $(function () { const host = document.getElementById('vault-altar-component'); if (!host) return; $.getJSON(getRawURL(JSON_PAGE, 'application/json')) .done(data => initialise(ho...")
  • 05:24, 7 July 2025 JoshuaEpstein talk contribs deleted page MediaWiki:Gadget-VaultAltarComponent.js (content was: "( function ( mw, $ ) { 'use strict'; const container = document.getElementById("vault-altar-component"); if (!container) return; // ------------------------ Configurable ------------------------- // // Title (in the page namespace) of the raw JSON data. Change this // if you decide to store the file elsewhere. const JSON_PAGE...", and the only contributor was "JoshuaEpstein" (talk))
  • 05:09, 7 July 2025 JoshuaEpstein talk contribs created page MediaWiki:Gadget-VaultAltarComponent.js (Created page with "( function ( mw, $ ) { 'use strict'; // ------------------------ Configurable ------------------------- // // Title (in the page namespace) of the raw JSON data. Change this // if you decide to store the file elsewhere. const JSON_PAGE = 'MediaWiki:Vault_altar_ingredients.json'; // Where in the DOM do we inject the component? Default is the // beginning of the article body. const TARGET_NODE_SELECTOR = '#mw-content-text'; // -------...")