Module:ModifierTables: Difference between revisions

m
no edit summary
m (what's the actual length)
mNo edit summary
Line 380: Line 380:
     local _, nummodifier = string.gsub(row.otherModifiers, '<br>', '<br>')
     local _, nummodifier = string.gsub(row.otherModifiers, '<br>', '<br>')
     local nummodifiers = string.len(row.otherModifiers)
     local nummodifiers = string.len(row.otherModifiers)
    mw.log(row.otherModifiers)
     if nummodifiers < 5 then
     if nummodifiers < 5 then
     result = result..'||'..nummodifiers..' modifiers: '..row.otherModifiers
     result = result..'||'..nummodifiers..' modifiers: '..row.otherModifiers
892

edits