Skip to content

Commit

Permalink
Update masarykova-univerzita-pravnicka-fakulta.csl (JabRef#4868)
Browse files Browse the repository at this point in the history
  • Loading branch information
OTFlorian committed Jun 17, 2020
1 parent 91fe25e commit 342b9e3
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions masarykova-univerzita-pravnicka-fakulta.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category citation-format="note"/>
<category field="law"/>
<summary>Masaryk University, Faculty of Law</summary>
<updated>2020-05-25T10:00:00+00:00</updated>
<updated>2020-06-10T10:00:00+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="cs">
Expand Down Expand Up @@ -153,7 +153,7 @@
</macro>
<macro name="container">
<choose>
<if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any">
<if type="chapter entry entry-dictionary entry-encyclopedia webpage post-weblog" match="any">
<choose>
<if type="chapter entry entry-dictionary entry-encyclopedia" match="any">
<text term="in" text-case="capitalize-first" suffix=": "/>
Expand Down Expand Up @@ -183,7 +183,7 @@
</macro>
<macro name="container-full">
<choose>
<if type="chapter entry entry-dictionary entry-encyclopedia webpage" match="any">
<if type="chapter entry entry-dictionary entry-encyclopedia webpage post-weblog" match="any">
<choose>
<if type="chapter entry entry-dictionary entry-encyclopedia" match="any">
<text term="in" text-case="capitalize-first" suffix=": "/>
Expand Down Expand Up @@ -265,7 +265,7 @@
</if>
</choose>
</if>
<else-if type="webpage" match="any">
<else-if type="webpage post-weblog" match="any">
<date variable="issued">
<date-part name="day" suffix=".&#160;"/>
<date-part name="month" suffix=".&#160;" form="numeric"/>
Expand Down Expand Up @@ -309,12 +309,8 @@
</macro>
<macro name="medium">
<choose>
<if variable="URL" match="any">
<choose>
<if type="webpage">
<text term="online" prefix="[" suffix="]"/>
</if>
</choose>
<if type="webpage post-weblog" match="any">
<text term="online" prefix="[" suffix="]"/>
</if>
</choose>
</macro>
Expand Down Expand Up @@ -378,13 +374,13 @@
</else>
</choose>
</if>
<else-if type="article-magazine article-newspaper webpage" match="any">
<else-if type="article-magazine article-newspaper webpage post-weblog" match="any">
<text macro="contributors-long" suffix=". "/>
<choose>
<if type="article-magazine article-newspaper" match="any">
<text macro="title-long" suffix=". "/>
</if>
<else-if type="webpage" match="any">
<else-if type="webpage post-weblog" match="any">
<text macro="title-long" suffix=" "/>
<text macro="medium" suffix=". "/>
</else-if>
Expand Down Expand Up @@ -510,13 +506,13 @@
</else>
</choose>
</if>
<else-if type="article-magazine article-newspaper webpage" match="any">
<else-if type="article-magazine article-newspaper webpage post-weblog" match="any">
<text macro="contributors-full" suffix=". "/>
<choose>
<if type="article-magazine article-newspaper" match="any">
<text macro="title-long" suffix=". "/>
</if>
<else-if type="webpage">
<else-if type="webpage post-weblog" match="any">
<text macro="title-long" suffix=" "/>
<text macro="medium" suffix=". "/>
</else-if>
Expand Down

0 comments on commit 342b9e3

Please sign in to comment.