Style Request: [ Journal of Interactive Marketing]
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
<macro name="locators">
<choose>
<if type="article-journal">
<choose>
<if variable="volume">
<group delimiter=" ">
<text variable="volume" prefix=" "/>
<group prefix="(" suffix=")">
<choose>
<if variable="issue">
<text variable="issue"/>
</if>
<else>
<date variable="issued">
<date-part name="month"/>
</date>
</else>
</choose>
</group>
</group>
</if>
I will make the contribution for the official repository later, when it is clear how it should exactly look like.
Thanks