Insert collection-number
This commit is contained in:
parent
f3d82dd288
commit
970cae11ef
|
@ -88,8 +88,8 @@
|
||||||
<text variable="title" text-case="sentence" font-style="italic"/>
|
<text variable="title" text-case="sentence" font-style="italic"/>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" text-case="sentence" prefix="„"
|
<text variable="title" text-case="sentence" prefix="„"
|
||||||
suffix="”"/>
|
suffix="”"/>
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
</macro>
|
</macro>
|
||||||
|
@ -99,8 +99,8 @@
|
||||||
<text variable="title" text-case="sentence" font-style="italic" form="short"/>
|
<text variable="title" text-case="sentence" font-style="italic" form="short"/>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" text-case="sentence" prefix="„"
|
<text variable="title" text-case="sentence" prefix="„"
|
||||||
suffix="”" form="short"/>
|
suffix="”" form="short"/>
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
</macro>
|
</macro>
|
||||||
|
@ -196,7 +196,10 @@
|
||||||
<text variable="container-title" font-style="italic"/>
|
<text variable="container-title" font-style="italic"/>
|
||||||
</group>
|
</group>
|
||||||
<text variable="volume" prefix=" "/>
|
<text variable="volume" prefix=" "/>
|
||||||
<text variable="collection-title" prefix=" (=" suffix=")"/>
|
<group prefix=" (= " suffix=")" delimiter=" ">
|
||||||
|
<text variable="collection-title"/>
|
||||||
|
<text variable="collection-number"/>
|
||||||
|
</group>
|
||||||
</group>
|
</group>
|
||||||
<text variable="edition" prefix=", "/>
|
<text variable="edition" prefix=", "/>
|
||||||
<text macro="publisher" prefix=", "/>
|
<text macro="publisher" prefix=", "/>
|
||||||
|
@ -231,7 +234,10 @@
|
||||||
<else-if type="book">
|
<else-if type="book">
|
||||||
<group>
|
<group>
|
||||||
<text variable="volume" prefix=" "/>
|
<text variable="volume" prefix=" "/>
|
||||||
<text variable="collection-title" prefix=" (= " suffix=")"/>
|
<group prefix=" (= " suffix=")" delimiter=" ">
|
||||||
|
<text variable="collection-title"/>
|
||||||
|
<text variable="collection-number"/>
|
||||||
|
</group>
|
||||||
</group>
|
</group>
|
||||||
<text macro="translator" prefix=", "/>
|
<text macro="translator" prefix=", "/>
|
||||||
<text macro="editor" prefix=", "/>
|
<text macro="editor" prefix=", "/>
|
||||||
|
@ -279,7 +285,10 @@
|
||||||
<text variable="container-title" font-style="italic"/>
|
<text variable="container-title" font-style="italic"/>
|
||||||
</group>
|
</group>
|
||||||
<text variable="volume" prefix=" "/>
|
<text variable="volume" prefix=" "/>
|
||||||
<text variable="collection-title" prefix=" (= " suffix=")"/>
|
<group prefix=" (= " suffix=")" delimiter=" ">
|
||||||
|
<text variable="collection-title"/>
|
||||||
|
<text variable="collection-number"/>
|
||||||
|
</group>
|
||||||
</group>
|
</group>
|
||||||
<text variable="edition" prefix=", "/>
|
<text variable="edition" prefix=", "/>
|
||||||
<text macro="publisher" prefix=", "/>
|
<text macro="publisher" prefix=", "/>
|
||||||
|
@ -316,7 +325,10 @@
|
||||||
<else-if type="book">
|
<else-if type="book">
|
||||||
<group>
|
<group>
|
||||||
<text variable="volume" prefix=" "/>
|
<text variable="volume" prefix=" "/>
|
||||||
<text variable="collection-title" prefix=" (= " suffix=")"/>
|
<group prefix=" (= " suffix=")" delimiter=" ">
|
||||||
|
<text variable="collection-title"/>
|
||||||
|
<text variable="collection-number"/>
|
||||||
|
</group>
|
||||||
</group>
|
</group>
|
||||||
<text macro="translator" prefix=", "/>
|
<text macro="translator" prefix=", "/>
|
||||||
<text macro="editor" prefix=", "/>
|
<text macro="editor" prefix=", "/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user