Help on modifying "newspaper article" field order + suffix from a base style

Hi,

I am trying to adapt the item "newspaper article" into CSL. The issue is that my base-style seems to put under same rules <"article-newspaper article-magazine article-journal" match="any">. And since I need to modify just "newspaper article", I don't know how to begin...

The style is available here=> http://pastebin.com/GR9NJnWu

So, I need to proceed just with an adaptation of "newspaper article" item, considering (the dots and commas are suffix and are expected to be automatically inserted when generating bibliography):

From=> Author | Title | Publication | Pages | Date

To=> Author. | Title. | Publication, | Place, | Date. | Section, | Pages.

Note that the fields "Place" and "Section" are missing in "from" and both will need to be insert in "to".

Thanks in advance for help!!!
  • the basic idea is to just use
    <else-if type="article-newspaper">
    in a separate node.
Sign In or Register to comment.