Alex
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..."