Change in citation tag in APA style
Hi
i want to change APA style. I added layout tag for one other language in citation tag but encounter problem.
when add reference with no author name, all title from any references are hided.
can anybody help me ?
i want to change APA style. I added layout tag for one other language in citation tag but encounter problem.
when add reference with no author name, all title from any references are hided.
can anybody help me ?
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.
I uploaded my apa style in gist .
https://gist.github.com/anonymous/7626526
tanx
You can check the style using the CSL-m validator.
The most serious issues are:
(1) Lack of a default-locale attribute (line 2). If you want English to be an exceptional language, you should set the default locale on the style to another primary language (presumably Farsi, so "fa").
(2) The "version" attribute (line 2). This should be set to "1.1mlz1" to run the processor in CSL-m mode.
(3) The variable "locator2" (in several places). No variable by this name exists: use "locator" instead.
(4) Rendering the "authority" variable as a string (lines 349 and 714). In CSL-m, "authority" is a name variable that has only an institution name (although shows as an ordinary field in Zotero). Render this with a cs:names construct instead of cs:text.
(5) The "quran" type (lines 795 and 811). No such type exists in MLZ or Zotero, so these blocks will probably never render.
For reference, guidance notes on the differences between CSL-m and official CSL are available in a CSL-m Specification Supplement.