Skip to content

Commit

Permalink
fix locale issues, add cite-locator (#5206)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Jan 10, 2021
1 parent 737ffa1 commit d27cab3
Showing 1 changed file with 14 additions and 25 deletions.
39 changes: 14 additions & 25 deletions mimesis-edizioni.csl
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,23 @@
</author>
<category citation-format="note"/>
<category field="generic-base"/>
<updated>2018-05-05T21:58:46+00:00</updated>
<updated>2021-01-09T10:48:22+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="it-IT">
<terms>
<term name="editor" form="short">dir.</term>
<term name="editortranslator" form="short">dir. &amp; trans.</term>
<term name="translator" form="short">trad.</term>
<term name="no date" form="short">s.d.</term>
<term name="retrieved">repéré</term>
<term name="from">de</term>
<term name="presented at">communication présentée au</term>
<term name="page" form="short">pp.</term>
</terms>
</locale>
<macro name="container-contributors">
<choose>
<if type="chapter paper-conference" match="any">
<names variable="editor translator" delimiter=", " suffix=", ">
<name delimiter-precedes-last="never" initialize-with=". ">
<label form="verb"/>
<name prefix=" " delimiter-precedes-last="never" initialize-with=". ">
<name-part name="family"/>
</name>
<et-al font-style="italic"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</if>
</choose>
Expand All @@ -55,7 +48,7 @@
<names variable="author">
<name delimiter-precedes-last="never" initialize-with=". "/>
<et-al font-style="italic"/>
<label form="short" prefix=" (" suffix=")"/>
<label form="verb" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand All @@ -76,7 +69,7 @@
<if variable="DOI"/>
<else>
<choose>
<if type="webpage">
<if type="webpage post post-weblog" match="any">
<group delimiter=" ">
<text variable="URL"/>
<group prefix="(page consultée le " suffix=")">
Expand Down Expand Up @@ -329,11 +322,6 @@
</macro>
<macro name="container">
<group>
<choose>
<if type="chapter paper-conference entry-encyclopedia" match="any">
<text term="in" suffix=" "/>
</if>
</choose>
<text macro="container-contributors"/>
<text macro="container-title"/>
</group>
Expand Down Expand Up @@ -382,6 +370,12 @@
</else>
</choose>
</macro>
<macro name="cite-locator">
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name" collapse="year">
<sort>
<key macro="author"/>
Expand All @@ -392,10 +386,7 @@
<if position="ibid-with-locator">
<group delimiter=", ">
<text term="ibid"/>
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
<text macro="cite-locator"/>
</group>
</if>
<else-if position="ibid">
Expand All @@ -405,10 +396,7 @@
<group delimiter=", ">
<text macro="author"/>
<text macro="title"/>
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
<text macro="cite-locator"/>
<text value="cit."/>
</group>
</else-if>
Expand All @@ -425,6 +413,7 @@
</group>
<text macro="locators"/>
</group>
<text macro="cite-locator" prefix=", "/>
<text macro="access" prefix=" "/>
</else>
</choose>
Expand Down

0 comments on commit d27cab3

Please sign in to comment.