Summary from IRC discussion:
Parsoid will provide a way for clients to flag that they want a transclusion to be substituted, subst=true – if this is set to true, then when VE (or other clients)
call Parsoid's parseFragment API it will drop the top-level transclusion's typeof:mwTransclusion and about:#mw-t\d wrapper, and instead push it down to each
of the nested transclusions (if any exist). (Default assumption is set to false.)
This will only implement subst: equivalence, not safesubst: yet, which is left for future-us to worry about later.)
Version: unspecified
Severity: normal