Module:EncounterTable: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 87: Line 87:
     elseif row["item"] == 'none' then  
     elseif row["item"] == 'none' then  
        
        
       finalTable[i]['item'] = 'Item from [[EncounterTable:' .. row['table']:match('^(%.*)%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!')