display support for archival info for artworks and reports in all chicago note styles
This commit is contained in:
parent
a67f6167e3
commit
5ebb4d1ad8
|
@ -338,12 +338,18 @@
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
|
<if type="graphic report" match="any">
|
||||||
<group prefix=", " delimiter=", ">
|
<group prefix=", " delimiter=", ">
|
||||||
<text variable="archive_location"/>
|
<text variable="archive_location"/>
|
||||||
<text macro="archive"/>
|
<text macro="archive"/>
|
||||||
</group>
|
</group>
|
||||||
</if>
|
</if>
|
||||||
|
<else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
|
||||||
|
<group prefix=", " delimiter=", ">
|
||||||
|
<text variable="archive_location"/>
|
||||||
|
<text macro="archive"/>
|
||||||
|
</group>
|
||||||
|
</else-if>
|
||||||
</choose>
|
</choose>
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="page" match="none">
|
<if variable="page" match="none">
|
||||||
|
|
|
@ -292,12 +292,18 @@
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
|
<if type="graphic report" match="any">
|
||||||
<group delimiter=". ">
|
<group prefix=", " delimiter=", ">
|
||||||
<text variable="archive_location" text-case="title"/>
|
<text variable="archive_location"/>
|
||||||
<text macro="archive"/>
|
<text macro="archive"/>
|
||||||
</group>
|
</group>
|
||||||
</if>
|
</if>
|
||||||
|
<else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none">
|
||||||
|
<group prefix=", " delimiter=", ">
|
||||||
|
<text variable="archive_location"/>
|
||||||
|
<text macro="archive"/>
|
||||||
|
</group>
|
||||||
|
</else-if>
|
||||||
</choose>
|
</choose>
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="page" match="none">
|
<if variable="page" match="none">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user