summaryrefslogtreecommitdiff
path: root/biblio/citation-style-language/apa.csl
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/citation-style-language/apa.csl')
-rw-r--r--biblio/citation-style-language/apa.csl15
1 files changed, 9 insertions, 6 deletions
diff --git a/biblio/citation-style-language/apa.csl b/biblio/citation-style-language/apa.csl
index 43a8e5932f..f371046fe3 100644
--- a/biblio/citation-style-language/apa.csl
+++ b/biblio/citation-style-language/apa.csl
@@ -14,7 +14,7 @@
<category citation-format="author-date"/>
<category field="psychology"/>
<category field="generic-base"/>
- <updated>2022-08-11T09:14:19-04:00</updated>
+ <updated>2022-10-02T16:08:41-04: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="en">
@@ -1426,13 +1426,16 @@
</else>
</choose>
<choose>
- <if variable="page">
- <text variable="page"/>
- </if>
- <else>
+ <if variable="number">
<!-- Ex. 6: Journal article with article number or eLocator -->
<!-- This should be localized -->
- <text variable="number" prefix="Article "/>
+ <group delimiter=" ">
+ <text term="article-locator" text-case="capitalize-first"/>
+ <text variable="number"/>
+ </group>
+ </if>
+ <else>
+ <text variable="page"/>
</else>
</choose>
</group>