https://bugzilla.wikimedia.org/show_bug.cgi?id=37256
--- Comment #19 from Gadget850 <[email protected]> --- (In reply to comment #9) > Correct me if I'm wrong, but it looks like you're trying to use #tag to > workaround the limitations of <poem>...</poem>, and to get that to work, you > need #tag to produce independent opening and closing tags, on command. That > is > roughly what Gadget850 was proposing in comment #6, but your use case > requires > #tag to be able to explicitly produce ONLY an opening tag and ONLY a closing > tag, when called to do so. In that case, then we need 2 new features in #tag: > > 1. Produce a self-closing tag automatically if there is no content. > 2. Produce ONLY an opening tag or ONLY a closing tag, when(?) specified. > > 1 above does not require any changes to the syntax of #tag, but 2 above does > require some sort of new syntax. How would you like to be able to specify > that > #tag should produce an opening or closing tag? Maybe some sort of keyword > parameters, like "open", "close", and maybe also "self"? This has nothing to do with <poem>. If you look at the markup, it is using: {{#tag:section||begin=nineteen}}part nineteen{{#tag:section||end=nineteen}} The problem is with #tag and <section>. -- 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
