Module:Uses TemplateStyles: Difference between revisions

no edit summary
m (1 revision imported: Wikipedia article on Nicotine modules needed)
Wikipedia >Pppery
No edit summary
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
Anonymous user