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).
- 06:46, 6 July 2025 Mnooseman talk contribs created page Module:Card (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args return p._main(args) end function p._main(args) local cardType = args.type or 'default' local icon = args.icon or '' local title = args.title or '' local content = args.content or '' local footer = args.footer or '' local link = args.link or '' -- Validate card type local validTypes = { ['default'] = true, ['primary'] = true, ['su...")