Module:CharList: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 49: Line 49:
                 -- Create a table of characters with placeholders, marked as not released.
                 -- Create a table of characters with placeholders, marked as not released.
                 if string.match(name, placeholder) then
                 if string.match(name, placeholder) then
                     table.insert(not_exist, name:gsub(placeholder, ''))
                     table.insert(not_exist, #not_exist+1, name:gsub(placeholder, ''))
                 end
                 end
             end
             end