Last modified: 2013-12-10 14:38:22 UTC
When a template is used in a page which is autoconfirmed-cascade protected and in a page which is sysop-cascade protected than the cascade information on action=info are not clear enough. The info text 'pageinfo-protect-cascading-from' is shown with both pages, but it is not possible to see, which cascade restriction a page has, because the one has sysop and the other has autoconfirmed. Maybe add that with parenthesis behind the pagename. Yes, it is possible to see this under the transclusions information, but it is possible that there are many pages, and than the information maybe is lost. In LocalSettings.php: $wgCascadingRestrictionLevels = array( 'autoconfirmed', 'sysop' );