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).
- 02:39, 7 July 2025 Mnooseman talk contribs created page Module:InfoboxWorkstation (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...")