Module talk:Citation/CS1: Difference between revisions

Content deleted Content added
Empty url=: stop heading from falsely looking like it's broken
Line 269:
 
}}
 
== Issues in cite conference and corresponding citation ==
 
The {{tl|citation}} template
:<nowiki>{{citation
| last1 = Alon | first1 = N. | author1-link = Noga Alon
| last2 = Caro | first2 = Y.
| contribution = On the number of subgraphs of prescribed type of planar graphs with a given number of vertices
| editor1-last = Rosenfeld | editor1-first = M.
| editor2-last = Zaks | editor2-first = J.
| isbn = 978-0-444-86571-7
| mr = 0791009
| pages = 25–36
| publisher = Elsevier
| series = Annals of Discrete Mathematics 20, North-Holland Mathematical Studies 87
| title = Convexity and Graph Theory: proceedings of the Conference on Convexity and Graph Theory, Israel, March 1981
| year = 1984}}</nowiki>
produces
:{{citation
| last1 = Alon | first1 = N. | author1-link = Noga Alon
| last2 = Caro | first2 = Y.
| contribution = On the number of subgraphs of prescribed type of planar graphs with a given number of vertices
| editor1-last = Rosenfeld | editor1-first = M.
| editor2-last = Zaks | editor2-first = J.
| isbn = 978-0-444-86571-7
| mr = 0791009
| pages = 25–36
| publisher = Elsevier
| series = Annals of Discrete Mathematics 20, North-Holland Mathematical Studies 87
| title = Convexity and Graph Theory: proceedings of the Conference on Convexity and Graph Theory, Israel, March 1981
| year = 1984}}
When I try {{tl|citation/lua}} instead, as
:{{citation/lua
| last1 = Alon | first1 = N. | author1-link = Noga Alon
| last2 = Caro | first2 = Y.
| contribution = On the number of subgraphs of prescribed type of planar graphs with a given number of vertices
| editor1-last = Rosenfeld | editor1-first = M.
| editor2-last = Zaks | editor2-first = J.
| isbn = 978-0-444-86571-7
| mr = 0791009
| pages = 25–36
| publisher = Elsevier
| series = Annals of Discrete Mathematics 20, North-Holland Mathematical Studies 87
| title = Convexity and Graph Theory: proceedings of the Conference on Convexity and Graph Theory, Israel, March 1981
| year = 1984}}
I see two severe problems: the {{para|contribution}} (the title of the paper) is entirely missing, and the semicolon separating the editor name is missing. As more minor issues, although you have fixed many of the dots already (thanks!) there is still one between the page numbers and ISBN, and the commas after the publisher and between the ISBN and MR are missing. By the way, the {{tl|cite conference}} version of this citation,
:{{cite conference
| last1 = Alon | first1 = N. | author1-link = Noga Alon
| last2 = Caro | first2 = Y.
| title = On the number of subgraphs of prescribed type of planar graphs with a given number of vertices
| editor1-last = Rosenfeld | editor1-first = M.
| editor2-last = Zaks | editor2-first = J.
| isbn = 978-0-444-86571-7
| mr = 0791009
| pages = 25–36
| publisher = Elsevier
| series = Annals of Discrete Mathematics 20, North-Holland Mathematical Studies 87
| booktitle = Convexity and Graph Theory: proceedings of the Conference on Convexity and Graph Theory, Israel, March 1981
| year = 1984}}
has long had a problem where the period after the editor initial is doubled. There doesn't seem to currently be a {{tl|cite conference/lua}} template, but when that one gets done I hope that it can fix this old bug. —[[User:David Eppstein|David Eppstein]] ([[User talk:David Eppstein|talk]]) 00:36, 21 February 2013 (UTC)