Change Font of Cite Style "Natur und Landschaft"

Hi.
How can I change the font of the cite style "Natur und Landschaft"?
I also want to add the total number of pages in the source index for each quote.
Moreover i want to indent the second line of the quote in the source index.
I also want to add in the quote in the source index "Online:" before the website link and at the end the date when I downloaded the link.

Thank you very much in advance.
  • edited February 8, 2023
    The font is handled by Word (or your word processor of choice) and has nothing to do with the citation style.

    You'd need to modify the citation style.
    You can add:
    <group delimiter=" ">
    <number variable="number-of-pages"/>
    <label variable="number-of-pages" form="short"/>
    </group>


    wherever you need it.

    For the "Online:" you find the part that starts with <else-if type="webpage post-weblog... and add:
    <text term="online" text-case="capitalize-first"/> where you want it.

    General instructions:
    https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Sign In or Register to comment.