https://bugzilla.wikimedia.org/show_bug.cgi?id=41716
--- Comment #39 from [email protected] --- (In reply to comment #38) > (In reply to comment #37) > > David, Roan, Scott, Subbu and me met in the office to discuss this. Short > > summary of the plans for the next steps: > > > > 1) Find nesting issues and see if we can fix them up with a bot. Also > > investigate use cases for markup in variant conversion rules. > > Why do we want to get rid of nested -{}- markups? It's useful in some cases. > > See [[模块:Template:地区用词]] which has a wrapper at [[Template:地区用词3]] (proposed > replacement for [[Template:地区用词]]). > > Try to expand a [[Template:地区用词3]] call and see its result: > > {{地区用词3|zh-cn=cn|zh-tw=tw}} Liangent: Gwicke did not fully explain the nesting issue we were talking about. What we had in mind was use in attributes. Ex:-{zh-cn=<span style='color:red';zh-tw=<span style='color:green'}-foo</span>. We are proposing using a bot to fix this to: <span style='-{zh-cn=color:red;zh-tw=color:green}-'>foo</span>. The rewritten form has the property that all HTML snippets have a well-formed DOM representation whereas the original does not. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
