Модуль:Сущность: различия между версиями

Нет описания правки
Нет описания правки
Строка 167: Строка 167:
                         table.insert(cur, compositeKey)
                         table.insert(cur, compositeKey)
                         merged.labelLists[section] = cur
                         merged.labelLists[section] = cur
                    end


                    if e.cardTag and e.cardTag ~= "" then
                        if e.cardTag and e.cardTag ~= "" then
                        if not merged.tagSet[e.cardTag] then
                            if not merged.tagSet[e.cardTag] then
                            merged.tagSet[e.cardTag] = true
                                merged.tagSet[e.cardTag] = true
                            table.insert(merged.tags, e.cardTag)
                                table.insert(merged.tags, e.cardTag)
                            end
                         end
                         end
                     end
                     end