google-code-backups / proveit-js

Automatically exported from code.google.com/p/proveit-js
0 stars 0 forks source link

Add support for cite quick #158

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Visit 
https://en.wikipedia.org/w/index.php?title=Barack_Obama&action=edit&editintro=Te
mplate:BLP_editintro
2. Find <ref name="maraniss">
3. Edit it

Expected result:
field "Author"

Actual result:
field "news|author"

Wikitext source:

<ref name="maraniss">{{cite quick |news|date=August 24, 20080|author=Maraniss, 
David|title=Though Obama had to leave to find himself, it is Hawaii that made 
his rise possible|newspaper=The Washington 
Post|page=A22|url=http://www.washingtonpost.com/wp-dyn/content/article/2008/08/2
3/AR2008082301620.html|accessdate=October 28, 2008}}</ref>

Additional information:

When I rearranged the parameters it turns out that it always the one right 
after "news|" for which the label is broken, presumably due to a the parameter 
parser not covering for the concept of numbered parameters, looking only for 
"|=" instead of "|" (optionally with =), thus sees "news|author" as the key 
instead of "author".

Original issue reported on code.google.com by krinklemail@gmail.com on 13 Dec 2012 at 5:03

GoogleCodeExporter commented 8 years ago
cite quick is not yet supported, but it will be considered for the future.

Original comment by matthew....@gatech.edu on 13 Dec 2012 at 5:18