Skip to content

Commit

Permalink
Revert non-et-al changes to universitat-basel-iberomanistik
Browse files Browse the repository at this point in the history
  • Loading branch information
bwiernik committed Dec 23, 2021
1 parent 40855c4 commit 07d7423
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions universitat-basel-iberoromanistik.csl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<choose>
<if type="book" match="any">
<names variable="translator" delimiter="/" prefix="[" suffix="]">
<label form="short"/>
<label form="short" suffix=" "/>
<name delimiter=" / " delimiter-precedes-last="always"/>
<et-al font-style="italic"/>
</names>
Expand All @@ -36,16 +36,16 @@
<macro name="editor">
<choose>
<if type="chapter article-journal paper-conference" match="any">
<names variable="editor" delimiter=" / ">
<names variable="editor" delimiter=" / " suffix=":">
<name delimiter=" / " delimiter-precedes-last="always" name-as-sort-order="all"/>
<et-al font-style="italic"/>
<label form="short" prefix="(" suffix=")"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</if>
<else>
<names variable="editor" delimiter=" / ">
<name name-as-sort-order="all" sort-separator=", " delimiter="/" delimiter-precedes-last="always" form="long"/>
<label form="short" prefix="(" suffix=")"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</else>
</choose>
Expand Down Expand Up @@ -196,17 +196,14 @@
<macro name="container-title">
<choose>
<if type="chapter paper-conference" match="any">

<text macro="editor"/>
</if>
</choose>
<choose>
<if type="chapter paper-conference" match="any">
<group delimiter=": ">
<text macro="editor"/>
<group delimiter=". " suffix=".">
<text variable="container-title" text-case="title" font-style="italic"/>
<text macro="number-of-volumes"/>
</group>
<group delimiter=". " prefix=" " suffix=".">
<text variable="container-title" text-case="title" font-style="italic"/>
<text macro="number-of-volumes"/>
</group>
</if>
<else-if type="webpage post-weblog" match="any">
Expand Down Expand Up @@ -255,19 +252,17 @@
</sort>
<layout suffix=".">
<group delimiter=". ">
<group delimiter=" ">
<group delimiter=" " suffix=".">
<text macro="author"/>
<text macro="year-date" prefix="(" suffix="):"/>
<text macro="title"/>
<text macro="container-prefix"/>
<group delimiter=": ">
<choose>
<if type="article-journal" match="all" variable="editor">
<text macro="editor"/>
</if>
</choose>
<text macro="container-title"/>
</group>
<choose>
<if type="article-journal" match="all" variable="editor">
<text macro="editor"/>
</if>
</choose>
<text macro="container-title"/>
<text macro="edition"/>
<text macro="genre"/>
<group delimiter=", " suffix=".">
Expand Down

0 comments on commit 07d7423

Please sign in to comment.