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

--- Comment #4 from [email protected] 2011-12-08 03:25:50 UTC ---
I agree about not adding new params, that's why my suggestion is to remove the
parentheses entirely, and just rely on the existing sep= parameter, so the
affected result formats will function cleanly without needing to strip them
down in a custom template.

Simply also apply the sep= parameter to the first portion my example:

1957 blue convertible soft-top Chevy

If sep=, then you would get:

1957,blue,convertible,soft-top,Chevy

If sep=,  then you would get:

1957, blue, convertible, soft-top, Chevy

If sep=  (entity number for a space) then you would get:

1957 blue convertible soft-top Chevy

Since the last example above is identical to the current behavior, except
without added parentheses, that is my suggested default. 

The parentheses in the current implementation don't represent anything, and
don't perform any function other than presentation, I think they should be
removed, and the result formats list, ul, and ol should be slightly modified to
use the sep= parameter on all results, including the first one, where it does
not currently work.

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

Reply via email to