unify publisher and published join symbol for all types
This commit is contained in:
@@ -160,25 +160,24 @@
|
|||||||
<choose>
|
<choose>
|
||||||
<if type="book">
|
<if type="book">
|
||||||
<text macro="numbering-paging" suffix=". "/>
|
<text macro="numbering-paging" suffix=". "/>
|
||||||
<text macro="publisher"/>
|
|
||||||
<choose>
|
|
||||||
<if variable="issued" match="any">
|
|
||||||
<text value=", "/>
|
|
||||||
</if>
|
|
||||||
<else>
|
|
||||||
<text value=". "/>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
</if>
|
</if>
|
||||||
<else-if type="article-journal article-magazine article-newspaper post-weblog webpage" match="any">
|
<else-if type="article-journal article-magazine article-newspaper post-weblog webpage" match="any">
|
||||||
<text macro="format" suffix=". "/>
|
<text macro="format" suffix=". "/>
|
||||||
<text macro="published-in" suffix=". "/>
|
<text macro="published-in" suffix=". "/>
|
||||||
<text macro="publisher" suffix=". "/>
|
|
||||||
</else-if>
|
</else-if>
|
||||||
<else>
|
<else>
|
||||||
<text value=" TODO "/>
|
<text value=" TODO "/>
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
|
<text macro="publisher"/>
|
||||||
|
<choose>
|
||||||
|
<if variable="issued" match="any">
|
||||||
|
<text value=", "/>
|
||||||
|
</if>
|
||||||
|
<else>
|
||||||
|
<text value=". "/>
|
||||||
|
</else>
|
||||||
|
</choose>
|
||||||
<text macro="published" suffix=". "/>
|
<text macro="published" suffix=". "/>
|
||||||
<text macro="id" suffix=". "/>
|
<text macro="id" suffix=". "/>
|
||||||
<text macro="accessed"/>
|
<text macro="accessed"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user