Module:EncounterTable: Difference between revisions

attempt to fix regex
mNo edit summary
(attempt to fix regex)
Line 87: Line 87:
     elseif row["item"] == 'none' then  
     elseif row["item"] == 'none' then  
        
        
       finalTable[i]['item'] = 'Item from [[EncounterTable:' .. row['table']:match('^(%w*)%s+%w*') .. '#' .. row['table'] .. '|' .. row['table'] .. ']]'
       finalTable[i]['item'] = 'Item from [[EncounterTable:' .. row['table']:match('^(%.*)%s?%w*$') .. '#' .. row['table'] .. '|' .. row['table'] .. ']]'
     else
     else
       error('A table and item cannot be specified at the same time!')
       error('A table and item cannot be specified at the same time!')