Numeric CSL which includes page numbers in text citations?
                    I'm looking for a numeric CSL which includes page numbers in the in-text citations. For example, I'd like citations to appear as "[p10 1]" indicating page 10 in the first source. Does anyone know of a CSL matching this format?                
                            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.
 Upgrade Storage
 Upgrade Storage
See "Customizing Cites" here: https://www.zotero.org/support/word_processor_plugin_usage
To edit the elsevier-with-titles.csl replace the "layout" part of the "citation" section with this (lines 85...):
<layout prefix="[" suffix="]" delimiter=","><group>
<label variable="locator" form="short" strip-periods="true"/>
<text variable="locator"/>
</group>
<group delimiter=" ">
<text variable="citation-number"/>
</group>
</layout>
General instructions here: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step