When zotero exports wikipedia citation templates for book section items containing an editor or translator field, the editors and translators are not cleanly removed. (some become authors) The editors names are replaced by the text "undefined". See
http://forums.zotero.org/discussion/22795/wikipedia-citation-templates-fails-to-export-editors-of-book-sections/
Also, wikipedia page ranges are separated by an endash.
I made a patch to fix the two issues. (Learnt javascript just for this. I'm normally a C/Python programmer.)
Do review and add these fixes.
Thanks
Here is an example citation.
@incollection{l1_hoola_????,
title = {hoola},
booktitle = {Foo},
author = {l1, f1 and l3, f3},
editor = {el1, ef1 and el2, ef2 and el3, ef3 and el4, ef4},
translator = {tl2, tf2},
pages = {63-74}
}