name_SubstituteInheritLabel.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": false,
  6. "citations": false,
  7. "csl": "<style \n xmlns=\"http://purl.org/net/xbiblio/csl\"\n class=\"note\"\n version=\"1.0\"><info>\n <id />\n <title />\n <updated>2009-08-10T04:49:00+09:00</updated></info><locale>\n <terms>\n <term name=\"et-al\">hello</term>\n </terms></locale><citation>\n <layout delimiter=\"; \" prefix=\"[\" suffix=\"]\">\n <names prefix=\"[X]\" variable=\"author\">\n <name />\n <label form=\"short\" prefix=\" (\" suffix=\".)\" font-style=\"italic\"/>\n <substitute>\n <names variable=\"editor\" />\n </substitute>\n </names>\n </layout></citation></style>",
  8. "input": [
  9. {
  10. "editor": [
  11. {
  12. "family": "Roe",
  13. "given": "Jane",
  14. "static-ordering": false
  15. }
  16. ],
  17. "id": "item-1",
  18. "issued": {
  19. "date-parts": [
  20. [
  21. "2000"
  22. ]
  23. ]
  24. },
  25. "title": "Her Anonymous Anthology",
  26. "type": "book"
  27. },
  28. {
  29. "author": [
  30. {
  31. "family": "Doe",
  32. "given": "John",
  33. "static-ordering": false
  34. }
  35. ],
  36. "id": "simple-western-name-1",
  37. "issued": {
  38. "date-parts": [
  39. [
  40. "1965",
  41. "6",
  42. "1"
  43. ]
  44. ]
  45. },
  46. "title": "His Anonymous Life",
  47. "type": "book"
  48. }
  49. ],
  50. "mode": "citation",
  51. "result": "[[X]Jane Roe (<i>ed.</i>); [X]John Doe]"
  52. }