>>== MODE ==>>
citation
<<== MODE ==<<


>>== ABBREVIATIONS ==>>
{
    "default": {
        "title": {
            "Waffle and Blurf": "!publisher,place>>>Waffle and Blurf"
        }
    }
}
<<== ABBREVIATIONS ==<<


>>== RESULT ==>>
Waffle and Blurf, 2000
<<== RESULT ==<<

>>===== CSL =====>>
<style 
      xmlns="http://purl.org/net/xbiblio/csl"
      class="note"
      version="1.0">
  <info>
    <id />
    <title />
    <updated>2009-08-10T04:49:00+09:00</updated>
  </info>
  <citation>
    <layout>
      <group delimiter=", ">
        <text variable="title" form="short"/>
        <choose>
          <if match="all" variable="publisher">
            <text variable="publisher-place"/>
            <text variable="publisher"/>
          </if>
        </choose>
        <date form="text" date-parts="year" variable="issued"/>
      </group>
    </layout>
  </citation>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "id": "ITEM-1", 
        "title": "Waffle and Blurf",
        "publisher": "Gnomatic & Sons",
        "place": "New York",
        "issued": {"date-parts":[[2000]]},
        "type": "book"
    }
]
<<===== INPUT =====<<
