Difference between revisions of "User talk:Martin de la Iglesia"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 6: Line 6:
!EndNote field
!EndNote field
!PubMan field
!PubMan field
!additional settings
!Comment / Condition
!Comment / Condition
|-
|-
| %A (Author) / Authro
| %A (Author) / Authro
| Creator.CompleteName
| Creator.CompleteName
| -
| if %0 = Book
| if %0 = Book
|-
|-
| %B (Secondary Title) / Series Title
| %B (Secondary Title) / Series Title
| Source.Title; set Source.Genre to "Series"
| Source.Title
| set Source.Genre to "Series"
| if %0 = Book
| if %0 = Book
|-
|-
| %C (Place Published) / City
| %C (Place Published) / City
| PublishingInfo.Place
| PublishingInfo.Place
| -
| if %0 = Book
| if %0 = Book
|-
|-
| %D (Year) / Year
| %D (Year) / Year
| Date.Date; set Date.DateType to "created"
| Date.Date
| set Date.DateType to "created"
| if %0 = Book
| if %0 = Book
|-
|-
| %E (Editor/Secondary Author) / Series Editor
| %E (Editor/Secondary Author) / Series Editor
| Source.Creator.CompleteName
| Source.Creator.CompleteName
| -
| if %0 = Book
| if %0 = Book
|-
|-
|}
|}

Revision as of 12:12, 15 September 2009

draft:

Mapping of EndNote Standard Entries[edit]

EndNote field PubMan field additional settings Comment / Condition
%A (Author) / Authro Creator.CompleteName - if %0 = Book
%B (Secondary Title) / Series Title Source.Title set Source.Genre to "Series" if %0 = Book
%C (Place Published) / City PublishingInfo.Place - if %0 = Book
%D (Year) / Year Date.Date set Date.DateType to "created" if %0 = Book
%E (Editor/Secondary Author) / Series Editor Source.Creator.CompleteName - if %0 = Book