Skip to content

Commit

Permalink
Update din-1505-2.csl (#5491)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Jun 8, 2021
1 parent 197486e commit 35920e2
Showing 1 changed file with 29 additions and 19 deletions.
48 changes: 29 additions & 19 deletions din-1505-2.csl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
delimiter-precedes-last="always" font-variant="small-caps"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>-->
</macro>-->
<macro name="translator">
<names variable="translator" delimiter=" ; ">
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=" ; " delimiter-precedes-last="always" font-variant="small-caps"/>
Expand Down Expand Up @@ -239,19 +239,10 @@
</macro>
<macro name="cite-year">
<group>
<choose>
<if type="bill legislation" match="any">
<date variable="issued" prefix=" (" suffix=")">
<date-part name="year" prefix="idF. v. "/>
</date>
</if>
<else>
<date variable="issued" prefix=", ">
<date-part name="year"/>
</date>
<text variable="year-suffix"/>
</else>
</choose>
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="year-suffix"/>
</group>
</macro>
<macro name="bibliography-year">
Expand All @@ -277,11 +268,30 @@
<key variable="issued"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group>
<text macro="author-short"/>
<text macro="cite-year"/>
<text macro="locator"/>
</group>
<choose>
<if type="bill legislation" match="any">
<group delimiter=" ">
<text macro="author-short"/>
<group delimiter=", ">
<group>
<date variable="issued" prefix=" (" suffix=")">
<date-part name="year" prefix="idF. v. "/>
</date>
<text variable="year-suffix"/>
</group>
<text macro="locator"/>
</group>
</group>
</if>
<else>
<group delimiter=", ">
<text macro="author-short"/>
<text macro="cite-year"/>
<text macro="locator"/>
</group>
<text variable="year-suffix"/>
</else>
</choose>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="9" et-al-use-first="8">
Expand Down

0 comments on commit 35920e2

Please sign in to comment.