https://bugzilla.wikimedia.org/show_bug.cgi?id=17131

           Summary: Feature Request: Transclusion Preprocessing Hook
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Page rendering
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I'd like to have access to templates and other transcluded pages,
pre-transclusion (and before subtransclusions take place), so that I may do
some rendering modifications on the wikitext in a context sensitive manner. 
There is currently no way to do this as far as I know.  I relate this to the
ParserAfterStrip hook that is called on source documents before templates and
other variables are expanded.  I'm sure such a hook could also be useful to the
community at large for other purposes.  Poking at the code, I've found that I
can insert a hook near the end of the braceSubstitution function in Parser.php
and have it work as intended (though I haven't done any exhaustive testing).


-- 
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

Reply via email to