Skip to content
Permalink
Browse files

Chicago: Correct dictionary/encyclopedia entries

Corrects the rendering of the editors of these works within entries. Rework of #1822. Closes #2346.
  • Loading branch information...
adunning committed Jan 3, 2019
1 parent 826042c commit 246ce5fdf4b8baa849981426c440bf85baf016fe
Showing with 6 additions and 6 deletions.
  1. +6 −6 chicago-author-date.csl
@@ -44,7 +44,7 @@
</locale>
<macro name="secondary-contributors">
<choose>
<if type="chapter paper-conference" match="none">
<if type="chapter entry-dictionary entry-encyclopedia paper-conference" match="none">
<group delimiter=". ">
<names variable="editor translator" delimiter=". ">
<label form="verb" text-case="capitalize-first" suffix=" "/>
@@ -60,7 +60,7 @@
</macro>
<macro name="container-contributors">
<choose>
<if type="chapter paper-conference" match="any">
<if type="chapter entry-dictionary entry-encyclopedia paper-conference" match="any">
<group prefix=", " delimiter=", ">
<names variable="container-author" delimiter=", ">
<label form="verb" suffix=" "/>
@@ -253,7 +253,7 @@
</else>
</choose>
</if>
<else-if type="chapter paper-conference" match="any">
<else-if type="chapter entry-dictionary entry-encyclopedia paper-conference" match="any">
<choose>
<if is-numeric="edition">
<group delimiter=" " prefix=", ">
@@ -320,7 +320,7 @@
</group>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<else-if type="chapter entry-dictionary entry-encyclopedia paper-conference" match="any">
<choose>
<if variable="page" match="none">
<group prefix=". ">
@@ -334,7 +334,7 @@
</macro>
<macro name="locators-chapter">
<choose>
<if type="chapter paper-conference" match="any">
<if type="chapter entry-dictionary entry-encyclopedia paper-conference" match="any">
<choose>
<if variable="page">
<group prefix=", ">
@@ -410,7 +410,7 @@
</macro>
<macro name="container-title">
<choose>
<if type="chapter paper-conference" match="any">
<if type="chapter entry-dictionary entry-encyclopedia paper-conference" match="any">
<text macro="container-prefix" suffix=" "/>
</if>
</choose>

0 comments on commit 246ce5f

Please sign in to comment.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.