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).
- 09:20, 13 July 2025 Xabbes talk contribs created page File:Invicon Loot Belt.png (Uploaded with SimpleBatchUpload)
- 09:20, 13 July 2025 Xabbes talk contribs uploaded File:Invicon Loot Belt.png (Uploaded with SimpleBatchUpload)
- 08:19, 13 July 2025 Mnooseman talk contribs created page Chromatic Iron Ingot (Created page with "{{Infobox item |craftable=yes |lootable=no |A1=Chromatic Iron Nugget |B1=Chromatic Iron Nugget |C1=Chromatic Iron Nugget |A2=Chromatic Iron Nugget |B2=Chromatic Iron Nugget |C2=Chromatic Iron Nugget |A3=Chromatic Iron Nugget |B3=Chromatic Iron Nugget |C3=Chromatic Iron Nugget") Tag: 2017 source edit
- 07:53, 13 July 2025 Mnooseman talk contribs created page Template:Infobox item/styles.css (Created page with ".infobox.infobox-item { width: 100%; max-width: 300px; margin: 1em auto 1em 1em; background: #1e1e1e; border: 1px solid #333; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); font-size: 0.95em; color: #ddd; overflow: hidden; line-height: 1.4; } .infobox.infobox-item th { background-color: #2a2a2a; padding: 0.6em; text-align: center; font-weight: bold; font-size: 1.1em; color: #f0f0f0; } ....")
- 07:44, 13 July 2025 Mnooseman talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
- 07:40, 13 July 2025 Mnooseman talk contribs created page Template:Infobox item/doc (Created page with "{{documentation header}} <!-- documentation here --> == Usage == <pre> {{Infobox item |name="Chaotic Focus" --Note: Name is optional - It will default to the name of the page |craftable="yes" |lootable="yes" |lootcontainer="Living Chest" |rarity="uncommon" |A1=Coal |B1=Vault Diamond |C1= Chromatic Steel Nugget |B2= Vault Rock |A3=Stick |B3=Stick |C3=Stick }} </pre> Will render as: {{infobox item |name="Chaotic Focus" |craftable="yes" |lootable="yes" |lootc...") Tag: 2017 source edit
- 07:33, 13 July 2025 Mnooseman talk contribs created page Template:Infobox item (Created page with "<includeonly> <templatestyles src="Template:Infobox_item/styles.css" /> {{#invoke:InfoboxItem|main}} </includeonly> <noinclude> <!-- categories go on the documentation page --> {{Documentation}} </noinclude>") Tag: 2017 source edit
- 07:31, 13 July 2025 Mnooseman talk contribs created page Module:InfoboxItem (Created page with "local p = {} local function getImage(frame, baseName) local png = 'File:' .. baseName .. '.png' local gif = 'File:' .. baseName .. '.gif' local existsPng = frame:preprocess('{{#ifexist:' .. png .. '|yes|no}}') if existsPng == 'yes' then return png end local existsGif = frame:preprocess('{{#ifexist:' .. gif .. '|yes|no}}') if existsGif == 'yes' then return gif end return nil end function p.main(frame) local args = frame:getParent().args local title = mw.titl...")
- 00:28, 12 July 2025 Mnooseman talk contribs created page Template:Deck Layout/styles.css (Created page with ".deck-title{ font-family: Minecraft; font-size: 10px; position: absolute; width: 100%; color: #545454; text-align: center; height: 20px; line-height: 20px; } .deck-layout { border-collapse: collapse; margin: 0.5em 0; position: relative; } Default center cell: .deck-layout td { width: 18px; height: 18px; padding: 0; border: none; background-color: transparent; background-image: url("images/8/8e/Card_deck_background....")
- 21:29, 11 July 2025 Xabbes talk contribs created page File:Invicon Vault Potion.png
- 21:29, 11 July 2025 Xabbes talk contribs uploaded File:Invicon Vault Potion.png
- 21:28, 11 July 2025 Xabbes talk contribs reverted File:Invicon Potion.png to an old version (Reverted to version as of 19:57, 6 July 2025 (UTC))
- 21:24, 11 July 2025 Xabbes talk contribs created page File:Invicon Vial.png (Uploaded with SimpleBatchUpload)
- 21:24, 11 July 2025 Xabbes talk contribs uploaded File:Invicon Vial.png (Uploaded with SimpleBatchUpload)
- 21:24, 11 July 2025 Xabbes talk contribs created page File:Invicon Mixture.png (Uploaded with SimpleBatchUpload)
- 21:24, 11 July 2025 Xabbes talk contribs uploaded File:Invicon Mixture.png (Uploaded with SimpleBatchUpload)
- 21:24, 11 July 2025 Xabbes talk contribs uploaded a new version of File:Invicon Potion.png (Uploaded with SimpleBatchUpload)
- 21:24, 11 July 2025 Xabbes talk contribs created page File:Invicon Brew.png (Uploaded with SimpleBatchUpload)
- 21:24, 11 July 2025 Xabbes talk contribs uploaded File:Invicon Brew.png (Uploaded with SimpleBatchUpload)
- 18:59, 11 July 2025 Mnooseman talk contribs created page Template:Deck Layout (Created page with "<templatestyles src="Template:Deck_Layout/styles.css"/> <div class="deck"> {{#if: {{{name|}}} | <div class="deck-title">{{{name}}}</div> }} {| class="deck-layout" {{#invoke:Deck_Layout|render|layout={{{layout|}}}}} |}</div>") Tag: 2017 source edit
- 18:58, 11 July 2025 Mnooseman talk contribs created page Module:Deck Layout (Created page with "local p = {} function p.render(frame) local layout = frame.args.layout or "" local rows = mw.text.split(layout, "\n") local output = {} local rowCount = #rows local colCount = 0 for _, row in ipairs(rows) do colCount = math.max(colCount, mw.ustring.len(row)) end -- Top row table.insert(output, "|-") for c = 0, colCount + 1 do local cls = "border-top" if c == 0 then cls = "corner-tl" elseif c == co...")
- 18:57, 11 July 2025 Mnooseman talk contribs created page File:Inset card slot background.png
- 18:57, 11 July 2025 Mnooseman talk contribs uploaded File:Inset card slot background.png
- 18:57, 11 July 2025 Mnooseman talk contribs created page File:Card deck background.9.png
- 18:57, 11 July 2025 Mnooseman talk contribs uploaded File:Card deck background.9.png
- 18:51, 11 July 2025 Mnooseman talk contribs moved page The Vault to Category:The Vault without leaving a redirect (migrate to category page)
- 18:00, 11 July 2025 Carolinet93 talk contribs created page Talents (Created page with "TBC") Tag: Visual edit
- 14:14, 11 July 2025 Mnooseman talk contribs moved page Knowledge Stars and Mods to Research without leaving a redirect
- 14:14, 11 July 2025 Mnooseman talk contribs deleted page Research (Deleted to make way for move from "Knowledge Stars and Mods")
- 14:13, 11 July 2025 Mnooseman talk contribs moved page Vault Royale Drafts to Royale (objective) without leaving a redirect
- 14:13, 11 July 2025 Mnooseman talk contribs moved page Rune Boss (objective) to Hunt the Runes (objective)
- 10:10, 11 July 2025 Massuus talk contribs created page Research (Created page with "https://vaulthunters.gg/research") Tag: Visual edit
- 09:29, 11 July 2025 Massuus talk contribs created page Vault Experience (Created page with "== Vault Experience == Vault Experience is the primary way to progress in Vault Hunters. You can earn Vault Experience through the following methods: * Completing Vaults * Completing Bounties * Consuming Vault Burgers As you collect Vault Experience, you will level up. Each level grants you '''1 Skill Point''', which can be spent on '''Skills''' and '''Talents''' (add external link to vaulthunters.gg/skills). Every '''5 levels''', you wi...")
- 05:11, 11 July 2025 Mnooseman talk contribs created page Vault Recycler (Created page with "{{Infobox station}} TBD") Tag: 2017 source edit
- 13:40, 10 July 2025 Xabbes talk contribs created page File:Invicon Vault Anvil.png (Uploaded with SimpleBatchUpload)
- 13:40, 10 July 2025 Xabbes talk contribs uploaded File:Invicon Vault Anvil.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs created page File:Invicon Vault Jewel Application Station.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs created page File:Invicon Vault Forge.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs uploaded File:Invicon Vault Jewel Application Station.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs uploaded File:Invicon Vault Forge.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs created page File:Invicon Vault Anvil base.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs uploaded File:Invicon Vault Anvil base.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs created page File:Invicon Trinket Forge.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs uploaded File:Invicon Trinket Forge.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs created page File:Invicon Transmog Table.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs uploaded File:Invicon Transmog Table.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs created page File:Invicon Tool Station.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs uploaded File:Invicon Tool Station.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs created page File:Invicon Spirit Extractor.png (Uploaded with SimpleBatchUpload)
- 13:39, 10 July 2025 Xabbes talk contribs uploaded File:Invicon Spirit Extractor.png (Uploaded with SimpleBatchUpload)