Skip to content

Commit c2536b7

Browse files
authored
Update china-national-standard-gb-t-7714-2015-numeric.csl (#5745)
Only show the number for bill broadcast legal_case legislation patent report song, otherwise, if there is 'number:' in Extra field, the number will show for item type of journal.
1 parent f8c1392 commit c2536b7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

china-national-standard-gb-t-7714-2015-numeric.csl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<category citation-format="numeric"/>
1414
<category field="generic-base"/>
1515
<summary>The Chinese GB/T7714-2015 numeric style</summary>
16-
<updated>2019-04-27T18:00:00+08:00</updated>
16+
<updated>2021-11-25T18:00:00+08:00</updated>
1717
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1818
</info>
1919
<locale xml:lang="zh-CN">
@@ -163,7 +163,11 @@
163163
</macro>
164164
<macro name="title">
165165
<text variable="title" text-case="title"/>
166-
<text variable="number" prefix=": "/>
166+
<choose>
167+
<if type="bill broadcast legal_case legislation patent report song" match="any">
168+
<text variable="number" prefix=": "/>
169+
</if>
170+
</choose>
167171
<group delimiter="/" prefix="[" suffix="]">
168172
<text macro="type-code"/>
169173
<choose>

0 commit comments

Comments
 (0)