https://bugzilla.wikimedia.org/show_bug.cgi?id=53201
James Forrester <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Component|General |Editing Tools See Also| |https://bugzilla.wikimedia. | |org/show_bug.cgi?id=52345 Resolution|--- |WONTFIX Assignee|[email protected] |[email protected] Summary|VisualEditor: Need way to |VisualEditor: Need way to |insert {{subst:DATE}} into |insert templates that set |template invocation |both key and value for a | |parameter into a template | |invocation, like | |{{subst:DATE}} --- Comment #1 from James Forrester <[email protected]> --- Yes(In reply to comment #0) > Currently there is no way to use {{subst:DATE}} in a template invocation in > VisualEditor. If you try to paste it into the value of a date field, it won't > work because you get > > |date = date=August 2013 > > which won't parse. Yes. This is by design; templates that are designed around wikitext's structure won't work in general for editing. Note that "{{subst:CURRENTDAY}} {{subst:CURRENTMONTHNAME}}" works fine; auto-inserting this would solve the problem. > VisualEditor should actually set the date automatically, always, for such > templates (e.g. refimprove). I agree; that is bug 51428 (and its corresponding implementation in VisualEditor). -- 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
