https://bugzilla.wikimedia.org/show_bug.cgi?id=31865
--- Comment #2 from Van de Bugger <[email protected]> 2011-10-21 22:25:16 UTC --- I would like implement it as an extension, not a patch for MediaWiki core. But it seems it is hardly possible. A new tag can be implemented as an extension, but it is a very special one: it affects whitespace *after* the tag. Of cource, adding a closing tag </dws> makes extension implementation possible, but makes it useless: {{ some template with unnamed arguments |first unnamed argument value<dws> </dws>|second unnamed argument value<dws> </dws>}} looks ugly. The same effect may be achieved by comments: {{ some template with unnamed arguments |first unnamed argument value<!-- -->|second unnamed argument value<!-- -->}} but it does not improve readability, while standalone <dws> does. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
