Page numbers not visible in the text

My school demands using Vancouver brackets version. Otherwise it works very well but it won't show page numbers in text. I can see the page number in Zotero citation but not in the text. It shows the citation [2] correctly but not the way it should be. School demands page numbers also so it should be shown [2, p. 11] style
I would also even better if I could to make it show page number with Finnish abbreviation. Page is translated as sivu in Finnish and abbreviation is just s. letter. So should look like [2, s. 11] in Finnish text
https://s3.amazonaws.com/zotero.org/images/forums/u12299659/h8ocwxbihc5nhyfgj7p7.png
  • Assuming you're using the "Vancouver (brackets)" style.

    Replace the "citation" section as follows:
    <citation collapse="citation-number">
    <sort>
    <key variable="citation-number"/>
    </sort>
    <layout prefix="[" suffix="]" delimiter=",">
    <group delimiter=", ">
    <text variable="citation-number"/>
    <group delimiter=" ">
    <label variable="locator" form="short"/>
    <text variable="locator"/>
    </group>
    </group>
    </layout>
    </citation>


    You'll want to follow the guide like this and edit the ID and self link, otherwise your style will get overwritten: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Sign In or Register to comment.