<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note">
  <!-- Polyglot; journal publishes in German and English -->
  <info>
    <title>Zeitschrift für Theologie und Philosophie</title>
    <title-short>ZTP</title-short>
    <id>http://www.zotero.org/styles/zeitschrift-fur-theologie-und-philosophie</id>
    <link href="http://www.zotero.org/styles/zeitschrift-fur-theologie-und-philosophie" rel="self"/>
    <link href="http://www.zotero.org/styles/theologie-und-philosophie" rel="template"/>
    <link href="https://ztp.jesuiten.org/" rel="documentation"/>
    <link href="https://ztp.jesuiten.org/index.php/ZTP/libraryFiles/downloadPublic/11" rel="documentation"/>
    <author>
      <name>Bernhard Knorn SJ</name>
      <uri>https://orcid.org/0000-0003-3632-8123</uri>
    </author>
    <category citation-format="note"/>
    <category field="theology"/>
    <category field="philosophy"/>
    <issn>2709-8427</issn>
    <summary>English and German full note style for Zeitschrift für Theologie und Philosophie (ZTP).</summary>
    <updated>2025-08-15T11:52:34+00:00</updated>
    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  </info>
  <locale xml:lang="de">
    <terms>
      <term name="accessed">Stand</term>
      <term name="editor" form="short">Hg.</term>
      <term name="editor" form="verb-short">hg. von</term>
      <term name="translator" form="verb-short">übers. von</term>
      <term name="editortranslator" form="verb-short">hg. und übers. von</term>
      <term name="et-al">u.&#8239;a.</term>
      <term name="reviewed-author">Rez.</term>
      <term name="folio" form="short">fol.</term>
      <term name="note" form="short">Anm.</term>
      <term name="at">hier</term>
    </terms>
  </locale>
  <locale xml:lang="en">
    <terms>
      <term name="accessed"/>
      <term name="editortranslator" form="verb-short">ed. and trans. by</term>
      <term name="reviewed-author">Review of</term>
    </terms>
  </locale>
  <macro name="author-inv">
    <names variable="author">
      <name name-as-sort-order="all" sort-separator=", " delimiter=" / "/>
      <label form="short" prefix=" (" suffix=")"/>
      <substitute>
        <names variable="editor"/>
      </substitute>
    </names>
  </macro>
  <macro name="author-long">
    <names variable="author">
      <name delimiter=" / "/>
      <label form="short" prefix=" (" suffix=")"/>
      <et-al font-variant="normal"/>
      <substitute>
        <names variable="editor"/>
      </substitute>
    </names>
  </macro>
  <macro name="author-short">
    <names variable="author">
      <name form="short" delimiter="/"/>
      <label form="short" prefix=" (" suffix=")"/>
      <et-al font-variant="normal"/>
      <substitute>
        <names variable="editor"/>
      </substitute>
    </names>
  </macro>
  <macro name="translator">
    <names variable="translator">
      <label form="verb-short" suffix=" "/>
      <name delimiter-precedes-last="never" and="text"/>
    </names>
  </macro>
  <macro name="editor-transl">
    <names variable="editor translator" delimiter=", ">
      <label form="verb-short" suffix=" "/>
      <name delimiter-precedes-last="never" and="text"/>
    </names>
  </macro>
  <macro name="title">
    <choose>
      <if variable="reviewed-author">
        <text term="reviewed-author" suffix=" "/>
        <names variable="reviewed-author" suffix=", ">
          <name initialize-with=". " font-style="italic" delimiter=" / "/>
        </names>
      </if>
    </choose>
    <text variable="title" font-style="italic"/>
  </macro>
  <macro name="date">
    <choose>
      <if variable="issued">
        <date variable="issued" form="numeric"/>
      </if>
      <else>
        <date variable="accessed" form="numeric"/>
      </else>
    </choose>
  </macro>
  <macro name="year-date">
    <choose>
      <if is-uncertain-date="issued">
        <text term="circa" form="short" suffix=" "/>
      </if>
    </choose>
    <choose>
      <if variable="issued">
        <date variable="issued">
          <date-part name="year"/>
        </date>
      </if>
      <else>
        <text term="no date" form="short"/>
      </else>
    </choose>
  </macro>
  <macro name="original-date">
    <choose>
      <if type="post-weblog webpage" match="any">
        <date variable="issued" form="numeric" prefix=" (" suffix=")"/>
      </if>
      <else>
        <group delimiter=" " prefix=" [" suffix="]">
          <choose>
            <if is-uncertain-date="original-date">
              <text term="circa" form="short"/>
            </if>
          </choose>
          <date variable="original-date" form="text"/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="volume">
    <choose>
      <if variable="volume" match="none">
        <group delimiter=" ">
          <number variable="number-of-volumes" form="numeric"/>
          <text term="volume" form="short" plural="true"/>
        </group>
      </if>
      <else-if is-numeric="volume">
        <group>
          <label variable="volume" form="short" suffix=" "/>
          <text variable="volume"/>
        </group>
      </else-if>
      <else>
        <text variable="volume"/>
      </else>
    </choose>
  </macro>
  <macro name="access-note">
    <choose>
      <if type="article-journal book chapter entry-encyclopedia entry-dictionary" match="any">
        <text variable="DOI" prefix=", DOI: "/>
      </if>
      <else-if type="manuscript speech post-weblog webpage" match="any">
        <text variable="URL" prefix=", "/>
        <group prefix=", ">
          <text term="accessed" suffix=": "/>
          <date variable="accessed" form="numeric"/>
        </group>
      </else-if>
    </choose>
  </macro>
  <macro name="point-locators">
    <choose>
      <if variable="locator">
        <group delimiter=" " prefix=", ">
          <choose>
            <if type="article-journal article-magazine article-newspaper chapter entry-encyclopedia entry-dictionary" match="any">
              <text term="at" suffix=" "/>
            </if>
          </choose>
          <choose>
            <if locator="page" match="none">
              <label variable="locator" form="symbol"/>
            </if>
          </choose>
          <text variable="locator"/>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="point-locators-subsequent">
    <choose>
      <if variable="locator">
        <choose>
          <if type="book">
            <choose>
              <if is-numeric="volume">
                <number variable="volume" form="roman" text-case="uppercase" prefix=" "/>
              </if>
            </choose>
          </if>
        </choose>
        <group delimiter=" " prefix=", ">
          <choose>
            <if locator="page" match="none">
              <label variable="locator" form="symbol"/>
            </if>
          </choose>
          <text variable="locator"/>
        </group>
      </if>
    </choose>
  </macro>
  <macro name="point-locators-subsequent-ibid">
    <choose>
      <if variable="locator">
        <choose>
          <if type="book">
            <choose>
              <if is-numeric="volume">
                <number variable="volume" form="roman" text-case="uppercase" prefix=", "/>
              </if>
            </choose>
          </if>
        </choose>
        <group delimiter=" " prefix=", ">
          <choose>
            <if locator="page" match="none">
              <label variable="locator" form="symbol"/>
            </if>
          </choose>
          <text variable="locator"/>
        </group>
      </if>
    </choose>
  </macro>
  <citation et-al-min="4" et-al-use-first="1" delimiter-precedes-et-al="never">
    <layout suffix="." delimiter="; ">
      <choose>
        <if position="ibid-with-locator">
          <group delimiter="">
            <text term="ibid"/>
            <text macro="point-locators-subsequent-ibid"/>
          </group>
        </if>
        <else-if position="ibid">
          <text term="ibid"/>
        </else-if>
        <else-if position="subsequent">
          <text macro="author-short" suffix=", "/>
          <text variable="title" form="short" font-style="italic"/>
          <text macro="point-locators-subsequent"/>
        </else-if>
        <else>
          <text macro="author-long" suffix=", "/>
          <text macro="title"/>
          <text macro="original-date"/>
          <choose>
            <if type="article-newspaper article-magazine chapter manuscript speech post-weblog webpage" match="any">
              <text macro="translator" prefix=", "/>
            </if>
            <else-if type="article-journal entry-dictionary entry-encyclopedia" match="any">
              <text macro="editor-transl" prefix=", "/>
              <text term="in" prefix=", " suffix=": "/>
              <text variable="container-title" form="short"/>
            </else-if>
          </choose>
          <choose>
            <if type="article-newspaper article-magazine speech post-weblog webpage" match="any">
              <group prefix=", " delimiter=": ">
                <text term="in"/>
                <text variable="container-title"/>
              </group>
            </if>
          </choose>
          <choose>
            <if type="webpage post-weblog" match="any">
              <text variable="genre" prefix=". "/>
            </if>
            <else-if type="speech manuscript">
              <group prefix=". " delimiter=", ">
                <text variable="genre"/>
                <text variable="publisher-place"/>
                <date variable="issued" form="numeric"/>
              </group>
              <group delimiter=", " prefix=". ">
                <text variable="archive"/>
                <text variable="archive_location"/>
              </group>
            </else-if>
            <else-if type="article-newspaper article-magazine" match="any">
              <text variable="publisher-place" prefix=" (" suffix=")"/>
              <group delimiter=" " prefix=", ">
                <label variable="issue" form="short"/>
                <text variable="issue"/>
              </group>
              <text macro="date" prefix=", "/>
              <text variable="section" prefix=", "/>
            </else-if>
            <else-if type="article-journal entry-encyclopedia entry-dictionary" match="any">
              <text variable="edition" vertical-align="sup"/>
              <text variable="volume" prefix=" "/>
              <text macro="year-date" prefix=" (" suffix=")"/>
            </else-if>
            <else-if type="chapter">
              <text term="in" prefix=", " suffix=": "/>
              <names variable="editor" suffix=", ">
                <name delimiter=" / "/>
                <label form="short" prefix=" (" suffix=")"/>
              </names>
              <text variable="container-title"/>
              <text macro="volume" prefix=", "/>
              <group delimiter=" " prefix=" (" suffix=")">
                <text variable="collection-title" form="short"/>
                <text variable="collection-number"/>
              </group>
              <text variable="publisher-place" prefix=", " suffix=" "/>
              <text variable="edition" vertical-align="sup"/>
              <text macro="year-date"/>
            </else-if>
            <else>
              <text macro="volume" prefix=", "/>
              <group delimiter=", " prefix=", ">
                <text macro="editor-transl"/>
                <text variable="annote"/>
                <!--Extra field = "annote: Einleitung von ..."-->
              </group>
              <group delimiter=" " prefix=" (" suffix=")">
                <text variable="genre"/>
                <text variable="collection-title" form="short"/>
                <text variable="collection-number"/>
              </group>
              <text variable="publisher-place" prefix=", " suffix=" "/>
              <text variable="edition" vertical-align="sup"/>
              <text macro="year-date"/>
            </else>
          </choose>
          <text variable="page" prefix=", "/>
          <choose>
            <if variable="DOI">
              <text macro="point-locators"/>
              <text macro="access-note"/>
            </if>
            <else>
              <text macro="access-note"/>
              <text macro="point-locators"/>
            </else>
          </choose>
        </else>
      </choose>
    </layout>
  </citation>
  <bibliography et-al-min="4" et-al-use-first="1" delimiter-precedes-et-al="never" subsequent-author-substitute="&#8212;" entry-spacing="0" hanging-indent="true">
    <sort>
      <key macro="author-inv"/>
      <key variable="title"/>
      <key variable="volume"/>
      <key macro="date"/>
    </sort>
    <layout suffix=".">
      <text macro="author-inv" suffix=", "/>
      <text macro="title"/>
      <text macro="original-date"/>
      <choose>
        <if type="webpage post-weblog speech manuscript article-newspaper article-magazine chapter" match="any">
          <text macro="translator" prefix=", "/>
        </if>
        <else-if type="article-journal entry-dictionary entry-encyclopedia" match="any">
          <text macro="editor-transl" prefix=", "/>
        </else-if>
      </choose>
      <choose>
        <if type="webpage post-weblog article-newspaper article-magazine article-journal entry-dictionary entry-encyclopedia" match="any">
          <group prefix=", " delimiter=": ">
            <text term="in"/>
            <text variable="container-title" form="short"/>
          </group>
        </if>
      </choose>
      <choose>
        <if type="webpage post-weblog" match="any">
          <text variable="genre" prefix=". "/>
        </if>
        <else-if type="speech manuscript">
          <group prefix=". " delimiter=", ">
            <text variable="genre"/>
            <text variable="publisher-place"/>
            <date variable="issued" form="numeric"/>
          </group>
          <group delimiter=", " prefix=". ">
            <text variable="archive"/>
            <text variable="archive_location"/>
          </group>
        </else-if>
        <else-if type="article-newspaper article-magazine" match="any">
          <text variable="publisher-place" prefix=" (" suffix=")"/>
          <group delimiter=" " prefix=", ">
            <label variable="issue" form="short"/>
            <text variable="issue"/>
          </group>
          <text macro="date" prefix=", "/>
          <text variable="section" prefix=", "/>
        </else-if>
        <else-if type="article-journal entry-dictionary entry-encyclopedia" match="any">
          <text variable="edition" vertical-align="sup"/>
          <text variable="volume" prefix=" "/>
          <text macro="year-date" prefix=" (" suffix=")"/>
        </else-if>
        <else-if type="chapter">
          <text term="in" prefix=", " suffix=": "/>
          <names variable="editor" suffix=": ">
            <name delimiter=" / "/>
            <label form="short" prefix=" (" suffix=")"/>
          </names>
          <text variable="container-title"/>
          <text macro="volume" prefix=", "/>
          <group delimiter=" " prefix=" (" suffix=")">
            <text variable="collection-title" form="short"/>
            <text variable="collection-number"/>
          </group>
          <text variable="publisher-place" prefix=", " suffix=" "/>
          <text variable="edition" vertical-align="sup"/>
          <text macro="year-date"/>
        </else-if>
        <else>
          <text macro="volume" prefix=", "/>
          <group delimiter=", " prefix=", ">
            <text macro="editor-transl"/>
            <text variable="annote"/>
          </group>
          <group delimiter=" " prefix=" (" suffix=")">
            <text variable="genre"/>
            <text variable="collection-title" form="short"/>
            <text variable="collection-number"/>
          </group>
          <text variable="publisher-place" prefix=", " suffix=" "/>
          <text variable="edition" vertical-align="sup"/>
          <text macro="year-date"/>
        </else>
      </choose>
      <text variable="page" prefix=", "/>
      <text macro="access-note"/>
    </layout>
  </bibliography>
</style>
