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