Module:ProfileInfoboxUpdaterExperimental2: Revision history

Jump to navigation Jump to search

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.

5 December 2024

  • curprev 18:5918:59, 5 December 2024Thecow275 talk contribs 12,623 bytes +12,623 Created page with "local p = {} local capiunto = require 'capiunto' --[ Thecow275's Profile Infobox Updater Module V2 ] --[ Nicknamed: UUID and J-Village Update] local function preprocessArg(s) if not s then return nil end s = s:match('^%s*(.-)%s*$') --trim whitespace if s == '' then return nil else return s end end function p.main(frame) local args = frame.args local input = preprocessArg(args[1]) local datatype = preprocessArg(args[2]) -- currently u..."