Cite translator after article title in journal/magazine/newspaper articles
This commit is contained in:
parent
a903355d01
commit
cb6a8253fd
|
@ -23,6 +23,16 @@
|
||||||
<category term="note"/>
|
<category term="note"/>
|
||||||
<updated/>
|
<updated/>
|
||||||
</info>
|
</info>
|
||||||
|
<macro name="translator">
|
||||||
|
<choose>
|
||||||
|
<if variable="author editor" match="any">
|
||||||
|
<names variable="translator" delimiter=", ">
|
||||||
|
<label form="verb-short" prefix=" " text-case="lowercase" suffix=". "/>
|
||||||
|
<name and="text" delimiter=", "/>
|
||||||
|
</names>
|
||||||
|
</if>
|
||||||
|
</choose>
|
||||||
|
</macro>
|
||||||
<macro name="secondary-contributor">
|
<macro name="secondary-contributor">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<names variable="editor" delimiter=", ">
|
<names variable="editor" delimiter=", ">
|
||||||
|
@ -30,15 +40,19 @@
|
||||||
<name and="text" delimiter=", "/>
|
<name and="text" delimiter=", "/>
|
||||||
</names>
|
</names>
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="author editor" match="any">
|
<if type="article-journal article-magazine article-newspaper" match="none">
|
||||||
<names variable="translator" delimiter=", ">
|
<text macro="translator"/>
|
||||||
<label form="verb-short" prefix=" " text-case="lowercase" suffix=". "/>
|
|
||||||
<name and="text" delimiter=", "/>
|
|
||||||
</names>
|
|
||||||
</if>
|
</if>
|
||||||
</choose>
|
</choose>
|
||||||
</group>
|
</group>
|
||||||
</macro>
|
</macro>
|
||||||
|
<macro name="translator-article">
|
||||||
|
<choose>
|
||||||
|
<if type="article-journal article-magazine article-newspaper" match="any">
|
||||||
|
<text macro="translator"/>
|
||||||
|
</if>
|
||||||
|
</choose>
|
||||||
|
</macro>
|
||||||
<macro name="author">
|
<macro name="author">
|
||||||
<names variable="author">
|
<names variable="author">
|
||||||
<name and="text" sort-separator=", " delimiter=", "/>
|
<name and="text" sort-separator=", " delimiter=", "/>
|
||||||
|
@ -306,6 +320,7 @@
|
||||||
</group>
|
</group>
|
||||||
<text macro="title"/>
|
<text macro="title"/>
|
||||||
<text macro="description"/>
|
<text macro="description"/>
|
||||||
|
<text macro="translator-article"/>
|
||||||
<group>
|
<group>
|
||||||
<text macro="container-prefix"/>
|
<text macro="container-prefix"/>
|
||||||
<text variable="container-title" font-style="italic"/>
|
<text variable="container-title" font-style="italic"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user