Content deleted Content added
Deryck Chan (talk | contribs) remove entire deprecated function. this shouldn't break anything. |
Deryck Chan (talk | contribs) add "refine" and "soft redirect" |
||
Line 25:
--sufficiently complicated (there is no built-in "or" in Lua string
--patterns) so I'll just lay it flat.
if (parameter_lower:find('keep') or parameter_lower:find('withdraw') or parameter_lower:find('refine')) then
result_match = 'Keep'
icon_filename = 'File:White check mark in dark green rounded square.svg'
Line 37:
end
if (parameter_lower:find('retarget'
result_match = 'Retarget'
icon_filename = 'File:Right-pointing white arrow in blue rounded square.svg'
|