Skip to content

Commit a20406d

Browse files
authored
Added name of the editors of a given edition (#5140)
1 parent 9881fc5 commit a20406d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

guide-des-citations-references-et-abreviations-juridiques.csl

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</author>
1515
<category citation-format="note"/>
1616
<category field="law"/>
17-
<updated>2020-11-15T16:28:23+00:00</updated>
17+
<updated>2020-11-29T15:58:08+00:00</updated>
1818
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1919
</info>
2020
<locale xml:lang="fr">
@@ -279,6 +279,15 @@
279279
</if>
280280
<else>
281281
<text variable="edition" text-case="capitalize-first" suffix="."/>
282+
<choose>
283+
<if type="book" match="all" variable="editor edition">
284+
<names variable="editor" prefix=" par ">
285+
<name and="text" delimiter-precedes-last="never" initialize-with="." sort-separator="">
286+
<name-part name="family"/>
287+
</name>
288+
</names>
289+
</if>
290+
</choose>
282291
</else>
283292
</choose>
284293
</if>

0 commit comments

Comments
 (0)