Skip to content

Commit

Permalink
Add year-suffix in cs:bibliography for din-1505-2
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Dec 5, 2013
1 parent 5fad395 commit d2174ef
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions din-1505-2.csl
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@
</choose>
</group>
</macro>
<macro name="bibliography-year">
<date variable="issued" form="numeric" date-parts="year"/>
<text variable="year-suffix"/>
</macro>
<macro name="locator">
<group>
<choose>
Expand Down Expand Up @@ -312,7 +316,7 @@
<text prefix=". " macro="dimensions"/>
<text prefix=". " variable="publisher-place"/>
<text prefix="&#160;: " variable="publisher"/>
<date prefix=", " variable="issued" form="numeric" date-parts="year"/>
<text macro="bibliography-year" prefix=", "/>
<!-- " (1. Gesamttitel mit Zählung)"
" (2. Gesamttitel mit Zählung)" -->
<text prefix=" &#8211;&#160;" macro="scale"/>
Expand All @@ -337,7 +341,7 @@
<text prefix=". " macro="edition"/>
<text prefix=". " variable="publisher-place"/>
<text prefix="&#160;: " variable="publisher"/>
<date prefix=", " variable="issued" form="numeric" date-parts="year"/>
<text macro="bibliography-year" prefix=", "/>
<!-- " (1. Gesamttitel mit Zählung)"
" (2. Gesamttitel mit Zählung)" -->
<text prefix=". &#8212;&#160;" variable="note"/>
Expand All @@ -353,7 +357,7 @@
<text prefix=", " variable="publisher" form="long"/>
<!-- <text prefix=", " variable="faculty"/> -->
<text prefix=", " macro="genre"/>
<date prefix=", " variable="issued" form="numeric" date-parts="year"/>
<text macro="bibliography-year" prefix=", "/>
<text prefix=". &#8212;&#160;" variable="note"/>
</else-if>
<else-if type="webpage post post-weblog " match="any">
Expand All @@ -380,7 +384,7 @@
<text prefix=" " macro="volumes"/>
<text prefix=". " variable="publisher-place"/>
<text prefix=", " variable="publisher" form="long"/>
<date prefix=" (" suffix=")" variable="issued" form="numeric" date-parts="year"/>
<text macro="bibliography-year" prefix=" (" suffix=")"/>
<text prefix=", Nr.&#160;" variable="issue"/>
<text prefix=", " macro="pages"/>
<text prefix=". &#8212;&#160;" variable="note"/>
Expand Down

0 comments on commit d2174ef

Please sign in to comment.