Module:Str find word: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 8:
local iMaxWords = 6
local xpLitWordCount = 0
local warningMaxWordcountReached = ''nil
local report -- to be initinated when explain needed
 
Line 91:
end
if hitCount > iMaxWords then
warningMaxWordcountReached = 'Max number of words reached (' .. tostring(iMaxWords) .. ') reached, extra words might beare ignored'
end