Module:Switchfobox multi: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 00:1300:13, 17 October 2024Alex talk contribs 1,573 bytes +1,573 Created page with "local p = {} local _defaults = function(s,d) if not s or not s:find('%S') then return d else return s end end function p.make_boxes(args,infobox_params,infobox_name) local all_args = {} all_args.universal = {} local max_i = 1 for i=1,20 do if not args['version'..i] then break else all_args['item_s_'..i] = { version_name = args['version'..i] } max_i = i end end all_args.max_value_i = max_i local chatheads = {} for _, v in ipairs(infobox_params) do..."