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).
- 00:13, 22 July 2025 Mnooseman talk contribs created page Module:Hidden (Created page with "local p = {} function p.main(frame) -- Get arguments from the template local args = frame:getParent().args -- First parameter is the header local header = args[1] or "Hidden content" -- Everything from parameter 2 onwards is content local contentParts = {} local i = 2 while args[i] do table.insert(contentParts, args[i]) i = i + 1 end local content = table.concat(contentParts, "|") -- Named parame...")