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 :)
Sign In or Register to comment.