I try to modificate csl style (Specification) fore Zotero. I don't know how to do next: if I have more then 4 authors, I need to insert one text.
How can I do it? I try next, but it is not work...
<else-if type="chapter paper-conference" match="any">
<choose>
<if variable="name" et-al-min="4">
<text value="ONE TEXT"/>
</if>
</choose>
</else-if>