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

Module:Hidden: Revision history

From Vault Hunters Official Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 July 2025

  • curprev 00:2300:23, 22 July 2025 Mnooseman talk contribs 3,894 bytes +407 No edit summary
  • curprev 00:1300:13, 22 July 2025 Mnooseman talk contribs 3,487 bytes +3,487 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..."