volume after serial

hello
how to get the volume number after the "Reihe" (English: serial?) of book citations?

https://gist.github.com/3916943

Thanks a lot for all help!
  • BROGGI, M.F. 1997: Wo ist Wildnis nötig und sinnvoll? In: Wildnis - ein neues Leitbild? Laufener Seminarbeiträge 1/97. Laufen/Salzach: Bayerische Akademie für Naturschutz und Landschaftspflege, S. 87–92.

    instead of BROGGI, M.F. 1997: Wo ist Wildnis nötig und sinnvoll? In: Wildnis - ein neues Leitbild? Laufener Seminarbeiträge. Laufen/Salzach: Bayerische Akademie für Naturschutz und Landschaftspflege, S. 87–92.
  • Change l. 158
    <text variable="collection-title" suffix="."/>

    to
    <group suffix="." delimiter=" ">
    <text variable="collection-title"/>
    <text variable="volume"/>
    </group>
  • Perfect!
    Thank you very much - looks better now!
Sign In or Register to comment.