display archival data for artworks and reports
This commit is contained in:
parent
a0fa4ff072
commit
ec527223ec
1 changed files with 7 additions and 1 deletions
|
@ -461,12 +461,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 delimiter=". ">
|
||||||
<text variable="archive_location" text-case="title"/>
|
<text variable="archive_location" text-case="title"/>
|
||||||
<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 delimiter=". ">
|
||||||
|
<text variable="archive_location" text-case="title"/>
|
||||||
|
<text macro="archive"/>
|
||||||
|
</group>
|
||||||
|
</else-if>
|
||||||
</choose>
|
</choose>
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="page" match="none">
|
<if variable="page" match="none">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue