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

--- Comment #21 from badon <fastgoldf...@gmail.com> ---
(In reply to comment #17)
> Last I checked LST's section tags don't even work when transcluded through
> templates. I'm pretty sure LST is a hack that involves string manipulation of
> page contents. I seriously doubt that {{#tag will EVER work for it even if it
> does output self-closing tags. So I'd say this is WONTFIX/INVALID.

Yes, according to the extension page, LST can transclude ordinary sections, but
it cannot itself be transcluded:

https://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion#Limitations

Fortunately, all of the common use cases that we have discussed do not require
transclusion. For your concerns about the technical hurdles involved in
resolving this bug as FIXED, I think we should defer to the extension
maintainer. However, I think you're saying that LST performs it's work after
the MediaWiki parser is done, which you conclude means that the <section />
tags would output literally for the web browser, instead of being interpreted
by the MW parser. More clearly, the procedure would like this:

1. #tag expanded by MW parser into <section /> tags.
2. <section /> tags expanded by LST.

If the above is correct, then I suspect that order of operations will not be a
problem, assuming you're right (and I'm paraphrasing your comment correctly)
that LST is doing string replacement after the MediaWiki parser has finished
its work. If those 2 steps above were reversed, then we would have a more
difficult problem, but certainly nothing that's impossible.

I feel like I've misunderstood something.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to