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

Module:Command: 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.

16 June 2025

  • curprev 22:4422:44, 16 June 2025 Mnooseman talk contribs 1,616 bytes +1,616 Created page with "local p = {} function p.cmd( f ) local args = f if f == mw.getCurrentFrame() then args = f:getParent().args end local commandName = args[1]:match( '^%s*/?([^%s]+)' ):lower() local params = {} local command = {} --getparams for i, v in ipairs( args ) do if i > 1 or v:match( '^%s*/?(.+)' ):lower() ~= commandName then table.insert( params, mw.text.trim( v ) ) end end --escape space and split args if #params == 1 and ( not args[2] or args[2] == '...' )..."