|
335 | 335 | <text macro="patent-number"/> |
336 | 336 | </if> |
337 | 337 | <else-if type="treaty"> |
338 | | - <text variable="title" form="short"/> |
| 338 | + <text variable="title" form="short" text-case="title"/> |
339 | 339 | </else-if> |
340 | 340 | <else-if type="personal_communication"> |
341 | 341 | <choose> |
|
344 | 344 | <names variable="author"> |
345 | 345 | <name and="symbol" delimiter=", " initialize-with=". "/> |
346 | 346 | <substitute> |
347 | | - <text variable="title" form="short" quotes="true"/> |
| 347 | + <text variable="title" form="short" text-case="title" quotes="true"/> |
348 | 348 | </substitute> |
349 | 349 | </names> |
350 | 350 | <!-- This should be localized --> |
|
359 | 359 | <names variable="translator"/> |
360 | 360 | <choose> |
361 | 361 | <if variable="container-title"> |
362 | | - <text variable="title" form="short" quotes="true"/> |
| 362 | + <text variable="title" form="short" text-case="title" quotes="true"/> |
363 | 363 | </if> |
364 | 364 | <else> |
365 | | - <text variable="title" form="short" font-style="italic"/> |
| 365 | + <text variable="title" form="short" text-case="title" font-style="italic"/> |
366 | 366 | </else> |
367 | 367 | </choose> |
368 | 368 | <text macro="format-short" prefix="[" suffix="]"/> |
|
380 | 380 | <names variable="translator"/> |
381 | 381 | <choose> |
382 | 382 | <if variable="container-title"> |
383 | | - <text variable="title" form="short" quotes="true"/> |
| 383 | + <text variable="title" form="short" text-case="title" quotes="true"/> |
384 | 384 | </if> |
385 | 385 | <else> |
386 | | - <text variable="title" form="short" font-style="italic"/> |
| 386 | + <text variable="title" form="short" text-case="title" font-style="italic"/> |
387 | 387 | </else> |
388 | 388 | </choose> |
389 | 389 | <text macro="format-short" prefix="[" suffix="]"/> |
|
401 | 401 | <if variable="container-title"> |
402 | 402 | <choose> |
403 | 403 | <if type="book entry entry-dictionary entry-encyclopedia"> |
404 | | - <text variable="title" form="short" quotes="true"/> |
| 404 | + <text variable="title" form="short" text-case="title" quotes="true"/> |
405 | 405 | </if> |
406 | 406 | <else> |
407 | 407 | <names variable="translator"/> |
|
420 | 420 | <text variable="title" font-style="italic"/> |
421 | 421 | </else-if> |
422 | 422 | <else-if type="bill legislation" match="any"> |
423 | | - <text variable="title" form="short"/> |
| 423 | + <text variable="title" form="short" text-case="title"/> |
424 | 424 | </else-if> |
425 | 425 | <else-if variable="reviewed-author" type="review review-book" match="any"> |
426 | 426 | <text macro="format-short" prefix="[" suffix="]"/> |
427 | 427 | </else-if> |
428 | 428 | <else-if type="post post-weblog webpage" variable="container-title" match="any"> |
429 | | - <text variable="title" form="short" quotes="true"/> |
| 429 | + <text variable="title" form="short" text-case="title" quotes="true"/> |
430 | 430 | </else-if> |
431 | 431 | <else> |
432 | | - <text variable="title" form="short" font-style="italic"/> |
| 432 | + <text variable="title" form="short" text-case="title" font-style="italic"/> |
433 | 433 | </else> |
434 | 434 | </choose> |
435 | 435 | <text macro="format-short" prefix="[" suffix="]"/> |
|
691 | 691 | <!-- Delimiting by , rather than "of" to avoid incorrect grammar --> |
692 | 692 | <group delimiter=", "> |
693 | 693 | <text variable="genre" text-case="capitalize-first"/> |
694 | | - <text variable="title" form="short" font-style="italic"/> |
| 694 | + <text variable="title" form="short" text-case="title" font-style="italic"/> |
695 | 695 | </group> |
696 | 696 | </if> |
697 | 697 | <else> |
698 | 698 | <!-- This should be localized --> |
699 | 699 | <group delimiter=" "> |
700 | 700 | <text value="Review of"/> |
701 | | - <text variable="title" form="short" font-style="italic"/> |
| 701 | + <text variable="title" form="short" text-case="title" font-style="italic"/> |
702 | 702 | </group> |
703 | 703 | </else> |
704 | 704 | </choose> |
705 | 705 | </if> |
706 | 706 | <else> |
707 | | - <text variable="title" form="short" quotes="true"/> |
| 707 | + <text variable="title" form="short" text-case="title" quotes="true"/> |
708 | 708 | </else> |
709 | 709 | </choose> |
710 | 710 | </if> |
|
0 commit comments