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

--- Comment #9 from badon <fastgoldf...@gmail.com> ---
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"?

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