Searching for citation style with each item type entered separately
Hello, many years ago, I remember seeing a Zotero citation style where each item type was entered separately. There was no book rendering, article rendering etc. I can't seem to find it now. Does anyone know a style like that?
<if type="book" match="any">
<group>
<names variable="author"/>
<date form="text" date-parts="year-month-day" variable="issued"/>
<text variable="title"/>
<text variable="edition"/>
</group>
</if>
<else-if type="report" match="any">
<group>
<names variable="author"/>
<date form="text" date-parts="year-month-day" variable="issued"/>
<text variable="title"/>
<text variable="edition"/>
</group>
The other half are more based within the Macros. Chicago is a good example of that.
Considering that you should easily find a style that already matches your prerequisites pretty well and is also of the first type.