https://bugzilla.wikimedia.org/show_bug.cgi?id=23180
Happy-melon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Happy-melon <[email protected]> 2010-04-13 12:35:24 UTC --- This has nothing to do with transclusion; it's because the template is using <h3> tags rather than wikimarkup. If it was switched to use wikimarkup, the editsection links would point to the template rather than the including page, for sure. That's not realistic to change, as a template may contain one or more section headers, and there's no way to easily decide which block of wikitext on an including page 'represents' the section that's being asked to be edited. If you reimplemented the template so it was called as: ==={{-étym-}}=== And contained just the contents of the header: <span class="icone">[[Image:Nuvola apps bookcase.svg|30px|link=Aide:Étymologies|Origine et histoire de « {{PAGENAME}} »]]</span> Étymologie<noinclude>... You would get section edit links pointing to the right place. -- 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 on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
