<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="de-DE">
  <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
  <info>
    <title>Zeitschrift für deutsche Philologie (Deutsch)</title>
    <title-short>ZfdPh</title-short>
    <id>http://www.zotero.org/styles/zeitschrift-fur-deutsche-philologie</id>
    <link href="http://www.zotero.org/styles/zeitschrift-fur-deutsche-philologie" rel="self"/>
    <link href="http://www.zotero.org/styles/kritische-ausgabe" rel="template"/>
    <link href="http://www.esv.info/download/zeitschriften/ZfdPh/autorenhinweise.pdf" rel="documentation"/>
    <link href="http://www.zfdphdigital.de/inhalt.html" rel="documentation"/>
    <author>
      <name>Philipp Zumstein</name>
    </author>
    <contributor>
      <name>Yannik Herbst</name>
      <email>yannik.herbst@uni-wuerzburg.de</email>
      <uri>https://www.uni-wuerzburg.de/zpd/zentrum/team/herbst-yannik/</uri>
    </contributor>
    <category citation-format="note"/>
    <category field="humanities"/>
    <category field="literature"/>
    <issn>0044-2496</issn>
    <eissn>1865-2018</eissn>
    <summary>Zitierstil der Zeitschrift für Deutsche Philologie des Erich Schmidt Verlags</summary>
    <updated>2024-03-16T19:14:28+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="editor" form="verb-short">hg. v.</term>
      <term name="editor" form="verb-short">Hrsg. v.</term>
      <term name="translator" form="verb-short">Übers. v.</term>
      <term name="editortranslator" form="verb-short">Hrsg. &amp; übers. von</term>
      <term name="editor" form="short">
        <single>(Hg.)</single>
        <multiple>(Hgg.)</multiple>
      </term>
    </terms>
  </locale>
  <macro name="author">
    <names variable="author">
      <name delimiter-precedes-last="always"/>
    </names>
  </macro>
  <macro name="container-title">
    <group delimiter=": ">
      <text term="in" text-case="lowercase"/>
      <choose>
        <if type="entry-encyclopedia" match="all" variable="author editor">
          <text value="Ders./Dies."/>
        </if>
      </choose>
      <text variable="container-title"/>
    </group>
  </macro>
  <macro name="editor">
    <choose>
      <if type="entry-encyclopedia" match="all" variable="author editor"/>
      <else>
        <names variable="editor translator" delimiter=", ">
          <label form="verb-short" text-case="lowercase" suffix=" "/>
          <name delimiter-precedes-last="always"/>
        </names>
      </else>
    </choose>
  </macro>
  <macro name="volume-for-books">
    <choose>
      <if variable="volume">
        <group delimiter=" ">
          <text term="volume" form="short" text-case="capitalize-first"/>
          <number text-case="capitalize-first" variable="volume"/>
        </group>
      </if>
      <else>
        <group>
          <number variable="number-of-volumes" form="numeric"/>
          <text term="volume" form="short" prefix=" " plural="true"/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="point-locators-subsequent">
    <label variable="locator" form="short"/>
    <text variable="locator" prefix=" "/>
  </macro>
  <macro name="point-locators">
    <choose>
      <if variable="page">
        <label variable="locator" form="short" prefix="hier: "/>
        <text variable="locator" prefix=" "/>
      </if>
      <else>
        <label variable="locator" form="short"/>
        <text variable="locator" prefix=" "/>
      </else>
    </choose>
  </macro>
  <macro name="pages">
    <label variable="page" text-case="capitalize-first" form="short"/>
    <text variable="page" prefix=" "/>
  </macro>
  <macro name="edition-if-unveraendert">
    <choose>
      <if match="any" is-numeric="edition">
        <text variable="edition"/>
      </if>
    </choose>
  </macro>
  <macro name="edition-if-not-unveraendert">
    <choose>
      <if match="none" is-numeric="edition">
        <text variable="edition"/>
      </if>
    </choose>
  </macro>
  <macro name="author-short">
    <names variable="author">
      <name form="short"/>
    </names>
  </macro>
  <macro name="serie-with-number">
    <group delimiter=" ">
      <text variable="collection-title"/>
      <text variable="collection-number"/>
    </group>
  </macro>
  <macro name="url-with-date">
    <group delimiter=" ">
      <text variable="URL"/>
      <date form="numeric" variable="accessed" prefix="[" suffix="]"/>
    </group>
  </macro>
  <citation et-al-min="4" et-al-use-first="3" disambiguate-add-names="true">
    <layout delimiter="; " suffix=".">
      <choose>
        <if position="ibid-with-locator">
          <group delimiter=", ">
            <text term="ibid"/>
            <text macro="point-locators-subsequent"/>
          </group>
        </if>
        <else-if position="ibid">
          <text term="ibid"/>
        </else-if>
        <else-if position="subsequent">
          <text macro="author-short"/>
          <text variable="first-reference-note-number" prefix=" [Anm. " suffix="]"/>
          <text macro="point-locators-subsequent" prefix=", "/>
        </else-if>
        <else>
          <group delimiter=", ">
            <group delimiter=": ">
              <text macro="author"/>
              <text variable="title"/>
            </group>
            <text macro="container-title"/>
            <choose>
              <if type="article article-journal article-magazine article-newspaper" match="any">
                <group delimiter=",">
                  <text variable="volume" prefix=" "/>
                  <text variable="issue"/>
                </group>
                <date variable="issued">
                  <date-part name="year"/>
                </date>
              </if>
              <else>
                <text macro="editor"/>
                <text macro="volume-for-books"/>
                <text macro="edition-if-not-unveraendert"/>
                <group delimiter=" ">
                  <text variable="publisher-place"/>
                  <group>
                    <text macro="edition-if-unveraendert" vertical-align="sup"/>
                    <date variable="issued">
                      <date-part name="year"/>
                    </date>
                  </group>
                  <text macro="serie-with-number" prefix="(" suffix=")"/>
                </group>
              </else>
            </choose>
            <text macro="pages"/>
            <text macro="point-locators"/>
            <text macro="url-with-date"/>
          </group>
        </else>
      </choose>
    </layout>
  </citation>
  <bibliography subsequent-author-substitute="&#8212;&#8212;&#8212;" entry-spacing="0" hanging-indent="true">
    <sort>
      <key macro="author"/>
      <key variable="issued"/>
    </sort>
    <layout suffix=".">
      <group delimiter=" ">
        <names variable="author" delimiter=", ">
          <name delimiter="; " name-as-sort-order="all"/>
          <substitute>
            <names variable="editor">
              <name delimiter="; " et-al-min="3" et-al-use-first="1" name-as-sort-order="all"/>
              <label form="short" prefix=" " suffix=":"/>
            </names>
          </substitute>
        </names>
        <choose>
          <if match="any" variable="author">
            <date date-parts="year" form="text" variable="issued" prefix="(" suffix="):">
              <date-part name="year"/>
            </date>
          </if>
        </choose>
        <group delimiter=", ">
          <text variable="title"/>
          <text macro="container-title"/>
          <choose>
            <if type="article article-journal article-magazine article-newspaper" match="any">
              <group delimiter=",">
                <text variable="volume" prefix=" "/>
                <text variable="issue"/>
              </group>
              <date variable="issued">
                <date-part name="year"/>
              </date>
            </if>
            <else>
              <text macro="editor"/>
              <text macro="volume-for-books"/>
              <text macro="edition-if-not-unveraendert"/>
              <group delimiter=" ">
                <text variable="publisher-place"/>
                <group>
                  <text macro="edition-if-unveraendert" vertical-align="sup"/>
                  <date variable="issued">
                    <date-part name="year"/>
                  </date>
                </group>
                <text macro="serie-with-number"/>
              </group>
            </else>
          </choose>
          <text macro="pages"/>
          <text macro="point-locators"/>
          <text macro="url-with-date"/>
        </group>
      </group>
    </layout>
  </bibliography>
</style>
