We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fede5 commit f1638a9Copy full SHA for f1638a9
vancouver-author-date.csl
@@ -47,6 +47,16 @@
47
<label form="long" prefix=", "/>
48
<substitute>
49
<names variable="editor"/>
50
+ <text variable="title" form="short"/>
51
+ </substitute>
52
+ </names>
53
+ </macro>
54
+ <macro name="author-short">
55
+ <names variable="author">
56
+ <name form="short" and="text"/>
57
+ <substitute>
58
+ <names variable="editor"/>
59
60
</substitute>
61
</names>
62
</macro>
@@ -253,11 +263,6 @@
253
263
</if>
254
264
</choose>
255
265
256
- <macro name="author-short">
257
- <names variable="author">
258
- <name form="short" and="text"/>
259
- </names>
260
- </macro>
261
266
<macro name="issued">
262
267
<date variable="issued">
268
<date-part name="year"/>
0 commit comments