Skip to content

Commit 16098e4

Browse files
Update triangle.csl (#5369)
1 parent 133d633 commit 16098e4

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

triangle.csl

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="fr-FR" version="1.0" page-range-format="expanded">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="expanded" default-locale="fr-FR">
33
<info>
44
<title>Triangle (Français)</title>
55
<id>http://www.zotero.org/styles/triangle</id>
@@ -20,7 +20,7 @@
2020
<category field="social_science"/>
2121
<summary>Derived from Style EHESS-histoire, available at http://www.boiteaoutils.info/2011/06/styles-francais-de-citation-sous-zotero.html
2222
First version online in november 2012. Changes made to cover more documents types and to lighten URLS display. Should preferably be used ticking the quoting option (preferences/citer/styles): include URLs addresses in references.</summary>
23-
<updated>2016-07-19T04:10:55+00:00</updated>
23+
<updated>2021-04-07T01:50:30+00:00</updated>
2424
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2525
</info>
2626
<locale xml:lang="fr">
@@ -239,6 +239,17 @@
239239
</group>
240240
</group>
241241
</if>
242+
<else-if type="chapter" match="any">
243+
<group delimiter=", " font-style="normal">
244+
<date variable="issued">
245+
<date-part name="year"/>
246+
</date>
247+
<group delimiter=" " font-style="normal">
248+
<label variable="page" form="short"/>
249+
<text variable="page"/>
250+
</group>
251+
</group>
252+
</else-if>
242253
<else-if type="entry-dictionary entry-encyclopedia" match="any">
243254
<group delimiter=" " font-style="normal">
244255
<date variable="issued">
@@ -251,7 +262,7 @@
251262
</group>
252263
</group>
253264
</else-if>
254-
<else-if type="article-journal chapter article-newspaper article-magazine" match="any">
265+
<else-if type="article-journal article-newspaper article-magazine" match="any">
255266
<group delimiter=" " font-style="normal">
256267
<label variable="page" form="short"/>
257268
<text variable="page"/>

0 commit comments

Comments
 (0)