condition_LocatorIsFalse.json 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": [
  6. [
  7. {
  8. "id": "ITEM-1",
  9. "locator": "1"
  10. },
  11. {
  12. "id": "ITEM-2"
  13. }
  14. ]
  15. ],
  16. "citations": false,
  17. "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><citation>\n <layout delimiter=\"; \">\n\t <text variable=\"title\" suffix=\": \"/>\n <choose>\n <if variable=\"locator\">\n <text value=\"(1) Locator true\"/>\n </if>\n <else>\n <text value=\"(1) Locator false\"/>\n </else>\n </choose>\n <choose>\n <if variable=\"locator\" match=\"none\">\n <text value=\" (2) Locator false\"/>\n </if>\n <else>\n <text value=\" (2) Locator true\"/>\n </else>\n </choose>\n </layout></citation></style>",
  18. "input": [
  19. {
  20. "id": "ITEM-1",
  21. "title": "Book One",
  22. "type": "book"
  23. },
  24. {
  25. "id": "ITEM-2",
  26. "title": "Book Two",
  27. "type": "book"
  28. }
  29. ],
  30. "mode": "citation",
  31. "result": "Book One: (1) Locator true (2) Locator true; Book Two: (1) Locator false (2) Locator false"
  32. }