2021-05-04T11:30:56-07:00
This commit is contained in:
@@ -212,7 +212,7 @@
|
|||||||
<macro name="date">
|
<macro name="date">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="article-journal" match="any">
|
<if type="article-journal" match="any">
|
||||||
<group suffix=";" delimiter=" ">
|
<group prefix="(" suffix="). " delimiter=" ">
|
||||||
<date variable="issued" form="text" date-parts="year"/>
|
<date variable="issued" form="text" date-parts="year"/>
|
||||||
</group>
|
</group>
|
||||||
</if>
|
</if>
|
||||||
@@ -274,7 +274,7 @@
|
|||||||
<macro name="pages">
|
<macro name="pages">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="article-journal article-magazine article-newspaper" match="any">
|
<if type="article-journal article-magazine article-newspaper" match="any">
|
||||||
<text variable="page" prefix=": "/>
|
<text variable="page" prefix=":"/>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<group prefix=" " delimiter=" ">
|
<group prefix=" " delimiter=" ">
|
||||||
|
|||||||
Reference in New Issue
Block a user