forked from zotero-chinese/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
301manual-of-legal-citation-multi-lingual.csl
1846 lines (1846 loc) · 59.1 KB
/
301manual-of-legal-citation-multi-lingual.csl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" initialize-with=". " demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>法学引注手册(多语言)</title>
<id>http://www.zotero.org/styles/manual-of-legal-citation-multi-lingual</id>
<link href="http://www.zotero.org/styles/manual-of-legal-citation-multi-lingual" rel="self"/>
<link href="http://www.zotero.org/styles/bluebook-law-review" rel="template"/>
<link href="https://www.pup.cn/bookDetail?id=910497ac470d4880ab56c6709bb1d7c5" rel="documentation"/>
<link href="https://colr.xmu.edu.cn/_upload/article/files/67/3c/bdf817f64039947a52276727ef01/082c41aa-fed1-4460-97fa-7f471901a879.pdf" rel="documentation"/>
<author>
<name>Zeping Lee</name>
<email>[email protected]</email>
</author>
<category citation-format="note"/>
<category field="law"/>
<summary>1. 文献的语言默认为英语,其他语言的文献需要在 `language` 字段填写对应的语言代码。2. 各类文献的字段信息填写方式可以参考 Zotero 群组“Chinese CSL development”的“法学引注手册”分类,其中录入了《手册》的示例文献。3. 最高人民法院发布的指导性案例,需要连同“案例编号”、”发布时间”(注意区别于”裁判时间”)分别在填写在 `Extra` 中的 `Series`, `Series Number` 和 `available-date` 字段。4. 《最高人民法院公报》上的案例,发布时间和期号需要分别填写在 `Extra` 的 `available-date` 和 `Issue` 字段。5. 司法案例的裁判文书名称需要填写在 `Extra` 的 `Genre` 字段,比如 `Genre: 行政判决书`。6. 英国案例和法文文献的支持尚不完善,需要测试反馈。7. 德文的“法律评注”使用 book section 文献类型,并将标题留空。8. 德文的“祝贺文集“与“纪念文集”使用 book section 文献类型,但需要将书名填在 `Series` 字段。</summary>
<updated>2023-12-21T23:49:34+08: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="de">
<date form="text" delimiter=" ">
<date-part name="day" form="ordinal"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</locale>
<locale xml:lang="en">
<date form="text" delimiter=" ">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
<terms>
<term name="accessed">last visited</term>
<term name="page" form="short">p.</term>
</terms>
</locale>
<locale xml:lang="fr">
<date form="text" delimiter=" ">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
<terms>
<term name="page" form="short">p.</term>
</terms>
</locale>
<locale xml:lang="ja">
<terms>
<term name="accessed">访问于</term>
<term name="issue" form="short">号</term>
<term name="page" form="short">頁</term>
<term name="volume" form="short">巻</term>
</terms>
</locale>
<locale xml:lang="zh">
<date form="text">
<date-part name="year" suffix="年" range-delimiter="—"/>
<date-part name="month" form="numeric" suffix="月" range-delimiter="—"/>
<date-part name="day" suffix="日" range-delimiter="—"/>
</date>
<terms>
<term name="article-locator" form="short">条</term> <!-- 《宪法》第十八条翻译为“Article 18” -->
<term name="book" form="short">编</term> <!-- 《民法典》第一编翻译为“Book One” -->
<term name="accessed">访问</term>
<term name="compiler">整理</term>
<term name="compiler" form="short">整理</term>
<term name="edition" form="short">版</term>
<term name="editor" form="short">主编</term>
<term name="ibid">同上注</term>
<term name="in">载</term>
<term name="op-cit">同前注</term>
<term name="page" form="short">页</term>
<term name="paragraph" form="short">款</term>
<term name="rule" form="short">条</term>
<term name="section" form="short">条</term>
<term name="open-quote">“</term>
<term name="close-quote">”</term>
<term name="open-inner-quote">‘</term>
<term name="close-inner-quote">’</term>
</terms>
</locale>
<locale>
<style-options punctuation-in-quote="false"/>
<terms>
<term name="page-range-delimiter">-</term>
</terms>
</locale>
<macro name="author-de">
<names variable="author">
<!-- 两人或三人合作的,用“/”连接。三人以上合作的,仅写第一作者,余下 用“u. a.”。 -->
<name et-al-min="4" et-al-use-first="1" initialize="false" delimiter="/"/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-short-de">
<names variable="author">
<name et-al-min="4" et-al-use-first="1" form="short" delimiter="/"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-en">
<names variable="author">
<!-- 英文引注体例:四人以上的,可以只写第一作者,余下用 et al.。 -->
<name et-al-min="4" et-al-use-first="1" initialize="false" and="symbol" delimiter=", " delimiter-precedes-last="never"/>
<label form="short" prefix=" "/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-short-en">
<names variable="author">
<name initialize="false" and="symbol" delimiter=", " delimiter-precedes-last="never"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-fr">
<names variable="author">
<name et-al-min="4" et-al-use-first="1" initialize="false" and="symbol" delimiter=", " delimiter-precedes-last="never"/>
<label form="short" prefix=" "/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-ja">
<names variable="author">
<name delimiter="="/>
<label form="short"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="author-zh">
<names variable="author">
<name delimiter="、" delimiter-precedes-et-al="never"/>
<label form="short"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<!-- 略写文献时,标示文献性质的“编”“主编”等可以省略 -->
<macro name="author-short-zh">
<names variable="author">
<name delimiter="、" delimiter-precedes-et-al="never"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="access-de">
<group delimiter=". ">
<text variable="URL"/>
<!-- 上传或者访问日期 -->
<choose>
<if variable="issued">
<text macro="issuance-de" prefix="(" suffix=")"/>
</if>
<else>
<group delimiter=" " prefix="(" suffix=")">
<text term="retrieved"/>
<text value="am"/>
<date variable="accessed" form="text"/>
</group>
</else>
</choose>
</group>
</macro>
<macro name="access-en">
<choose>
<if variable="URL">
<group delimiter=" ">
<text variable="URL"/>
<choose>
<if variable="issued" match="none">
<group prefix="(" suffix=")">
<text term="accessed" suffix=" "/>
<date variable="accessed">
<date-part name="month" form="short" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</group>
</if>
</choose>
</macro>
<macro name="access-fr">
<group delimiter=". ">
<group prefix="[" suffix="]">
<text term="online" text-case="capitalize-first" suffix=": "/>
<text variable="URL"/>
</group>
<choose>
<!-- 原则上标注上传日期;若无法获知上传日期,则标注访问日期。 -->
<if variable="issued">
<text macro="issuance-fr"/>
</if>
<else>
<group>
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<date variable="accessed" form="text"/>
</group>
</else>
</choose>
</group>
</macro>
<macro name="access-ja">
<choose>
<!-- 一般不要求注明“访问日期”。网页没有显示上传日期的,引用时可以标注最后访问日期 -->
<if variable="issued">
<text macro="issuance-ja" prefix="(" suffix=")"/>
</if>
<else>
<group prefix="(" suffix=")">
<text term="accessed"/>
<date variable="accessed" form="text"/>
</group>
</else>
</choose>
<text variable="URL"/>
</macro>
<macro name="access-zh">
<choose>
<if variable="URL">
<group delimiter=",">
<text variable="URL"/>
<choose>
<!-- 一般不要求注明“访问日期”。网页没有显示上传日期的,引用时可以标注最后访问日期 -->
<if variable="issued" match="none">
<group>
<date variable="accessed" form="text"/>
<text term="accessed"/>
</group>
</if>
</choose>
</group>
</if>
</choose>
</macro>
<macro name="source-de">
<group delimiter=", ">
<text macro="author-de"/>
<choose>
<!-- 91. 德文学术文献 -->
<if type="article-journal">
<group delimiter=", ">
<text variable="title"/>
<group delimiter=" ">
<choose>
<!-- 若仅有期刊年份,直接标注在期刊名称之后。 -->
<!-- 若同时有期刊卷册数和年份,则将卷册数标注在期刊名称之后,随后再以括号标记年份。 -->
<if variable="volume">
<text macro="container-de"/>
<text variable="volume"/>
<text macro="issuance-de" prefix="(" suffix=")"/>
</if>
<else>
<text macro="container-de"/>
<text macro="issuance-de"/>
</else>
</choose>
</group>
<text macro="locator-de"/>
</group>
</if>
<!-- 2) 报纸杂志文章 -->
<else-if type="article-magazine article-newspaper" match="any">
<group delimiter=", ">
<text variable="title"/>
<group delimiter=" ">
<text term="in" suffix=":"/>
<text macro="container-de"/>
<text value="v."/>
<text macro="issuance-de"/>
</group>
<text macro="locator-de"/>
</group>
</else-if>
<!-- 3) 专著与教科书 -->
<else-if type="book thesis" match="any">
<group delimiter=", ">
<text variable="title"/>
<text macro="volume-de"/>
<group delimiter=" ">
<text macro="edition-de"/>
<text macro="issuance-de"/>
</group>
<text macro="locator-de"/>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<choose>
<!-- 4) 法律评注 和 5) 集合作品中的文章 -->
<if variable="container-title">
<text variable="title"/>
<text macro="container-de"/>
<group delimiter=" ">
<text macro="edition-de"/>
<text macro="issuance-de"/>
</group>
<text macro="locator-de"/>
</if>
<!-- 6) 祝贺文集与纪念文集 -->
<else-if variable="collection-title">
<text variable="title"/>
<text variable="collection-title"/>
<group delimiter=" ">
<text macro="edition-de"/>
<text macro="issuance-de"/>
</group>
<text macro="locator-de"/>
</else-if>
</choose>
</else-if>
<!-- 92. 德文法规 -->
<else-if type="legislation">
<group delimiter=" ">
<choose>
<if variable="locator">
<text macro="locator-de"/>
</if>
<else>
<text macro="section-en"/>
</else>
</choose>
<choose>
<if variable="container-title">
<text variable="container-title"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</group>
</else-if>
<!-- 93. 德文案例 -->
<else-if type="legal_case">
<group delimiter=", ">
<group delimiter=" ">
<text variable="authority"/>
<text variable="container-title"/>
<choose>
<!-- 引用载于期刊的判决时,标明做出判决的法院、所载 期刊的名称和年份 -->
<if variable="issued">
<text macro="issuance-de"/>
</if>
<!-- 引用判例集中的判决时,标出判例集的名称、卷号 -->
<else>
<text variable="volume"/>
</else>
</choose>
</group>
<group delimiter=" ">
<text variable="page-first"/>
<text variable="locator" prefix="(" suffix=")"/>
</group>
</group>
</else-if>
<!-- 85. 英文网络文章 -->
<else>
<group delimiter=", ">
<text macro="title-de"/>
<text macro="access-de"/>
</group>
</else>
</choose>
</group>
</macro>
<!-- 英文引注体例参照 bluebook-law-review 改写 -->
<macro name="source-en">
<group delimiter=", ">
<text macro="author-en"/>
<choose>
<!-- 78. 英文学术期刊 -->
<if type="article-journal">
<group delimiter=", ">
<text macro="title-en"/>
<group delimiter=" ">
<text macro="container-en"/>
<group delimiter=", ">
<text variable="page-first"/>
<text macro="locator-en"/>
</group>
<text macro="issuance-en" prefix="(" suffix=")"/>
</group>
</group>
</if>
<!-- 79. 英文报纸杂志文章 -->
<else-if type="article-magazine article-newspaper" match="any">
<group delimiter=", ">
<text macro="title-en"/>
<text macro="container-en"/>
<text macro="issuance-en"/>
<text macro="locator-or-page-en"/>
</group>
</else-if>
<!-- 80. 英文书籍 -->
<else-if type="book thesis" match="any">
<group delimiter=", ">
<text macro="title-en"/>
<text macro="secondary-contributors-en"/>
<text variable="publisher"/>
<text macro="issuance-en"/>
<text macro="locator-en"/>
</group>
</else-if>
<!-- 81. 英文集合作品中的文章 -->
<else-if type="chapter paper-conference" match="any">
<text macro="title-en"/>
<text macro="container-en"/>
<text variable="publisher"/>
<text macro="issuance-en"/>
<text macro="locator-en"/>
</else-if>
<!-- 82. 美国联邦法规 -->
<else-if type="legislation">
<group delimiter=" ">
<choose>
<if variable="number">
<!-- Department of Transportation Act, Pub. L. No. 89-670, § 9, 80 Stat. -->
<group delimiter=", ">
<text macro="title-en"/>
<group delimiter=" ">
<text value="Pub. L. No."/>
<text variable="number"/>
</group>
<text macro="section-en"/>
<text macro="container-en"/>
</group>
</if>
<else>
<!-- Administrative Procedure Act § 6, 5 U.S.C. -->
<group delimiter=", ">
<text macro="title-en"/>
<group delimiter=" ">
<text macro="container-en"/>
<text macro="section-en"/>
</group>
</group>
</else>
</choose>
<text variable="page"/>
<text macro="locator-en"/>
<text macro="issuance-en" prefix="(" suffix=")"/>
</group>
</else-if>
<!-- 83. 美国法院案例 -->
<else-if type="legal_case">
<group delimiter=" ">
<group delimiter=", ">
<text macro="title-en"/>
<group delimiter=" ">
<text value="No."/>
<text variable="number"/>
</group>
<text variable="volume"/>
</group>
<text macro="container-en"/>
<group delimiter=", ">
<text variable="page"/>
<text variable="locator"/>
</group>
<group delimiter=" " prefix="(" suffix=")">
<text variable="authority"/>
<text macro="issuance-en"/>
</group>
</group>
</else-if>
<!-- 85. 英文网络文章 -->
<else-if type="post post-weblog webpage" match="any">
<group delimiter=", ">
<text macro="title-en"/>
<group delimiter=" ">
<text macro="container-en"/>
<text macro="issuance-en" prefix="(" suffix=")"/>
</group>
<text macro="access-en"/>
</group>
</else-if>
<else>
<text macro="title-en"/>
<text macro="container-en"/>
<text variable="publisher"/>
<text macro="issuance-en"/>
<text macro="locator-en"/>
</else>
</choose>
</group>
</macro>
<!-- 法文引注体例 -->
<macro name="source-fr">
<group delimiter=", ">
<text macro="author-fr"/>
<choose>
<!-- 86. 法文学术文献 -->
<if type="book">
<text macro="title-fr"/>
<text variable="publisher"/>
<text macro="edition-fr"/>
<text variable="publisher-place"/>
<text macro="issuance-fr"/>
<text macro="locator-fr"/>
</if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<text macro="title-fr"/>
<text macro="container-fr"/>
<text macro="issuance-fr"/>
<text macro="locator-or-page-fr"/>
</else-if>
<else-if type="chapter paper-conference" match="any">
<text macro="title-fr"/>
<text macro="container-fr"/>
<text macro="issuance-fr"/>
<text macro="locator-or-page-fr"/>
</else-if>
<else-if type="report">
<text macro="title-fr"/>
<text macro="container-fr"/>
<choose>
<if variable="publisher">
<text variable="publisher"/>
</if>
<else>
<text variable="genre"/>
</else>
</choose>
<group>
<text value="nᵒ "/>
<text variable="number"/>
</group>
<text macro="issuance-fr"/>
<text macro="locator-or-page-fr"/>
</else-if>
<else-if type="thesis">
<text macro="title-fr"/>
<group>
<text value="Thèse de "/>
<text variable="publisher"/>
</group>
<text macro="issuance-fr"/>
<text macro="locator-fr"/>
</else-if>
<!-- 87. 法国法律 -->
<else-if type="legislation">
<group delimiter=" ">
<choose>
<if variable="number">
<!-- Department of Transportation Act, Pub. L. No. 89-670, § 9, 80 Stat. -->
<group delimiter=", ">
<text macro="title-en"/>
<group delimiter=" ">
<text value="Pub. L. No."/>
<text variable="number"/>
</group>
<text macro="container-en"/>
</group>
</if>
<else>
<!-- Administrative Procedure Act § 6, 5 U.S.C. -->
<text macro="title-en"/>
<text macro="container-en"/>
</else>
</choose>
<text variable="page"/>
<text macro="locator-fr"/>
<text macro="issuance-en" prefix="(" suffix=")"/>
</group>
</else-if>
<!-- 88. 法国法院判决 -->
<else-if type="legal_case">
<group delimiter=" ">
<group delimiter=", ">
<text macro="title-en"/>
<group delimiter=" ">
<text value="No."/>
<text variable="number"/>
</group>
<text variable="volume"/>
</group>
<text macro="container-en"/>
<group delimiter=", ">
<text variable="page"/>
<text variable="locator"/>
</group>
<group delimiter=" " prefix="(" suffix=")">
<text variable="authority"/>
<text macro="issuance-fr"/>
</group>
</group>
</else-if>
<!-- 89. 法文网络信息 -->
<else-if type="post post-weblog webpage" match="any">
<group delimiter=", ">
<text macro="title-fr"/>
<text macro="container-fr"/>
<text macro="access-fr"/>
</group>
</else-if>
<else>
<group delimiter=", ">
<text macro="title-fr"/>
<text variable="publisher"/>
<text macro="edition-fr"/>
<text variable="publisher-place"/>
<text macro="issuance-fr"/>
<text macro="locator-fr"/>
</group>
</else>
</choose>
</group>
</macro>
<macro name="source-ja">
<text macro="author-ja"/>
<choose>
<!-- 96. 日文学术文献 -->
<if type="book thesis" match="any">
<text macro="title-ja"/>
<text macro="publisher-ja"/>
<text macro="locator-ja"/>
</if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<text macro="title-ja"/>
<text macro="container-ja"/>
<text macro="issuance-ja" prefix="(" suffix=")"/>
<choose>
<if type="article-journal">
<text macro="locator-or-page-ja"/>
</if>
</choose>
</else-if>
<else-if type="chapter paper-conference" match="any">
<text macro="title-ja"/>
<text macro="container-ja"/>
<text macro="publisher-ja"/>
<text macro="locator-or-page-ja"/>
</else-if>
<!-- 97. 日文案例 -->
<else-if type="legal_case">
<group delimiter=",">
<group>
<text variable="authority"/>
<text macro="issuance-ja"/>
<text value="判決"/>
</group>
<group>
<text variable="container-title"/>
<text macro="volume-ja"/>
<group>
<text variable="number"/>
<text term="issue" form="short"/>
</group>
<text macro="locator-or-page-ja"/>
</group>
</group>
</else-if>
<!-- 98. 日文法规 -->
<else-if type="legislation">
<choose>
<if variable="title">
<text variable="title"/>
</if>
<else>
<text variable="container-title"/>
</else>
</choose>
<choose>
<if variable="locator">
<text macro="locator-ja"/>
</if>
<else>
<text macro="section-zh"/>
</else>
</choose>
</else-if>
<else-if type="post post-weblog webpage" match="any">
<text macro="title-ja"/>
<text macro="issuance-ja"/>
<text macro="access-ja"/>
</else-if>
<else>
<text macro="title-ja"/>
<text variable="container-title"/>
<text macro="publisher-ja"/>
<text macro="locator-or-page-ja"/>
</else>
</choose>
</macro>
<macro name="source-zh">
<choose>
<if type="article-journal article-magazine" match="any">
<group delimiter=":">
<text macro="author-zh"/>
<group delimiter=",">
<text macro="title-zh"/>
<text macro="secondary-contributors-zh"/>
<text macro="container-zh"/>
<text macro="locator-zh"/>
</group>
</group>
</if>
<else-if type="article-newspaper">
<group delimiter=":">
<text macro="author-zh"/>
<group delimiter=",">
<text macro="title-zh"/>
<text macro="secondary-contributors-zh"/>
<text macro="container-zh"/>
<text macro="locator-or-page-zh"/>
</group>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=":">
<text macro="author-zh"/>
<group delimiter=",">
<text macro="title-zh"/>
<text macro="secondary-contributors-zh"/>
<text macro="container-zh"/>
<text macro="publisher-zh"/>
<text macro="locator-zh"/>
</group>
</group>
</else-if>
<else-if type="book thesis" match="any">
<group delimiter=":">
<text macro="author-zh"/>
<group delimiter=",">
<text macro="title-zh"/>
<text macro="secondary-contributors-zh"/>
<text macro="publisher-zh"/>
<text macro="locator-zh"/>
</group>
</group>
</else-if>
<!-- 49. 引用个人博客、微信公众号 -->
<else-if type="post post-weblog webpage" match="any">
<group delimiter=":">
<text macro="author-zh"/>
<group delimiter=",">
<text macro="title-zh"/>
<text macro="container-zh"/>
<text macro="access-zh"/>
</group>
</group>
</else-if>
<!-- (四)引用法律文件 -->
<else-if type="legislation treaty" match="any">
<group delimiter=",">
<group>
<text macro="title-zh"/>
<choose>
<!-- 优先使用 locator 的条文序号 -->
<if variable="locator">
<text macro="locator-zh"/>
</if>
<else-if variable="section">
<text macro="section-zh"/>
</else-if>
</choose>
</group>
<choose>
<if variable="chapter-number">
<!-- 63.2) 引用全国人大及其常委会通过的法律性质的决定 -->
<group>
<text macro="issuance-zh"/>
<text variable="chapter-number"/>
<text value="通过"/>
</group>
</if>
</choose>
</group>
</else-if>
<else-if type="regulation">
<!-- 63.3) 援引法规、规章的条文;64. 引用规范性文件 -->
<group delimiter=",">
<text macro="title-zh"/>
<choose>
<if variable="section locator" match="none">
<text variable="number"/>
</if>
</choose>
<choose>
<if variable="chapter-number">
<!-- 67. 引用官方会议决议 -->
<group>
<text macro="issuance-zh"/>
<text variable="chapter-number"/>
<text value="通过"/>
</group>
</if>
<else-if variable="number" match="none">
<!-- 必要时,进一步标明发布日期 -->
<!-- 比如:无文件号(<https://github.com/redleafnew/Chinese-STD-GB-T-7714-related-csl/issues/210>) -->
<group>
<text macro="issuance-zh"/>
<text value="发布"/>
</group>
</else-if>
</choose>
<choose>
<!-- 优先使用 locator 的条文序号 -->
<if variable="locator">
<text macro="locator-zh"/>
</if>
<else-if variable="section">
<text macro="section-zh"/>
</else-if>
</choose>
</group>
</else-if>
<else-if type="report">
<group delimiter=":">
<text macro="author-zh"/>
<group delimiter=",">
<text macro="title-zh"/>
<group>
<text macro="issuance-zh"/>
<choose>
<if variable="event-title">
<!-- 63.2) 引用全国人大及其常委会通过的法律性质的决定 -->
<group>
<text value="在"/>
<text variable="event-title"/>
<text value="上"/>
</group>
</if>
</choose>
</group>
</group>
</group>
</else-if>
<!-- 65. 引用国家标准 -->
<else-if type="standard">
<group>
<text macro="author-zh"/>
<group delimiter=",">
<text macro="title-zh"/>
<text variable="number"/>
</group>
</group>
</else-if>
<!-- (五)引用司法案例 -->
<else-if type="legal_case">
<group delimiter=",">
<text macro="title-zh"/>
<choose>
<if variable="collection-title">
<!-- 指导性案例 -->
<group>
<text macro="container-zh"/>
<text macro="issuance-zh" prefix="(" suffix=")"/>
</group>
</if>
<else-if variable="container-title">
<!-- 《最高人民法院公报》上的案例 -->
<text macro="container-zh"/>
</else-if>
<else>
<group delimiter=",">
<text macro="container-zh"/>
<text macro="issuance-zh"/>
</group>
</else>
</choose>
</group>
</else-if>
<else>
<group delimiter=":">
<text macro="author-zh"/>
<group delimiter=",">
<text macro="title-zh"/>
<text macro="container-zh"/>
<text macro="publisher-zh"/>
<text macro="locator-zh"/>
</group>
</group>
</else>
</choose>
</macro>
<macro name="title-de">
<text variable="title"/>
</macro>
<macro name="title-en">
<choose>
<if type="legislation">
<text variable="title" text-case="title"/>
</if>
<else-if type="legal_case">
<text variable="title"/>
</else-if>
<else>
<text variable="title" text-case="title" font-style="italic"/>
</else>
</choose>
</macro>
<macro name="title-fr">
<choose>
<if type="book report thesis" match="any">
<text variable="title" font-style="italic"/>
</if>
<else-if type="article-journal article-magazine article-newspaper chapter paper-conference" match="any">
<text variable="title" quotes="true"/>
</else-if>
<else-if type="post post-weblog webpage" match="any">
<choose>
<if variable="container-title">
<text variable="title" quotes="true"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</else-if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="title-ja">
<choose>
<if type="book">
<group prefix="『" suffix="』">
<text variable="title"/>
<group prefix="(" suffix=")">
<text variable="collection-title"/>
<number variable="collection-number" form="roman" text-case="uppercase"/>
</group>
</group>
</if>
<else>
<text variable="title" prefix="「" suffix="」"/>
</else>
</choose>
</macro>
<macro name="title-zh">
<choose>
<if type="webpage">
<choose>
<if variable="container-title">
<text variable="title" prefix="《" suffix="》"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
<text macro="edition-zh" prefix="(" suffix=")"/>
</if>
<else-if type="legislation treaty" match="any">
<text variable="title" form="short" prefix="《" suffix="》"/>
<group prefix="(" suffix=")">
<choose>
<if variable="edition">
<text macro="edition-zh"/>
</if>
<else-if variable="status">
<text variable="status"/>
</else-if>
</choose>
</group>
</else-if>
<else-if type="regulation">
<text variable="title" form="short" prefix="《" suffix="》"/>
<group prefix="(" suffix=")">
<choose>
<if variable="edition">
<text macro="edition-zh"/>
</if>
<else-if variable="status">
<text variable="status"/>
</else-if>
<else-if variable="section locator" match="any">
<!-- 64.1 《最高人民法院关于适用〈中华人民共和国行政诉讼法〉的解释》(法释 〔2018〕1 号),第 100 条。 -->
<text variable="number"/>
</else-if>
</choose>
</group>
</else-if>
<else-if type="legal_case">
<text variable="title"/>
</else-if>
<else>
<text variable="title" prefix="《" suffix="》"/>
<group prefix="(" suffix=")">
<text macro="edition-zh"/>
<choose>
<if type="chapter paper-conference" variable="container-title" match="none">
<text macro="volume-zh"/>