<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="es-ES">
  <info>
    <title>Universidad Evangélica del Paraguay (Español)</title>
    <id>http://www.zotero.org/styles/universidad-evangelica-del-paraguay</id>
    <link href="http://www.zotero.org/styles/universidad-evangelica-del-paraguay" rel="self"/>
    <link href="http://www.universidadevangelica.edu.py/" rel="documentation"/>
    <author>
      <name>Marcelo Wall</name>
      <email>wa.marc@yahoo.com</email>
    </author>
    <category citation-format="author-date"/>
    <category field="theology"/>
    <updated>2021-02-11T04:03:08+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>
  <macro name="title">
    <choose>
      <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
        <text variable="title" font-style="italic" text-case="capitalize-first"/>
      </if>
      <else>
        <text variable="title" font-weight="normal"/>
      </else>
    </choose>
  </macro>
  <macro name="editor">
    <names variable="editor">
      <name name-as-sort-order="first" sort-separator=", " initialize-with=". " delimiter="; " and="text" delimiter-precedes-last="never">
        <name-part name="family" text-case="uppercase"/>
        <name-part name="given" text-case="uppercase"/>
      </name>
      <label form="short" prefix=" (" suffix=")" text-case="uppercase"/>
    </names>
  </macro>
  <macro name="translator">
    <names variable="translator">
      <name font-style="normal">
        <name-part name="family"/>
        <name-part name="given"/>
      </name>
    </names>
  </macro>
  <macro name="locators">
    <choose>
      <if type="article-journal article-magazine article-newspaper" match="any">
        <group delimiter=", ">
          <group>
            <choose>
              <if variable="volume">
                <text macro="volume" prefix="Año " suffix=", "/>
              </if>
              <else>
                <text value="s.d. "/>
              </else>
            </choose>
            <text variable="issue" prefix="N° "/>
          </group>
        </group>
      </if>
      <else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
        <group prefix=". " delimiter=", ">
          <text macro="edition"/>
          <group>
            <text variable="volume" prefix="v. "/>
          </group>
          <group>
            <text variable="page" prefix="p."/>
          </group>
        </group>
      </else-if>
    </choose>
  </macro>
  <macro name="publisher">
    <text variable="publisher"/>
    <choose>
      <if variable="publisher"/>
      <else>
        <text value="s.e."/>
      </else>
    </choose>
  </macro>
  <macro name="publisher-place">
    <choose>
      <if variable="publisher-place">
        <text variable="publisher-place" text-case="capitalize-first"/>
      </if>
      <else>
        <text value="s.l."/>
      </else>
    </choose>
  </macro>
  <macro name="access">
    <text variable="URL" prefix="&lt;" suffix="&gt; "/>
    <date variable="accessed" prefix="(" suffix=")">
      <date-part name="month" suffix=" de "/>
      <date-part name="year"/>
    </date>
  </macro>
  <macro name="edition">
    <choose>
      <if is-numeric="edition">
        <number variable="edition" form="ordinal"/>
        <text term="edition" form="short" prefix=" "/>
      </if>
    </choose>
  </macro>
  <macro name="volume">
    <text variable="volume"/>
  </macro>
  <macro name="author-short">
    <names variable="author">
      <name name-as-sort-order="first" sort-separator=", " initialize-with=". " delimiter="; " and="text" delimiter-precedes-last="never">
        <name-part name="family" text-case="uppercase"/>
        <name-part name="given" text-case="uppercase"/>
      </name>
      <label form="short" prefix=" (" suffix=")" text-case="uppercase"/>
    </names>
  </macro>
  <macro name="date">
    <choose>
      <if variable="issued">
        <date variable="issued">
          <date-part name="month"/>
        </date>
      </if>
      <else>
        <text value="s.d."/>
      </else>
    </choose>
  </macro>
  <macro name="year-date">
    <choose>
      <if variable="issued">
        <date variable="issued">
          <date-part name="year"/>
        </date>
      </if>
      <else>
        <text value="s.f."/>
      </else>
    </choose>
  </macro>
  <macro name="author-citation">
    <names variable="author">
      <name form="short" and="text" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
    </names>
  </macro>
  <citation et-al-min="4" et-al-use-first="1" collapse="year">
    <layout prefix="(" suffix=")" delimiter="; ">
      <choose>
        <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
          <group delimiter=": ">
            <group delimiter=", ">
              <text macro="author-citation"/>
              <text macro="year-date"/>
            </group>
            <text variable="locator"/>
          </group>
        </if>
        <else-if type="webpage">
          <text macro="author-citation"/>
          <text value="en línea" prefix=" [" suffix="], " text-case="capitalize-first"/>
          <date variable="accessed">
            <date-part name="year"/>
          </date>
        </else-if>
        <else>
          <group delimiter=": ">
            <group delimiter=", ">
              <text macro="author-citation"/>
              <text macro="year-date"/>
            </group>
            <text variable="locator"/>
          </group>
        </else>
      </choose>
    </layout>
  </citation>
  <bibliography hanging-indent="true" et-al-min="4" et-al-use-first="1" subsequent-author-substitute="_____">
    <sort>
      <key macro="author-short"/>
      <key variable="issue"/>
      <key variable="genre"/>
    </sort>
    <layout>
      <choose>
        <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
          <text macro="author-short" suffix=" "/>
          <text macro="year-date" prefix="(" suffix=")"/>
          <text macro="title" prefix=" " suffix=". "/>
          <text macro="translator" prefix="Traducido por " suffix=". "/>
          <text macro="edition" prefix="(" suffix=") "/>
          <text macro="editor" suffix=", "/>
          <text macro="publisher-place" suffix=", "/>
          <text macro="publisher" suffix="."/>
        </if>
        <else-if type="webpage">
          <text macro="author-short" suffix=" "/>
          <choose>
            <if variable="URL">
              <text value="en línea" prefix=" [" suffix="] " text-case="capitalize-first"/>
            </if>
          </choose>
          <text macro="title" font-style="italic" prefix=" " suffix=". "/>
          <text macro="access" suffix=". "/>
        </else-if>
        <else>
          <text macro="author-short" suffix=" "/>
          <text macro="year-date" prefix="(" suffix=")"/>
          <text macro="title" prefix=" &quot;" suffix="&quot;."/>
          <group prefix=" " delimiter=" ">
            <text term="in" text-case="capitalize-first"/>
            <text variable="container-title" font-style="italic" suffix="."/>
            <text macro="editor" suffix="."/>
            <text macro="locators" suffix=","/>
            <text macro="date" suffix="."/>
            <text variable="page" prefix="Págs. " suffix="."/>
            <group suffix=".">
              <text macro="publisher"/>
            </group>
          </group>
        </else>
      </choose>
    </layout>
  </bibliography>
</style>
