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).
- 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...")