Skip to content

Commit 3a6a0a7

Browse files
authored
Update masarykova-univerzita-pravnicka-fakulta.csl (#5655)
Show the citation date only for websites. update date and documentation link
1 parent 136653a commit 3a6a0a7

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

masarykova-univerzita-pravnicka-fakulta.csl

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<id>http://www.zotero.org/styles/masarykova-univerzita-pravnicka-fakulta</id>
66
<link href="http://www.zotero.org/styles/masarykova-univerzita-pravnicka-fakulta" rel="self"/>
77
<link href="http://www.zotero.org/styles/iso690-full-note-cs" rel="template"/>
8-
<link href="https://is.muni.cz/do/law/ud/predp/smer/Smernice_dekana_c._3-2020_O_citacich_dokumentu.pdf" rel="documentation"/>
8+
<link href="https://is.muni.cz/do/law/ud/predp/smer/Smernice_c._3-2020-O_citacich_dokumentu_3.3_final.pdf" rel="documentation"/>
99
<author>
1010
<name>Oldrich Tristan Florian</name>
1111
<email>[email protected]</email>
@@ -14,7 +14,7 @@
1414
<category citation-format="note"/>
1515
<category field="law"/>
1616
<summary>Masaryk University, Faculty of Law</summary>
17-
<updated>2021-03-07T10:00:00+00:00</updated>
17+
<updated>2021-10-07T10:00:00+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="cs">
@@ -357,7 +357,6 @@
357357
<if variable="URL" match="any">
358358
<text prefix=". " macro="issued"/>
359359
<text prefix=", " macro="citation-locator"/>
360-
<text prefix=" " macro="quoted"/>
361360
<text prefix=". " macro="identifier"/>
362361
</if>
363362
<else-if variable="issued" match="none">
@@ -390,7 +389,11 @@
390389
<if variable="URL" match="any">
391390
<text prefix=". " macro="issued"/>
392391
<text prefix=", " macro="citation-locator"/>
393-
<text prefix=" " macro="quoted"/>
392+
<choose>
393+
<if type="webpage post-weblog" match="any">
394+
<text prefix=" " macro="quoted"/>
395+
</if>
396+
</choose>
394397
<text prefix=". " macro="identifier"/>
395398
</if>
396399
<else>
@@ -407,7 +410,6 @@
407410
<choose>
408411
<if variable="URL" match="any">
409412
<text prefix=", " macro="citation-locator"/>
410-
<text prefix=" " macro="quoted"/>
411413
<text prefix=". " macro="identifier"/>
412414
</if>
413415
<else>
@@ -432,7 +434,6 @@
432434
<if variable="URL" match="any">
433435
<text prefix=". " macro="issued"/>
434436
<text prefix=", " macro="citation-locator"/>
435-
<text prefix=" " macro="quoted"/>
436437
<text prefix=". " macro="identifier"/>
437438
</if>
438439
<else-if variable="issued" match="none">
@@ -484,7 +485,6 @@
484485
<if variable="URL" match="any">
485486
<text prefix=". " macro="issued"/>
486487
<text prefix=", " macro="page-range"/>
487-
<text prefix=" " macro="quoted"/>
488488
<text prefix=". " macro="collection" suffix="."/>
489489
<text prefix=". " macro="identifier"/>
490490
</if>
@@ -496,7 +496,6 @@
496496
</choose>
497497
<text prefix=". " macro="collection" suffix="."/>
498498
<text prefix=", " macro="page-range"/>
499-
<text prefix=" " macro="quoted"/>
500499
<text prefix=". " macro="collection" suffix="."/>
501500
</else-if>
502501
<else>
@@ -522,7 +521,11 @@
522521
<choose>
523522
<if variable="URL" match="any">
524523
<text prefix=", " macro="page-range"/>
525-
<text prefix=" " macro="quoted"/>
524+
<choose>
525+
<if type="webpage post-weblog" match="any">
526+
<text prefix=" " macro="quoted"/>
527+
</if>
528+
</choose>
526529
<text prefix=". " macro="identifier"/>
527530
</if>
528531
<else>
@@ -538,7 +541,6 @@
538541
<choose>
539542
<if variable="URL" match="any">
540543
<text prefix=", " macro="page-range"/>
541-
<text prefix=" " macro="quoted"/>
542544
<text prefix=". " macro="identifier"/>
543545
</if>
544546
<else>
@@ -561,7 +563,6 @@
561563
<if variable="URL" match="any">
562564
<text prefix=" " macro="medium"/>
563565
<text prefix=". " macro="issued"/>
564-
<text prefix=" " macro="quoted" suffix="."/>
565566
<text prefix=". " macro="collection" suffix="."/>
566567
<text prefix=". " macro="identifier"/>
567568
</if>

0 commit comments

Comments
 (0)