added fix for dates on article
This commit is contained in:
parent
df2a1a284d
commit
c152cb612b
|
@ -51,9 +51,21 @@
|
||||||
<macro name="issuance">
|
<macro name="issuance">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="article">
|
<if type="article">
|
||||||
|
<group prefix="(" suffix=")">
|
||||||
|
<choose>
|
||||||
|
<if type="article-newspaper">
|
||||||
|
<group suffix=", ">
|
||||||
<date variable="issued">
|
<date variable="issued">
|
||||||
<date-part name="year" prefix="(" suffix=")"/>
|
<date-part name="month"/>
|
||||||
|
<date-part name="day"/>
|
||||||
</date>
|
</date>
|
||||||
|
</group>
|
||||||
|
<date variable="issued">
|
||||||
|
<date-part name="year"/>
|
||||||
|
</date>
|
||||||
|
</if>
|
||||||
|
</choose>
|
||||||
|
</group>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<group prefix=" (" suffix=")" delimiter=" ">
|
<group prefix=" (" suffix=")" delimiter=" ">
|
||||||
|
@ -61,7 +73,7 @@
|
||||||
<text macro="editor-translator"/>
|
<text macro="editor-translator"/>
|
||||||
<text macro="publisher"/>
|
<text macro="publisher"/>
|
||||||
<date variable="issued">
|
<date variable="issued">
|
||||||
<date-part name="year" prefix="(" suffix=")"/>
|
<date-part name="year"/>
|
||||||
</date>
|
</date>
|
||||||
</group>
|
</group>
|
||||||
</else>
|
</else>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user