Last modified: 2011-05-25 18:52:46 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T31040, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29040 - BibTeX Citation help issue
BibTeX Citation help issue
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
Cite (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-18 17:40 UTC by Der Messer
Modified: 2011-05-25 18:52 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Der Messer 2011-05-18 17:40:48 UTC
If you use the citation help (like http://de.wikipedia.org/w/index.php?title=Spezial:Zitierhilfe&page=Liste_der_standardisierten_Ports&id=88754773), MediaWiki shows you the entry with ". This makes BibTeX to print every character in the sentence as a lowercase (excepted the first). It would be better to use double-{ instead of the ", then every character is displayed as it's defined in the BibTeX-entry. Also the field "url" isn't supported in every BibTeX version. The URL is better in the "note"-field.
== Now: ==
 @misc{ wiki:xxx,
   author = "Wikipedia",
   title = "Title",
   year = "2011",
   url = "URL",
   note = "[Online; Stand 18. Mai 2011]"
 }

== Would be better as: ==
 @misc{ wiki:xxx,
   author = {{Wikipedia}},
   title = {{Title}},
   year = {{2011}},
   note = "\url{<PLACE_URL_HERE>}; [Online; Stand 18. Mai 2011]"
 }

Thanks!
Comment 1 Der Messer 2011-05-18 17:42:38 UTC
Sorry, the "Would be better" section should be:

@misc{ wiki:xxx,
   author = {{Wikipedia}},
   title = {{Title}},
   year = {{2011}},
   note = {{\url{<PLACE_URL_HERE>}; [Online; Stand 18. Mai 2011]}}
 }
Comment 2 db [inactive,noenotif] 2011-05-25 18:52:46 UTC
That text is defined locally on the page [[:de:MediaWiki:Cite text]], any sysop from dewiki can change it.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links