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

From MPDLMediaWiki
Jump to navigation Jump to search
Line 9: Line 9:
!Comment / Condition
!Comment / Condition
|-
|-
| %A (Author) / Authro
| %A (Author) / Author
| Creator.CompleteName
| Creator.Person.CompleteName
| -
| set Creator.CreatorType to "Person"; set Creator.CreatorRole to "Author"
| if %0 = Book
| if %0 = Book
|-
|-
Line 30: Line 30:
|-
|-
| %E (Editor/Secondary Author) / Series Editor
| %E (Editor/Secondary Author) / Series Editor
| Source.Creator.CompleteName
| Source.Creator.Person.CompleteName
| set Creator.CreatorType to "Person"; set Creator.CreatorRole to "Editor"
| if %0 = Book
|-
| %F (Label) / Label
| -
| -
| if %0 = Book
|-
| %G (Language) / Language
| Language
| -
| if %0 = Book
|-
| %H (Translated Author) / Translated Author
| Creator.Person.AlternativeName
| -
| -
| if %0 = Book
| if %0 = Book
|-
|-
|}
|}

Revision as of 12:25, 15 September 2009

draft:

Mapping of EndNote Standard Entries[edit]

EndNote field PubMan field additional settings Comment / Condition
%A (Author) / Author Creator.Person.CompleteName set Creator.CreatorType to "Person"; set Creator.CreatorRole to "Author" 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.Person.CompleteName set Creator.CreatorType to "Person"; set Creator.CreatorRole to "Editor" if %0 = Book
%F (Label) / Label - - if %0 = Book
%G (Language) / Language Language - if %0 = Book
%H (Translated Author) / Translated Author Creator.Person.AlternativeName - if %0 = Book