Module:Profession clickpic: 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.

26 November 2024

  • curprev 22:1522:15, 26 November 2024BlackHawk talk contribs 855 bytes +855 Created page with "-- <pre> local p = {} local pics = mw.loadData("Module:Profession clickpic/data"); function p.main(frame) local args = frame:getParent().args return p._main{ profession = args[1] or '', level = args[2], link = args.link, }; end local function unpackMainArgs(args, ...) if (select("#", ...) == 0 and type(args) == "table") then return args, args.profession, args.level; else return nil, args, ...; end end function p._main(...) local args, profession,..."