https://bugzilla.wikimedia.org/show_bug.cgi?id=16624
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Bawolff <[email protected]> 2010-02-07 03:06:36 UTC --- You can sort of already do this in a limited way with the DoEditSectionLink hook (However any inserted html would be in the <h2> and it wouldn't work for any pages with __NOSECTIONEDIT__ on, and determining which section number you're at might be difficult if some of the sections are transcluded), or the ParserBeforeStrip hook (To look for sections, and add an extension tag or something in the appropriate place). Neither of those hooks would be ideal though for what you are trying to do. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
