Adding in-text citation page numbers with delimiter " : " seperated

I wish to view pages numbers within in-text citations delimiter " : " seperated using the American Psychological Association, Sixth Edition. I need it to be this style in particular because it is the independent style on which a style I am using is based.
citation example: (Adam, 2003:12)
I have referred to the step by step guide to editing style and CSL specification on the zotero website, but cannot see any guidance on adding pages numbers to citations. Can anyone help with the code I need for this?
  • <layout prefix="(" suffix=")" delimiter="; ">
    <group delimiter=":">
    <group delimiter=", ">
    <text macro="author-short"/>
    <text macro="issued-year"/>
    </group>
    <text variable="locator"/>
    </group>
    </layout>
  • Thank you. its work :)

This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.

Sign In or Register to comment.