Difference between revisions of "Module:Uses TemplateStyles"
Jump to navigation
Jump to search
Module:Uses TemplateStyles (view source)
Revision as of 13:38, 4 January 2021
, 13:38, 4 January 2021copy bug fix/performance optimization by Pppery from enwiki
>Tacsipacsi (from w:Module:Uses TemplateStyles) |
>Tacsipacsi (copy bug fix/performance optimization by Pppery from enwiki) |
||
Line 97: | Line 97: | ||
local tsProt = tsTitleObj.protectionLevels["edit"] and tsTitleObj.protectionLevels["edit"][1] or nil | local tsProt = tsTitleObj.protectionLevels["edit"] and tsTitleObj.protectionLevels["edit"][1] or nil | ||
if cfg['protection_conflict_category'] and tsProt ~= currentProt and not addedLevelCat then | if cfg['protection_conflict_category'] and tsProt ~= currentProt and not addedLevelCat then | ||
addedLevelCat = true | |||
cats[#cats + 1] = cfg['protection_conflict_category'] | cats[#cats + 1] = cfg['protection_conflict_category'] | ||
end | end |