added id support, switched note ferernce to underscores
This commit is contained in:
parent
43ff2623ed
commit
d9625d162f
|
@ -101,7 +101,23 @@
|
||||||
<layout suffix="." delimiter="; ">
|
<layout suffix="." delimiter="; ">
|
||||||
<text macro="author"/>
|
<text macro="author"/>
|
||||||
<choose>
|
<choose>
|
||||||
<if position="first">
|
<if position="ibid-with-locator">
|
||||||
|
<group delimiter=", ">
|
||||||
|
<text value="id" text-case="capitalize-first" suffix="."/>
|
||||||
|
</group>
|
||||||
|
</if>
|
||||||
|
<else-if position="ibid">
|
||||||
|
<group delimiter=", ">
|
||||||
|
<text value="id" text-case="capitalize-first" suffix="."/>
|
||||||
|
</group>
|
||||||
|
</else-if>
|
||||||
|
<else-if position="subsequent">
|
||||||
|
<text value="supra" prefix=", "/>
|
||||||
|
<text value="note" prefix=" "/>
|
||||||
|
<!-- CSL does not currently support reference to a note number, so we leave a blank space for correction now -->
|
||||||
|
<text value="___"/>
|
||||||
|
</else-if>
|
||||||
|
<else>
|
||||||
<text macro="title" prefix=", "/>
|
<text macro="title" prefix=", "/>
|
||||||
<text variable="volume" prefix=", "/>
|
<text variable="volume" prefix=", "/>
|
||||||
<text variable="container-title" prefix=" "/>
|
<text variable="container-title" prefix=" "/>
|
||||||
|
@ -109,11 +125,6 @@
|
||||||
<text variable="locator" prefix=" "/>
|
<text variable="locator" prefix=" "/>
|
||||||
<text macro="issuance" prefix=" "/>
|
<text macro="issuance" prefix=" "/>
|
||||||
<text macro="access" prefix=", "/>
|
<text macro="access" prefix=", "/>
|
||||||
</if>
|
|
||||||
<else>
|
|
||||||
<text value="supra" prefix=", "/>
|
|
||||||
<text value="note" prefix=" "/>
|
|
||||||
<text variable="citation-number" prefix=" "/>
|
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
</layout>
|
</layout>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user