|
57 | 57 | </macro>
|
58 | 58 | <macro name="secondary-contributors">
|
59 | 59 | <choose>
|
60 |
| - <if type="article article-journal chapter paper-conference entry-dictionary entry-encyclopedia" match="none"> |
| 60 | + <if type="article-journal chapter paper-conference entry-dictionary entry-encyclopedia" match="none"> |
61 | 61 | <names variable="translator editor container-author" delimiter=", " prefix=" (" suffix=")">
|
62 | 62 | <name and="symbol" initialize-with=". " delimiter=", "/>
|
63 | 63 | <label form="short" prefix=", " text-case="title"/>
|
|
204 | 204 | </if>
|
205 | 205 | </choose>
|
206 | 206 | <choose>
|
207 |
| - <if type="article article-journal article-magazine" match="none"> |
| 207 | + <if type="article-journal article-magazine" match="none"> |
208 | 208 | <group delimiter=": ">
|
209 | 209 | <choose>
|
210 | 210 | <if variable="publisher-place">
|
|
259 | 259 | </date>
|
260 | 260 | <text variable="year-suffix"/>
|
261 | 261 | <choose>
|
262 |
| - <if type="article article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none"> |
| 262 | + <if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none"> |
263 | 263 | <date variable="issued">
|
264 | 264 | <date-part prefix=", " name="month"/>
|
265 | 265 | <date-part prefix=" " name="day"/>
|
|
280 | 280 | </macro>
|
281 | 281 | <macro name="issued-sort">
|
282 | 282 | <choose>
|
283 |
| - <if type="article article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none"> |
| 283 | + <if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none"> |
284 | 284 | <date variable="issued">
|
285 | 285 | <date-part name="year"/>
|
286 | 286 | <date-part name="month"/>
|
|
330 | 330 | </macro>
|
331 | 331 | <macro name="locators">
|
332 | 332 | <choose>
|
333 |
| - <if type="article article-journal article-magazine" match="any"> |
| 333 | + <if type="article-journal article-magazine" match="any"> |
334 | 334 | <group prefix=", " delimiter=", ">
|
335 | 335 | <group>
|
336 | 336 | <text variable="volume" font-style="italic"/>
|
|
406 | 406 | </macro>
|
407 | 407 | <macro name="container-title">
|
408 | 408 | <choose>
|
409 |
| - <if type="article article-journal article-magazine article-newspaper" match="any"> |
| 409 | + <if type="article-journal article-magazine article-newspaper" match="any"> |
410 | 410 | <text variable="container-title" font-style="italic" text-case="title"/>
|
411 | 411 | </if>
|
412 | 412 | <else-if type="bill legal_case legislation" match="none">
|
|
474 | 474 | <text macro="author"/>
|
475 | 475 | <text macro="issued-year"/>
|
476 | 476 | <text macro="container"/>
|
| 477 | + <text macro="locators"/> |
477 | 478 | <text macro="annote"/>
|
478 | 479 | </group>
|
479 | 480 | <!-- <group suffix=".">
|
|
0 commit comments