Hi folks
I've been working on bringing back AjaxCategories the last two days (r92112 and followups, try it out by setting $wgUseAJAXCategories = true;
Obviously it can't edit or remove transcluded categories, so it would be good to not show the edit buttons on transcluded categories.
Question is, how could I get those? Anyone got an idea?
( I could do something like $templatesCache = $holders->parent->mTplExpandCache; foreach ( $templatesCache as $template ) { $strp = strpos($template, $line); if ( $strp ) break; }
inside parser->replaceInternalLinks2, L1980, but that's pretty hacky & not really stable either )
Leo