trouble adding url to my style

I'm trying to add URL to the bibliography style but the URL is not showing.

I have the following in the csl file

<else>
<group delimiter=", ">
<text macro="title"/>
<text macro="author" prefix=" " suffix=", "/>
<text variable="container-title" font-style="italic"/>
<group delimiter=" ">
<text macro="year-date" prefix="(" suffix=")"/>
<text variable="volume" />
</group>
<text variable="page" form="short" suffix="."/>
</group>
<text variable="URL" prefix="direct link: " />
</else>

...but no URL appears when I use the preview pane. Why? Could you help, please?
  • by default, Zotero doesn't display URLs when an item has a page range. You can override that by checking the "include URL" checkbox in the
    cite---> styles tab of the Zotero perferences.
Sign In or Register to comment.