Module:Chat options: 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

15 October 2024

  • curprev 23:0923:09, 15 October 2024Alex talk contribs 2,603 bytes +2,603 Created page with "-- <pre> local p = {} local hasc = require('Module:Paramtest').has_content local tooltips = require('Module:Tooltip') function p.main(frame) local args = frame:getParent().args local items = {} local i = 1 while hasc(args[i]) do local item = mw.text.trim(args[i]) local key local tooltip if item:lower() == 'accept' then key = '✓' tooltip = '[Accept Quest]' elseif item:lower() == 'any' or item == '~' then key = '~' tooltip = '[Any o..."