Skip to content

Commit a198884

Browse files
authored
Update twentieth-century-music.csl (#6110)
fix in-text locator label via https://forums.zotero.org/discussion/98039/style-request-twentieth-century-music#latest
1 parent 81c1619 commit a198884

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

twentieth-century-music.csl

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<link href="http://www.zotero.org/styles/twentieth-century-music" rel="self"/>
77
<link href="http://www.zotero.org/styles/university-of-new-england-australia-note" rel="template"/>
88
<link href="https://www.cambridge.org/core/journals/twentieth-century-music/information/instructions-contributors" rel="documentation"/>
9+
<link href="https://www.cambridge.org/core/services/aop-file-manager/file/626929e82cca172c593a1e27/TCM-IFC.pdf" rel="documentation"/>
910
<author>
1011
<name>Patrick O'Brien</name>
1112
</author>
@@ -14,7 +15,7 @@
1415
<category field="history"/>
1516
<issn>1478-5722</issn>
1617
<eissn>1478-5730</eissn>
17-
<updated>2018-01-16T09:37:56+00:00</updated>
18+
<updated>2022-06-26T15:04:55+00:00</updated>
1819
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1920
</info>
2021
<locale xml:lang="en">
@@ -410,7 +411,11 @@
410411
<number variable="volume" form="numeric" suffix=":"/>
411412
</else-if>
412413
</choose>
413-
<label variable="locator" form="short" suffix=" "/>
414+
<choose>
415+
<if match="none" locator="page">
416+
<label variable="locator" form="short" suffix=" "/>
417+
</if>
418+
</choose>
414419
<text variable="locator"/>
415420
</group>
416421
</macro>

0 commit comments

Comments
 (0)