Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

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

Logs
  • 17:43, 6 July 2025 JoshuaEpstein talk contribs created page Module:PlayerHead (Created page with "local p = {} -- escape HTML attribute values becuase I have idea if this exists or not local function escape(s) return (s:gsub('[\"&\'<>]', { ['"'] = """, ["&"] = "&", ["'"] = "'", ["<"] = "<", [">"] = ">" })) end function p.render(frame) local args = frame:getParent().args local name = mw.text.trim(args[1] or "") local size = tonumber(args[2]) or 64 local title = args[3] or ""...")