View text source at Wikipedia
![]() | This is an archive of past discussions about Help:Citation Style 1. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page. |
Archive 5 | ← | Archive 7 | Archive 8 | Archive 9 | Archive 10 | Archive 11 | → | Archive 15 |
Per this discussion, this discussion, and this discucssion, I have added a test that finds external wikilinks within the content of |title=
. I expect to add calls to this same test for |chapter=
and |website=
. Templates that fail the test are added to Category:CS1 errors: external links
{{cite book/new |title=[//example.com Title]}}
{{cite book/new |title=[http://example.com Title]}}
External wikilink with leading text:
{{cite book/new |title=Leading text [http://example.com Title]}}
External wikilink with trailing text:
{{cite book/new |title=[http://example.com Title] trailing text}}
External wikilink with leading and trailing text:
{{cite book/new |title=Leading text [http://example.com Title] trailing text}}
The external wikilink must be protocol relative or have valid scheme (uses much the same test as is newly implemented for url tests):
{{cite book/new |title=[8http://example.com Title]}}
The external wikilink must be complete:
{{cite book/new |title=[http://example.com Title}}
{{cite book}}
: External link in |title=
(help){{cite book/new |title=http://example.com Title]}}
{{cite book}}
: External link in |title=
(help)The limitations of the test as just described mean that it does not answer the challenge posed here. I chose a vague error message so that should we decide to change the test to find urls, not just external wikilinks, in parameter values, we can do so without needing to change messaging and categorization.
—Trappist the monk (talk) 22:27, 19 August 2015 (UTC)
|url=
, but this change is going to prevent editors from making external links on only part of a title. I don't know of a valid use case for doing that, but maybe there is one. Before making this change, is there any way to search for the citations that already have links on part of but not the whole title, so that we can judge whether any of them are appropriate? —David Eppstein (talk) 22:31, 19 August 2015 (UTC)
insource:/\| *title *=[^\|\}]*http/
but it doesn't. The regex works in AWB but is not working for me as an insource: search. This search string: insource:/\| *title *=[\|\}]*http/
at least returns |title=http...
|title=
corrupt the metadata. This is why we have |url=
.insource:/\| *title *=[^\|\}]*http/
finds four results (it should find a lot more). The regex means:
|title=http...
. It didn't, but it did find these (none of which are cs1|2):
| title = [http://www.google.com/patents/US2615129 Synchro-Cyclotron]
|title=Jamaica by-election (April 13, 2005): Kingston West<ref>http://www.eoj.com.jm/content-70-243.htm</ref>
|title = Surrey County Council election results, 2009, Guildford<ref>Sources: http://www1.surreycc.gov.uk/election2009/</ref>
|title=2014 Minnesota Legislature - House District 39A<ref>http://electionresults.sos.state.mn.us/Results/StateRepresentative/20?districtid=431</ref>
|title=
then that may mean that cs1|2 templates that have urls embedded midway or at the end of |title=
do not exist.|title=
parameter value. For that, this search string:
insource:/\| *title *= *http/
(c. 290 hits)|title=
value:
insource:/\| *title *= *\[http/
(c. 150 hits)|edition=Illustrated
, as we have recently done, and I think this particular check has a high likelihood of doing that.insource:/\| *title *= *\[http/
search. Of those, I found three where the |title=
value was more than just an external wikilink:
{{cite web|last=Flexible Plug and Play website |title=[http://www.flexibleplugandplay.co.uk/ Flexible Plug and Play]''accessed 18 October 2012}}
{{cite web}}
: External link in |title=
(help); Missing or empty |url=
(help){{cite web | last =FamilySearch.org | first = | coauthors = | title = [https://familysearch.org/pal:/MM9.1.1/K42Z-L65 1940 US Census] and [https://familysearch.org/pal:/MM9.1.1/KYFC-72S United States Public Records Index] | publisher =FamilySearch.org | url = }}
{{cite web}}
: Cite has empty unknown parameter: |coauthors=
(help); External link in |title=
(help); Missing or empty |url=
(help){{cite press release |title=[http://www.letu.edu/_Other-Resources/presidents_office/about.html]
LeTourneau University Names New President |publisher=LeTourneau University |date=2007-03-08 |url=http://www.letu.edu/opencms/opencms/_Other-Resources/presidents_office/news/presAnnouncement.html |accessdate=2007-08-09}}
{{cite press release}}
: External link in |title=
(help); line feed character in |title=
at position 68 (help){{cite web}}
url-in-title triggers missing-or-empty-url errorsWP:VPT is your friend:
insource:title insource:http insource:/\| *title *=[^\|\}]*http/
That search string first finds pages with the strings 'title' and 'http' and then does the regex search on those pages. However, more results aren't necessarily better results. In the first page of results, these:
{{cite web | url= | title=http://www.edmonton.ca/city_government/documents/Callaghan_NASP_Consolidation.pdf Neighbourhood Area Structure Plan (Office Consolidation) | publisher=City of Edmonton | date=March 2011 }}
{{cite web}}
: External link in |title=
(help); Missing or empty |url=
(help){{Cite journal|duplicate_title=The Beverly clock|type=Abstract|journal= [[European Journal of Physics]]|publisher=IOPscience|title=http://iopscience.iop.org/0143-0807/5/4/002}}
{{cite journal}}
: External link in |title=
(help); Unknown parameter |duplicate_title=
ignored (help)clearly, both malformed. But, the search also finds stuff like this:
<ref>[http://stljazznotes.blogspot.com/2014/07/bull-of-heaven-performing-at-lnac-this.html|title=St. Louis Jazz Notes: Bull of Heaven performing at LNAC this Saturday, August 2]</ref><ref>[http://news.allaboutjazz.com/jazz-this-week-st-louis-cabaret-festival-bull-of-heaven-all-that-tap-xxiii-and-more.php|title=Jazz This Week: St. Louis Cabaret Festival, Bull of Heaven, "All That Tap Xxiii," and More]</ref>
which is also clearly broken but outside the cs1|2 remit.
—Trappist the monk (talk) 13:37, 20 August 2015 (UTC)
I have added code that also checks |chapter=
and |work=
:
{{cite book/new |title=Title |chapter=[//example.com Chapter]}}
{{cite journal/new |title=Title |journal=[//example.com Journal]}}
{{cite journal}}
: External link in |journal=
(help)The test can handle all three in the same template:
{{cite encyclopedia/new |title=Title |article=[//example.com Article] |encyclopedia=[//example.com Encyclopedia]}}
{{cite encyclopedia}}
: External link in |article=
, |encyclopedia=
, and |title=
(help)The error message lists the 'prime' (for lack of a better term) alias. Is there some way to mark the prime alias in an error message that tells readers that the message for this parameter may be aliased? For instance, |work=
could be |newspaper=
, |journal=
, |encyclopedia=
, ... We might tweak the error message so that it reads:
Other, better ideas?
—Trappist the monk (talk) 22:16, 20 August 2015 (UTC)
For instance, in the PMNS matrix article, we have citations such as
*{{cite journal |last1=Pontecorvo |first1=B. |year=1957 |title=Mesonium and anti-mesonium |journal=[[Zhurnal Éksperimental’noĭ i Teoreticheskoĭ Fiziki]] |volume=33 |pages=549–551 |bibcode= |doi= }} reproduced and translated in {{cite journal |last1=<!----> |first1=<!----> |year=1957 |title=<!----> |journal=[[Soviet Physics JETP]] |volume=6 |pages=429 |bibcode= |doi= }}
Giving out
{{cite journal}}
: Missing or empty |title=
(help)There's no reason why this should be considered invalid. How do you suppress the error message? Headbomb {talk / contribs / physics / books} 15:34, 29 July 2015 (UTC)
|title=none
in {{cite journal}}
and {{citation}}
when |journal=
is set to suppress the error message. It is my belief that this sort of shorthand is inappropriate because it leaves the metadata incomplete.|language=
; |script-title=
for the original language and/or |title=
for a transliterated title; and |trans-title=
for the translated title would be appropriate for the first (original language) template.|title=none
worked as claimed, but, hmmm [looking at “Jones (1957). "none". {{cite journal}}
: Cite journal requires |journal=
(help)”], it doesn't. And you seem to have missed the implication that if the metadata must always be complete, then only those sources with complete metadata - more precisely, complete COinS metadata - can be cited. ~ J. Johnson (JJ) (talk) 22:05, 3 August 2015 (UTC)use. Rewriting your example as cs1:|title=none
in{{cite journal}}
and{{citation}}
when|journal=
is set
{{cite journal |last1=Jones |year=1957 |title=none |journal=Journal}}
{{cite journal}}
: CS1 maint: untitled periodical (link)|chapter/contribution=
where the source is not a journal? ~ J. Johnson (JJ) (talk) 21:30, 4 August 2015 (UTC)
|title=none
should work in some other situations. It's very irksome (both for make-work reasons and for accuracy reasons) to have to input fake "titles" for citing something's homepage, as in this example:|publisher=
value). Properly, this would just be something like:{{cite web |title=none<!--homepage--> |work=MoFA.gov.pk |url= http://www.mofa.gov.pk/index.php |publisher=Pakistan Ministry of Foreign Affairs |date=2013 |accessdate=4 August 2015}}
|title=Ministry of Foreign Affairs [homepage]
, using the brackets to show that "homepage" didn't actually appear in the source. Printed style guides call for just using a description with no italics nor quote marks if a source has no title, but this family of templates can't do that. — Preceding unsigned comment added by Jc3s5h (talk • contribs) 00:20, 6 August 2015
{{cite report}}
renders title without title styling:
|type=none
disables the default type annotation.a description with no italics nor quote marks if a source has no title, but this family of templates can't do that.I merely point out that, in fact, a member of this family of templates does render a description in lieu of title without styling.
|name-list-format=
and |mode=
we could have something similar for titles where the parameter takes a named constant and applies a defined rule to the content of |title=
or not even bother with a new parameter and just change |mode=
processing to accept a comma delimited list of descriptors so {{cite web}}
might have |mode=cs2, desc
to render a web cite in cs2 style with an unstyled title.
|chapter/contribution=
where the source is not a journal? ~ J. Johnson (JJ) (talk) 23:43, 11 August 2015 (UTC)|chapter/contribution=none
, simply omit |chapter/contribution=
or leave it blank.|title=none
(or some variation) suppress the title without having to specify {{cite journal}}
or |journal=
? E.g., for "{{citation |year= 1990 |title=none |author= Folland et al. |chapter= Chap. 7: Observed Climate Variation and Change }}", which produces: Folland; et al. (1990), "Chap. 7: Observed Climate Variation and Change", none {{citation}}
: Explicit use of et al. in: |author=
(help). ~ J. Johnson (JJ) (talk) 20:27, 12 August 2015 (UTC)What, that attitude again? Trappist, you're being a jerk. There are cases where it is quite valid to cite a chapter (or contribution) in a larger work without directly including the title of the work. (For brevity I omit the winding, tendentious details we have previously traced out.) Yet you are obsessed with requiring a title for all uses. When this was discussed last January (see cite journal without Ctitle) you grudgingly ("I'd rather not if I can avoid it
") accepted Gadget850's proposal (endorsed by Imzadi) that |title=none
should suppress the error message. Yet you adamantly refuse to make any concession for other uses, You are fixated on this idea that every citation template must produce "stand-alone" (complete within itself?) COinS metadata, never mind that your rigid attitude (as enunciated above by David Eppstein) is going to drive people away from using templates and thereby reduce the metadata. The degree of your obsession is indicated in the time and effort you have spent objecting and resisting this (and in developing the misbegotten harvc template), which is likely more time than it would have taken to extend the "none" exception. (Or even better, to just eliminate the title test.) To insist that ALL citations must be "COinS complete" (which implies that only sources with complete COinS data can be cited using templates) is counter-productive. In the end your position is just "I don't like it." That is a very feeble argument. And your intransigence impairs the work of others. ~ J. Johnson (JJ) (talk) 21:00, 13 August 2015 (UTC)
lying to the template" (as Jc3s5h calls it) is "
right intolerable", while SMc has noted the pragmatic problem where such misuses are "fixed" by subsequent editors. None of these alternatives are good, but everyone else has to accept them because one editor "
do[es]n't care for this 'style'"? ~ J. Johnson (JJ) (talk) 22:28, 14 August 2015 (UTC)
This is the talk page for discussing improvements to the Citation Style 1 page". Not only is it a matter of a particular 'style' that is raised here, but here is the very question I would like answered: How do you suppress errors when titles are missing? Trappist has provided an answer for use with 'cite journal'; my particular question is how to suppress these "errors" for non-journal sources. As Trappist is the WP:WikiKing here, what would be the point of asking for comments from anyone else? ~ J. Johnson (JJ) (talk) 20:35, 16 August 2015 (UTC)
Returning to the original example, I would have written
*{{cite journal |last1=Pontecorvo |first1=B. |author-link=Bruno Pontecorvo |year=1957 |title=Mesonium and anti-mesonium |journal=[[Soviet Physics JETP]] |volume=6 |pages=429–431 |url=http://www.jetp.ac.ru/files/pontecorvo1957_en.pdf }} English version of {{cite journal |last1=Pontecorvo |first1=B. |author-mask=2 |year=1957 |title=Mezoniy i antimezoniy |journal=[[Zhurnal Éksperimental’noĭ i Teoreticheskoĭ Fiziki]] |volume=33 |pages=549–551 |url=http://www.jetp.ac.ru/files/pontecorvo1957_ru.pdf }}
which yields
Kanguole 15:56, 17 August 2015 (UTC)
This conversation at WP:Help desk is perhaps vaguely related to this discussion about suppressing the original url. In that discussion is this cs1 template:
{{cite web| url=http://www.planning.org/thenewplanner/nonmember/default1.htm |title=The New Planner: Drowning Office Park Rescued by Students During High Tide | accessdate=2006-11-01 |archiveurl = http://web.archive.org/web/20060714232619/http://www.planning.org/thenewplanner/nonmember/default1.htm <!-- Bot retrieved archive --> |archivedate = 2006-07-14}}
Neither the original url nor the archive url work. To me this seems a case of 'find-another-source-to-cite'. Until that other source can be located, is there something that cs1|2 can/should do to indicate to readers that both urls are dead? Is this even in the cs1|2 remit?
—Trappist the monk (talk) 20:25, 21 August 2015 (UTC)
|archive-url=
and |archive-date=
and add a {{dead link}} tag to the citation. This would notify editors that we would want a new archive of the original source, if possible. We'd still be free to locate replacement sources to cite, just as we'd be free to attempt to find other books that are more accessible than rare books housed in only a few select libraries. Because our sources need to be accessible to someone somehow someway, we allow citation of very rare sources, and we'd eventually want a dead online source to be resurrected or replaced. I hope my thought processes make some sense. Imzadi 1979 → 03:15, 22 August 2015 (UTC)Why is the archive URL not working? Sometimes it's a temporary issue with IA and it works again a few days later. In several cases, inspecting the edit history revealed a rogue edit had added or removed a character from the URL rendering it non-functional. -79.74.108.165 (talk) 23:31, 22 August 2015 (UTC)
To shorten and make it more consistent with other error categories, in Module:Citation/CS1/Configuration/sandbox I have changed the Category:Pages with citations having wikilinks embedded in URL titles to Category:CS1 errors: URL–wikilink conflict. Because of this change I have also changed the error message to reflect the category name: 'Wikilink embedded in URL title' to 'URL–wikilink conflict'.
—Trappist the monk (talk) 17:10, 22 August 2015 (UTC)
{{category redirect}}
for hyphenated versions is appropriate.In Module:Citation/CS1/Configuration, there are two nearly identical entries in the error_conditions table for |trans-title=
and |trans-chapter=
missing their original language counterparts. I have tweaked the code in Module:Citation/CS1/sandbox and Module:Citation/CS1/Configuration/sandbox to combine these two error handlers. Examples:
{{cite book}}
: |trans-chapter=
requires |chapter=
or |script-chapter=
(help){{cite book}}
: |trans-title=
requires |title=
or |script-title=
(help){{cite book}}
: |trans-chapter=
requires |chapter=
or |script-chapter=
(help); |trans-title=
requires |title=
or |script-title=
(help)Similarly, in Help:CS1 errors the help text for these two errors is nearly identical. When we make the next update to the live module, the help text for trans-chapter should be merged into the help text for trans-title (trans-title has the common anchor for the error message help link).
The two error messages shared Category:Pages with citations using translated terms without the original. That category name changes to Category:CS1 errors: translated title.
—Trappist the monk (talk) 21:50, 22 August 2015 (UTC)
Discussion moved here for a somewhat broader audience.
When urls die for whatever reason, normal practice is to keep the url and if possible, add |archive-url=
and |archive-date=
. Doing so links |title=
to the archive copy and links static text provided by the template to the original url.
It has been suggested that we adopt a mechanism to suppress the original url when it is not dead in the sense of 404 or gateway errors and the like, but dead in the sense that the url has been taken over by someone and is now a link farm or advertising or phishing or porn or other generally inappropriate content.
To accomplish this I have suggested modifying the code that handles |dead-url=
. This parameter takes a limited set of defined keywords (yes, true, y, no) and adjusts the rendered output accordingly. We could add another keyword that would render the static text in the same way as |dead-url=yes
except that this value would not link the static text with the original url.
The question is: What should this defined keyword be? These have been suggested: hide, nolink, origspam, originalspam, spam, advert, phishing, fraud, unfit, usurped.
Is any of these the best keyword? Is there another keyword that would be better?
—Trappist the monk (talk) 15:05, 12 August 2015 (UTC)
|dead-url=
is to indicate for pages which are still live that they can be accessed (when an archive url is also present) (for the case of the original publisher). So from this point of view, adding an archiveurl solves that "broader" issue. Even in the case where an archiveurl cannot be identified and subsequently provided, you can set deadurl to yes and still have that case covered. --Izno (talk) 16:06, 12 August 2015 (UTC)|dead-url=nolink
to describe the function, with an update to the template documentation describing when it is appropriate (or not) to not provide the link to a dead URL. Thanks! GoingBatty (talk) 19:01, 12 August 2015 (UTC)
usurped
for domains now operated by a different entity (covers advertising, linkfarm, fraud, spam, phishing, or site/content unrelated to original)purged
for domains operated by original entity but for which the original website content has been deletedabandoned
for domains that are no longer registeredSince it has gotten quiet here I have implemented |dead-url=usurped
to suppress the link to the original url:
Wikitext | {{cite news
|
---|---|
Live | Frankel, Daniel (June 9, 2003). "Artisan pulls the repackaged Hip Hop Witch". Video Business. Archived from the original on 24 October 2006. Retrieved 29 March 2009. {{cite news}} : Unknown parameter |dead-url= ignored (|url-status= suggested) (help)
|
Sandbox | Frankel, Daniel (June 9, 2003). "Artisan pulls the repackaged Hip Hop Witch". Video Business. Archived from the original on 24 October 2006. Retrieved 29 March 2009. {{cite news}} : Unknown parameter |dead-url= ignored (|url-status= suggested) (help)
|
And here are tests to show that |dead-url=no
and |dead-url=yes
still works as they should:
{{cite web/new |title=Title |url=//example.com |archive-url=//example.org |archive-date=2015-08-14 |dead-url=no}}
{{cite web}}
: Unknown parameter |dead-url=
ignored (|url-status=
suggested) (help){{cite web/new |title=Title |url=//example.com |archive-url=//example.org |archive-date=2015-08-14 |dead-url=yes}}
{{cite web}}
: Unknown parameter |dead-url=
ignored (|url-status=
suggested) (help)—Trappist the monk (talk) 16:39, 14 August 2015 (UTC)
|dead-url=usurped
clear (in accordance with the discussion above). Other than that, looks good. --Izno (talk) 16:54, 14 August 2015 (UTC)usurped
, the less I like it. The term certainly fits for those cases where a domain name has been usurped but does it fit for all other cases where it is prudent to suppress the original url? I'm not sure, so rather than use a keyword that may have limited specificity, I think we should switch to a more general keyword, perhaps unfit
, which would covers a broader variety of reasons for suppression of the original url.|display-editors=
, for example, is either a number (to show a given number of editors) or "etal" (to show "et al." without listing all of the editors in the citation template. We don't dictate why an editor should use a specific value, we just show how to get the display you want, assuming that editors will make a good choice (a bad assumption, I know, but you have to start by treating people like competent adults). There are many reasons why someone might want to suppress a link to the original URL: it is a porn site, the site has been sold, the page has been moved or archived, the editor wants a consistent citation style, or other reasons I can't think of. We can list some of them in the documentation, but assuming only one reason for hiding the URL paints us into a corner. – Jonesey95 (talk) 19:42, 17 August 2015 (UTC)
The problem I have with function over purpose is that function enables behavior that may not be desirable. For example, I can't think of any reason other than a link being a "bad" link to be correct to hide.And my feeling is that the suitable keyword should reflect the reason. This allows us to trivially say "yes, you have used this as intended". I want in fact to preempt other reasons for usage without associated keywords, because I do not want "oh, the site is dead" simply to cause the link to be suppressed (as I am sure there is at least one person who would be wont to do so). See above illustrative discussion on that point. --Izno (talk) 21:59, 17 August 2015 (UTC)
|dead-url=hide
or |dead-url=nolink
or similar, we create a mechanism that doesn't explain to editors of a later age why the action was taken. With |display-editors=etal
, |mode=cs2
it's pretty easy to determine why the parameter was set the way it was set and that it is, or is not, set properly. Setting |dead-url=usurped
or |dead-url=unfit
gives follow-on editors some indication why the original url is suppressed. Like Editor Izno, I can think of no real reason why an original url should be suppressed unless it leads to inappropriate content. As I indicated before, we can have a variety of keywords to use as reasons should experience dictate a need.Supported keywords are now unfit
and usurped
(also shows that auto |format=PDF
works correctly when original url is suppressed):
{{cite webnew |title=Title |url=//example.com |archive-url=//example.org |archive-date=2015-08-14 |dead-url=unfit}}
{{cite web}}
: Unknown parameter |dead-url=
ignored (|url-status=
suggested) (help){{cite webnew |title=Title |url=//example.com |archive-url=//example.org |archive-date=2015-08-14 |dead-url=usurped}}
{{cite web}}
: Unknown parameter |dead-url=
ignored (|url-status=
suggested) (help)—Trappist the monk (talk) 16:45, 24 August 2015 (UTC)
The following reference is a paper, part of a conference proceedings that was published as an issue of a journal (whose name indicates that it regularly publishes proceedings in this way, but with a combined volume and issue numbering system that looks much more like a journal than like a book series). The following formatting produces a citation that looks correct but with what I believe to be incorrect metadata. Is there a way to get the metadata right, too, or is this the best I can do?
produces
—David Eppstein (talk) 01:41, 25 August 2015 (UTC)
|department=
, 'Proceedings of the Spring Topology and Dynamical Systems Conference' is not included in the metadata. Rewriting this cite to use {{cite conference}}
isn't much better:
{{cite conference
| last = Charatonik | first = Janusz J.
| title = Selected problems in continuum theory
| url = http://topology.auburn.edu/tp/reprints/v27/tp27107.pdf
| issue = 1
| journal = Topology Proceedings
| mr = 2048922
| pages = 51–78
| booktitle= Proceedings of the Spring Topology and Dynamical Systems Conference
| volume = 27
| year = 2003}}
|contribution/chapter=
seems more suitable, but – oops! – red messages:
{{cite journal}}
: |chapter=
ignored (help)|department=
does, and it appears from Trappist's message above that it doesn't even produce bogus metadata. So that's what I'll be using for now. —David Eppstein (talk) 20:11, 29 August 2015 (UTC)|journal=
implies the source is journal (specfically, an academic journal), which is different from a newspaper or a book. Likewise, |department=
is defined at Cite journal#Periodical as "Title of a regular department, column, or section within the periodical or journal", and has specific effects on the resulting formatting. To use these parameters for other purposes is a form of metadata corruption. And (as has been previously commented) eventually leads to some unsuspecting editor attempting to "correct" what looks like an error. ~ J. Johnson (JJ) (talk) 22:18, 30 August 2015 (UTC)
I have noticed that a space between the two initials of a name in |vauthors=
is not detected as an error. I think that I have fixed that:
Wikitext | {{cite book
|
---|---|
Live | Last AA, Last B B. Title. {{cite book}} : Vancouver style error: initials in name 2 (help)
|
Sandbox | Last AA, Last B B. Title. {{cite book}} : Vancouver style error: initials in name 2 (help)
|
—Trappist the monk (talk) 21:55, 31 August 2015 (UTC)
I would like to propose that we add an optional field to Template:Cite web (and by extension also to Template:Cite tweet) for the hours and minutes of the day, perhaps also time zone.
This data is sometimes available in things, and where it is, I think it would be a good thing to add it.
This helps in cases where there is a dispute on how to organize things, who said what first, etc.
Sometimes you might want to cite 2 news articles about something made in the same day (or 2 tweets) and knowing that information could be useful for putting them into the correct order without requiring people to constantly go and check what the tweet said. This is also particularly useful if the tweet is taken down and wasn't archived. Ranze (talk) 22:02, 28 August 2015 (UTC)
|loc=
. But however this might be done, the bottom line here is that (lacking any specific demonstrated need) we seem to have adequate means for adding timestamps, and the proposed field is not needed. ~ J. Johnson (JJ) (talk) 19:26, 2 September 2015 (UTC)Module:Citation/CS1/Suggestions has been, since it creation, unprotected. At the time, I wondered if that page should be protected, but I didn't pursue it and have come to believe that protection of that page is not necessary.
The page was set to template editor level protection by Editor Courcelles at the request of Editor CFCF. That discussion, since archived, is here. Because it has been archived, I have raised the issue here.
Is the current (template editor) protection appropriate?
Should we keep or revert?
—Trappist the monk (talk) 10:50, 4 September 2015 (UTC)
|access-date=
, for example, that could be caught with a few regular expressions. – Jonesey95 (talk) 14:01, 4 September 2015 (UTC)Perhaps there is reason to be somewhat optimistic. I think that all of these are caught by this pattern: ['ac+es+ ?d?a?t?e?'] = 'accessdate'
{{cite web}}
: Unknown parameter |acccessdate=
ignored (|access-date=
suggested) (help){{cite web}}
: Unknown parameter |accesdate=
ignored (|access-date=
suggested) (help){{cite web}}
: Unknown parameter |access date=
ignored (|access-date=
suggested) (help){{cite web}}
: Unknown parameter |accessate=
ignored (|access-date=
suggested) (help){{cite web}}
: Unknown parameter |accessdare=
ignored (help){{cite web}}
: Unknown parameter |accessdatte=
ignored (help){{cite web}}
: Unknown parameter |accessddate=
ignored (help){{cite web}}
: Unknown parameter |accessdte=
ignored (|access-date=
suggested) (help){{cite web}}
: Unknown parameter |accessed=
ignored (help){{cite web}}
: Unknown parameter |accessedate=
ignored (help){{cite web}}
: Unknown parameter |accesssdate=
ignored (|access-date=
suggested) (help){{cite web}}
: Unknown parameter |accssdate=
ignored (help) – |accssdate=
missing first 'e' so not a pattern match{{cite web}}
: Unknown parameter |acessdate=
ignored (|access-date=
suggested) (help)As the pattern is written, |accessdare=
returns a partial match 'accessda'. I guess that could be a good or bad; too tight and we might as well just use the exact-match-method we use now or too loose and we get a lot of false positives.
At the moment, Module:Citation/CS1/sandbox only catches |access-date=
errors – I did that so that I could be sure that the errors weren't being caught by the existing code. Now I have to figure out how to integrate this with the existing test. And of course, I need to ask, do we really need this?
—Trappist the monk (talk) 18:45, 4 September 2015 (UTC)
Regular exact-match-method restored. I've added a second pattern for variations on a theme of publisher using this pattern: ['pu[blish]+ers?$'] = 'publisher'
{{cite book}}
: Unknown parameter |pubisher=
ignored (|publisher=
suggested) (help){{cite book}}
: Unknown parameter |publiser=
ignored (|publisher=
suggested) (help){{cite book}}
: Unknown parameter |publishers=
ignored (|publisher=
suggested) (help){{cite book}}
: Unknown parameter |publsher=
ignored (|publisher=
suggested) (help){{cite book}}
: Unknown parameter |publsiher=
ignored (|publisher=
suggested) (help){{cite book}}
: Unknown parameter |pulbisher=
ignored (|publisher=
suggested) (help){{cite book}}
: Unknown parameter |pulisher=
ignored (|publisher=
suggested) (help)—Trappist the monk (talk) 22:21, 4 September 2015 (UTC)
At the end of this discussion, I noted that the suggestion mechanism doesn't allow suggestions for enumerated parameters. This is true except for the specific case of |autor2=
which has an exact-match rule ['autor2'] = 'author2'
. Using patterns may be a way to solve this weakness. Using this pattern: ['a[utho]+r%d+'] = 'author#'
:
{{cite book}}
: Unknown parameter |autor1=
ignored (|author1=
suggested) (help); Unknown parameter |autor1=
ignored (|author1=
suggested) (help)—Trappist the monk (talk) 11:51, 5 September 2015 (UTC)
['a[utho]+r(%d+)'] = 'author$1'
(see my previous example to see that it works)I know this was reported before, but this bug is still alive and annoying.
Steps to replicate: give the publisher
parameter a value that ends with a period.
Result: Two periods after the publisher. Which is wrong. Mature software such as BibTeX and Citation Style Language can deal with this.
Real-life example: Look for “Digitalcourage e.V.” on de:Digitale_Gesellschaft_(Schweiz). --Thüringer ☼ (talk) 08:08, 7 September 2015 (UTC)
{{Cite web |title=Überwachung in und aus der Schweiz: Das volle Programm |url=https://digitalcourage.de/blog/2015/ueberwachung-in-und-aus-der-schweiz-das-volle-programm |author=Digitale Gesellschaft Schweiz |publisher=Digitalcourage e.V. |date=2015-08-18 |accessdate=2015-09-07 }}
{{cite web}}
is a template that is written using wiki markup.Please take part in the discussion at Wikipedia:Administrators' noticeboard#RfC closure challenge: Template talk:Cite doi#RfC: Should Template:cite doi cease creating a separate subpage for each DOI? Curly Turkey 🍁 ¡gobble! 05:12, 8 September 2015 (UTC)
There are ongoing discussions (mostly parallel but since each one is argued as separate consensus, separate) regarding the use of (A) Template:Cite wdl (which creates subpages for a wrapper of cite web) here; (B) Template:Cite pmid (which is a wrapper for cite journal either in-article or via pages at Category:Cite pmid templates) here; and (C) another RFC at Template:Cite doi (a cite journal wrapper with almost 60k pages at Category:Cite doi templates) here. There are unique wrinkles to each one but basically all three discussions concern whether to deprecate these templates or not. Please comment there if everyone could. -- Ricky81682 (talk) 06:22, 8 September 2015 (UTC)
If I may revive an old discussion (pardon me if there are other threads), I don't understand why we are italicizing websites (thru the |website=
parameter) in citation templates. The argument seems to be that the alias of |website=
is |work=
(meaning you can use one or the other but not both) and obviously |work=
, |journal=
, etc. should be italicized. But the plain fact is that, per the MOS, while we italicize the names of publications, we (generally) do not do so for websites. So these parameters should not be interchangeable. For example: TMZ, Gawker, BroadwayWorld.com and other sites and urls should not be italicized. And while for content found in both a print publication and on its website I may cite The Advocate or Entertainment Weekly, if the actual url is being cited (Advocate.com or EW.com) it should not be italicized. This seems like a no-brainer.— TAnthonyTalk 21:16, 31 July 2015 (UTC)
I think you all are missing a couple key things here:
While there are many exceptions, websites are generally a work/publication. Of the citation styles that include the name of the website, the two general style guides (MLA and Chicago) both italicize the name of the website, while the Vancouver style guide is generally reserved for the physical sciences. AHeneen (talk) 01:58, 3 September 2015 (UTC)
dotcom names". Strictly speaking, there no such things, except in the casual use of "XXXX.com" to refer to the website of some company XXXX. While such uses are in the fashion of a hostname, simply adding ".com" to some name does not make it a hostname, and does not exclude it from italicization. ~ J. Johnson (JJ) (talk) 22:05, 5 September 2015 (UTC)
I can only repeat my previous point. At present, |website=
is simply a synonym of |work=
, and so its value should be italicized, in line with the usual style for a work. It would be possible to give the two parameters a different meaning, but this would require a huge number of existing uses to be checked. Since "website" seems to be widely misunderstood, perhaps its use should be deprecated? Peter coxhead (talk) 19:28, 6 September 2015 (UTC)
|website=
is a valid hostname. I am reluctant to deprecate |website=
as I think it has a good use, but if the problem is too great then that is something to consider. ~ J. Johnson (JJ) (talk) 21:34, 6 September 2015 (UTC)|website=
became an alias of |work=
.the "website" parameter should not be italicized'. Your implicit argument is that URLs (which includes hostnames) are not italicized. Look, we all get that part - everyone agrees that URLs should not be italicized. And that includes parts of a URL, such as hostnames. So it is a bit annoying that you keep asserting that. What you don't get is that this is irrelevant, because "website" does not equal URL/hostname. In particular, what you don't get is that a website - that is, a site on the World Wide Web with "web page" (HTML) content - can have a proper name. E.g.: the name of the website located at the WWW address "www.nytimes.com" is The New York Times - which is properly italicized. I repeat: "website" ≠ hostname. ~ J. Johnson (JJ) (talk) 21:58, 8 September 2015 (UTC)
{{cite web}}
like this:
{{cite web |url=http://www.cdc.gov/ncbddd/autism/data.html |title=Autism Spectrum Disorder (ASD) |website=[[Centers for Disease Control and Prevention]] |date=12 August 2015}}
|website=
should be left blank. It's the same in comparing the news sites of WLUC-TV (Upper Michigan's Source) with that of WBUP-TV (no name). Imzadi 1979 → 00:48, 9 September 2015 (UTC)Wikipedia is highly non-standard. Contributors are not vetted. Sources are not systematically checked. Citation styles are not enforced. Editors have widely varying expertise. Consumers cannot be assumed to be experts. The present problem should I think take this non-standard approach into account. If the source is a website (a collection of pages connected by hyperTEXT links and employing the digital equivalent of a markup language) then should be treated the same way CS1 treats other similar collections in other media. --— Preceding unsigned comment added by 64.134.64.231 (talk • contribs) 19:43, 7 September 2015
|website=
= New York State DMV because that is the title of the web site. I know it is the title of the website because when I examine the html source for the home page of the web site I find <title>New York State DMV</title>. It should be italicised because that is the title of the work. Jc3s5h (talk) 23:06, 8 September 2015 (UTC)that all proper-noun entities be italicized". In the context of citation publications ("works") are italicized, publishers are not. This is not "eccentric", this is a standard convention. So we italicize the titles of webpages (as Jc3s5h just explained), such as Sears or New York State DMV. We do not italicize Simon & Schuster, Sears (the company), nor the New York State Department of Motor Vehicles. What kind of font is used on the website has nothing to do with it. (E.g., that the New York Times uses a serif title font has absolutely no bearing whatsoever on how a citation is formatted.)
no one in the world would italicize an organization like CBS News", and "
those organizations' names are not italicized." But who has said we should? You have implied that I did (and again at the RfC (below). But that is false. I have no where said that names of organizations should be italicized. And you seem to have totally missed what I said in my last comment regarding organizations: We do not italicize Simon & Schuster, Sears (the company), nor the New York State Department of Motor Vehicles. (Emphasis added for the hard of hearing.) You have mis-taken my position, and are arguing against something (italicization of organizational names) that nobody is arguing for. If you in fact do "
understand perfectly" then why are you arguing a non-issue? I surmise that you have confused "website" with "publisher", just as you earlier confused it with "hostname". I submit that not understanding this despite repeated explanations does sound like a WP:HEARing problem. ~ J. Johnson (JJ) (talk) 22:38, 10 September 2015 (UTC)
the first to say that anyone who took a different position from yours must, of course, have "faulty" reasoning." Where? Give us a diff. That view is entirely your interpretation. As I said at the RfC, you it have backwards: I disagree with your position because your reasoning is faulty, not the other way around. As to your "
deliberately misunderstanding in order to obfuscate: I asked why (if, as you stated, you "
understand perfectly") you are arguing a non-issue. Again, the suggestion "in order to obfuscate" is entirely yours, not mine. But now that you have raised it, is that your answer to my question?
I propose to deprecate these parameters and standardize on the enumerator-at-the-end form. The numbers in the preference ratio column are caclulated from the values in the tables in the archived discussion: (terminal enumerator ÷ medial enumerator). Where the cells are blank the denominator is zero.
parameter | extant replacement | preference ratio |
---|---|---|
|authorn-last= |
|author-lastn= |
2.51 |
|authorn-first= |
|author-firstn= |
2.36 |
|authorn-link= |
|author-linkn= † |
1.91 |
|authornlink= |
|authorlinkn= |
1066.9 |
|authorn-mask= |
|author-maskn= † |
101.43 |
|authornmask= |
|authormaskn= |
23.23 |
|editorn-link= |
|editor-linkn= † |
1.54 |
|editornlink= |
|editorlinkn= |
7.24 |
|editorn-mask= |
|editor-maskn= † |
3.17 |
|editornmask= |
|editormaskn= |
16 |
|editorn-first= |
|editor-firstn= |
1.42 |
|editorn-given= |
|editor-givenn= |
|
|editorn-last= |
|editor-lastn= |
1.58 |
|editorn-surname= |
|editor-surnamen= |
|
|subjectn-link= |
|subject-linkn= † |
47 |
|subjectnlink= |
|subjectlinkn= |
† these parameters are the canonical form
—Trappist the monk (talk) 13:26, 4 August 2015 (UTC)
editor2-last
implies the last name of editor #2, but editor-last2
implies the second surname of the editor. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 23:33, 5 August 2015 (UTC)
|editor2-last=
and |editor-last2=
, I parse the first as being the last name of the second editor and the second as the second last name of the (singular) editor. YMMV, and as far as I'm concerned, there's no harm in retaining both forms. Imzadi 1979 → 20:44, 7 August 2015 (UTC){{citation}}
because {{citation}}
, despite being cs2, is rendered by Module:Citation/CS1.CS1 to CS2 or vice versa just by changing the template name.Standardizing on lowercase parameter names did not change that nor did standardizing on the hyphen as a separator in parameter names change that.
|ref=harv
, cs1 doesn't. cs2 is not distinguished from cs1 by some subset of the commonly shared parameters.{{csdoc}}
. I grant that {{csdoc}}
has a cs1 bias, so does Help:CS1 errors though I did a bit of work on that recently that removed some of the bias.{{csdoc}}
content:
|authornlink=
|authorn-link=
|editorn-first=
|editorn-last=
|editorn-link=
|editorn-given=
|editorn-surname=
{{citation}}
?|author2-last=
implies the surname of the second author, while |author-last2=
implies the second surname of the (singular) author. I.e., there are multiple, independent reasons not to deprecate this, and at least one to actually prefer the form Trappist wants to deprecate. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 04:00, 9 August 2015 (UTC)suddenly kill offanything.
While all these are valid and could exist in the same article
|authorn-last=
vs. |lastn=
|editorn-first=
vs. |firstn=
they are also inconsistent. Just as parameter case was decided to be lower-case, this could also be decided in similar fashion.72.43.99.130 (talk) 19:34, 9 September 2015 (UTC)
For a very long time editors have been asking for |translator=
in some form or other. For a very long time the answer has been |others=
. While I have been hacking away at the |coauthors=
problem in Category:Pages containing cite templates with deprecated parameters I have become somewhat sympathetic to that request. So, here it is, these new parameters:
|translator=
|translatorn=
|translator-first=
|translator-last=
|translator-link=
|translator-mask=
|translator-firstn=
|translator-lastn=
And an example:
{{cite book/new |chapter=Works and Days |title=English Translations: From Ancient and Modern Poems |volume=2 |chapter-url=https://books.google.com/books?id=mHNHAQAAMAAJ&pg=PA745 |page=745 |last=[[Hesiod]] |translator-first=Thomas |translator-last=Cooke |translator-link=Thomas Cooke (author) |date=1810 |publisher=N. Blandford}}
Relatively little is new as the translator-name-list makes use of existing author- and editor-name-list code. Currently, there is no support for et al. and no support for Vancouver styling.
Right now, |others=
is appended to |translator=
and the two rendered in the same place as |others=
. This may not be the correct placement. There have been suggestions that |translator=
belongs with |author=
. What say you? Also, keep? Discard? What about punctuation? Static text?
—Trappist the monk (talk) 17:36, 25 August 2015 (UTC)
|others=
:{{cite book/new |chapter=Works and Days |title=English Translations: From Ancient and Modern Poems |volume=2 |chapter-url=https://books.google.com/books?id=mHNHAQAAMAAJ&pg=PA745 |page=745 |last=[[Hesiod]] |translator-first=Thomas |translator-last=Cooke |translator-link=Thomas Cooke (author) |date=1810 |publisher=N. Blandford|others=Illustrated by Jane Doe}}
I wondered how the above would work in with an editor. Are the translator and the illustrator meant to be volume wide and not related to the chapter?
Translator is one option but another is "Reviewed by" which is used by the ODNB, another is "Illustrated by". So rather than having a specific type why not have other parameters with a "other string" it could default to ("translated by") but be set to another word such as "Reviewed" or "Illustrated" etc. or set to "none" if other is a mixture of more than one type (translated by some, and illustrated by others), and instead of |translator-firstn=
have |other-firstn=
etc. -- PBS (talk) 16:52, 27 August 2015 (UTC)
|translatorn-first=
|translatorn-last=
|[role]n-last=
|lastn=
|[role]n-first=
|firstn=
|lastn=
, |firstn=
should be deprecated? 208.87.234.201 (talk) 14:52, 12 September 2015 (UTC)Could use some eyeballs at Module talk:Citation/CS1/Archive 12#Requested move 9 September 2015. Thanks! Kaldari (talk) 01:37, 15 September 2015 (UTC)
All the talk about having |website=
in italics or not got me thinking:
What if the cs1 templates like {{cite web}} etc. had a |citationstyle=
parameter, with values of LSA, Vancouver, etc.
When these values are used, the CS1 templates would become "wrapper" templates to the existing Vancouver, LSA, etc. templates.
This would be a lot of work, but assuming the work got done, do you think the parameter would get a lot of use? davidwr/(talk)/(contribs) 02:47, 11 September 2015 (UTC)
|mode=
and |name-list-format=
, but you're right, it would take some work. – Jonesey95 (talk) 02:58, 11 September 2015 (UTC)|mode=
or there abouts. At about the same time there was a kerfuffle regarding small caps and LSA if I recall correctly. I have thought that we can extend |mode=
to support clearly defined styles. Step 1 after we decide that this is something that we should be doing is to set down just exactly what it is that defines a particular style and then and only then hack the code to make it a reality.|mode=
would be used with the {{citation}}
template, which would make life much simpler for users – no need to choose which of the cite
templates to use. However, I suspect this is difficult or impossible in all cases because there isn't always enough information to pick the right formatting. The |website=
discussion above exemplifies one issue: having it as an alias of |work=
loses information. Peter coxhead (talk) 10:00, 12 September 2015 (UTC)-- [[User:Edokter]] {{talk}}
09:06, 13 September 2015 (UTC)Notwithstanding the above RfC, which appears to be firmly in favor of retaining the italics by default, we might actually want a |work-noitalic=yes
, as something to be used on a case-by-case basis for a reason, and not just created so people can evade a style they don't like. A genuine use case for it would be books (discrete major works) that have been published inside other books (bound paper things) with separate titles. I'd like to be able to do: {{Cite book|chapter=Foreign Words and Phrases|work-noitalic=yes|work=''The Oxford Guide to Style'', in ''Oxford Style Manual''|...}}
.
Another example would be: {{Cite book|chapter=Foreign Words and Phrases|work-noitalic=yes|work=''Blood of the Isles: Exploring the Genetic Roots of Our Tribal History'' [North American title: ''Saxons, Vikings and Celts: The Genetic Roots of Britain and Ireland'']|...}}
.
Another approach to this, that might be less prone to "gimme my own style" abuse, would be to distinguishing the two use cases:
{{Cite book|chapter=Foreign Words and Phrases|title=The Oxford Guide to Style|anthology=Oxford Style Manual|...}}
{{Cite book|chapter=Foreign Words and Phrases|title=Blood of the Isles: Exploring the Genetic Roots of Our Tribal History|alt-title=Saxons, Vikings and Celts: The Genetic Roots of Britain and Ireland|alt-title-label=North American title|...}}
My approach to handling the former case has been {{Cite book|chapter=Foreign Words and Phrases|title=The Oxford Guide to Style|...}}
(published as part of {{Cite book|title=Oxford Style Manual|...}}
. For the latter I've been doing something similar, using two citation templates. It's an unnecessarily longwinded way to do it, and prone to breakage because it doesn't keep all the citation's details in one template "package". — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 16:12, 14 September 2015 (UTC)
{{cite encyclopedia}}
does something like this:
{{cite encyclopedia |chapter=Chapter |title=Title |encyclopedia=Anthology}}
{{cite book}}
(sort of):
{{cite encyclopedia}}
emits the value from |chapter=
and |encyclopedia=
. {{cite book}}
on the other hand, emits the values from |chapter=
and |title=
. Presumably, the {{cite encyclopedia}}
model is the preferred model for an anthology because, one presumes, that parameters like ISBN, publisher, etc. apply to the anthology and not to the component book. There is no way that I know of to feed a three-part title to the metadata.{{cite anthology}}
and |anthology=
so that we don't 'misuse' {{cite encyclopedia}}
.The above reminds me: {{Cite book}}
needs to support |work=
as an alias of what it calls |title=
; as far as I recall, it's the only template in the series that doesn't support |work=
, and this is a hassle for multiple reasons (having to remember which template demands what, not being able to convert easily between {{cite web}}
and {{cite book}}
for e-books, etc.).
Strictly speaking, it might make the most sense to re-code the {{Cite book}}
's |title=
as an alias of existing |work=
code (the input that gets italicized as a major work) in Cite/core, and use the same code to generate all |work=
titles across all the templates. What is presently handled as |title=
in almost all the templates (i.e., the input that gets quotation marks as a minor work) could be turned into an object called |item=
or something, with |title=
usually being an alias to it, and {{Cite book}}
's |chapter=
being one, but using the same function to generate it regardless what template calls it. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 16:12, 14 September 2015 (UTC)
{{citation/core}}
is dead.{{cite book}}
only supports |work=
visually (discussed here) for which reason I have suggested elsewhere in these pages that |work=
and its aliases should be ignored by {{cite book}}
as they were in the old days of {{citation/core}}
.|work=
is problematic. I'm not suggesting that {{Cite book}}
handle |title=
and |work=
as separate entities, but rather alias one to the other, the same way |accessdate=
can also be called |access-date=
. I'm not sure what "only supports |work=
visually" even means, but have to run for now; will re-read that stuff and see if I can suss your meaning, if you don't clarify in the interim. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 01:27, 15 September 2015 (UTC)means that you can have{{cite book}}
only supports|work=
visually...
|work=
in {{cite book}}
with |title=
and you will see it in the rendered citation. But, a value in |work=
without |chapter=
causes an error in the metadata – the citation is treated as a journal article (a bug I think that bears some thinking on). When |chapter=
is included with |title=
and |work=
in {{cite book}}
, |work=
is rendered but not made part of the metadata while the other two parameters are (correctly this time).|work=
and |title=
be the same thing (one an alias for the other). Why would we want {{Cite book|title=...|work=...}}
? That would generally make the same not-sense as {{Cite journal|journal=...|work=...}}
. That said, having a special case where the use of both would case |work=
to render but be omitted from the metadata would actually resolve my above need for being able to cite The Oxford Guide to Style (a logical |work=
, and previously published as a separate volume, and in both editions having its own chapters and authors and such), and the Oxford Style Guide (a published |title=
of the book in the "bound thing of paper in my hands" sense). In pseudocode:
if $title
if $work
[optional code for handling work-editor, etc., if separate from editor, etc., of $title]
print italicized $work [without metadata]; print ', in '; print italicized $title [with metadata];
else print italicized $title [with metadata]
else if $work
print $work [with metadata as if $title]
else [i.e. both are missing] throw missing-title error
|work=
and the journal issue being cited as |journal=
. I ran into this problem before trying to cite my bound volumes of Jugend, The Studio, etc., in some Art Nouveau articles, and again ended up doing the two-citations-back-to-back thing: {{Cite journal}}
followed by a {{Cite book}}
for the bound volume that was largely a redundant citation, but necessary to both WP:SAYWHEREYOUGOTIT and preserve the details of the bound and original publications. This can be important because, e.g. The International Studio was bound by more than one operation, and differently; I have some bound volumes of it that overlap, with some being bound by calendar year, the others being bound by the journal's own volume/issue numbering order. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 23:49, 16 September 2015 (UTC)The main use case I can see for having both |title=
and |work=
in a {{cite book}} would be for a long multivolume work where you want to separately represent the titles of the whole work and of the volume. But that's better handled with |title=
and |volume=
now that the volume parameter knows to not boldface long parameter values, as for instance in
{{cite book}}
: |volume=
has extra text (help)So I agree with the general sentiment that having title and work be aliases of each other seems harmless enough, as long as we can get an error flag when both are used together to let us find them and replace one of the two parameters by volume or series or whatever the replacement should be. However, this does bring up a different issue (not really solved very well by misuse of the work parameter): what do we do when we have a book series that contains a multivolume book and we want to refer to one volume of that book? The |volume=
parameter currently has two quite different semantics: the number of a book within a series of books, and the number or title of a volume within a single multivolume book. Is there some way to add a |series-volume=
parameter to be used in ambiguous cases, or something like that? —David Eppstein (talk) 00:37, 17 September 2015 (UTC)
Here is a list of all of the cs1 templates in the form:
{{cite ___ |title=Title |chapter=Chapter |work=Work}}
{{cite arXiv}}
: |arxiv=
required (help); |author=
has generic name (help); Unknown parameter |chapter=
ignored (help); Unknown parameter |work=
ignored (help) – chapter and work not supported in this template; includes |author=
to avoid the bot invocation message{{cite book}}
: |work=
ignored (help){{cite encyclopedia}}
: |work=
ignored (help){{cite episode}}
: Missing or empty |series=
(help) – chapter not supported; title is promoted to chapter; series is promoted to title; work ignored{{cite journal}}
: |chapter=
ignored (help) – chapter ignored{{cite mailing list}}
: Missing or empty |url=
(help) – work not supported; chapter is but shouldn't be{{cite map}}
: More than one of |map=
and |chapter=
specified (help) – chapter not supported;{{cite news}}
: |chapter=
ignored (help) – chapter ignored{{cite newsgroup}}
: |chapter=
ignored (help) – chapter ignored{{cite podcast}}
: |chapter=
ignored (help); Missing or empty |url=
(help) – chapter ignored{{cite press release}}
: |chapter=
ignored (help) – chapter ignored{{cite web}}
: |chapter=
ignored (help); Missing or empty |url=
(help) – chapter ignoredand cs2:
The purpose of this list is to examine how the various templates handle the three parameters when all are set. Another conversation led me to discover that Module:Citation/CS1 may not be emitting correct metadata when |work=
is set.
In Module:Citation/CS1 (and in {{citation/core}}
before it), |work=
and its aliases (|journal=
, |newspaper=
etc.) map to the meta-parameter Periodical
. Similarly, |chapter=
(and its aliases |article=
, |contribution=
, etc.) map to the meta-parameter Chapter
.
There are two types of metadata: book and journal. When creating the citation's metadata, the module looks first at Chapter
. If Chapter
is set then the metadata type is set to book. If Chapter
is not set but Periodical
is set then the metadata type is set to journal. For all other cases, the metadata type is set to book.
Because the module knows which of the cs1|2 templates it is processing, we can use that knowledge to fix this issue. I will change the module so that these templates produce journal type metadata:
|work=
is set (conference paper published in a journal)|work=
is set (interview published in a magazine, newspaper, television broadcast, etc.)|work=
is set (published in a newspaper, magazine, etc.)|work=
is setThen comes a more difficult question. The metadata can accommodate two title-holding parameters: rft.jtitle
and rft.atitle
for journals, or rft.btitle
and rft.atitle
for books. When cs1 templates use three title-holding parameters |chapter=
, |title=
, and |work=
, which two of these should be made part of the metadata? Some templates are already constrained to one or two title-holding parameters; should others be similarly constrained?
—Trappist the monk (talk) 13:35, 15 September 2015 (UTC)
{{cite conference}}
examples:
|title=
, |chapter=
, |work=
– uses jtitle, atitle, and sets genre to article
'"`UNIQ--templatestyles-000000B9-QINU`"'<cite class="citation conference cs1">"Chapter". ''Title''. ''Work''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=conference&rft.jtitle=Work&rft.atitle=Title&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
|title=
, |chapter=
– uses btitle, atitle, and sets genre to bookitem
'"`UNIQ--templatestyles-000000BB-QINU`"'<cite class="citation conference cs1">"Chapter". ''Title''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=conference&rft.atitle=Chapter&rft.btitle=Title&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
|title=
– uses btitle and sets genre to book
'"`UNIQ--templatestyles-000000BD-QINU`"'<cite class="citation conference cs1">''Title''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=conference&rft.btitle=Title&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
|book-title=
; chapter is held in |title=
(|chapter=
is ignored when |book-title=
is set):
|book-title=
, |title=
, |work=
– uses jtitle, atitle, and sets genre to article
'"`UNIQ--templatestyles-000000BF-QINU`"'<cite class="citation conference cs1">"Chapter". ''Title''. ''Work''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=conference&rft.jtitle=Work&rft.atitle=Title&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
|book-title=
, |title=
– uses btitle, atitle, and sets genre to bookitem
'"`UNIQ--templatestyles-000000C1-QINU`"'<cite class="citation conference cs1">"Chapter". ''Title''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=conference&rft.atitle=Chapter&rft.btitle=Title&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
|book-title=
– uses btitle and sets genre to book
'"`UNIQ--templatestyles-000000C3-QINU`"'<cite class="citation conference cs1">''Title''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=conference&rft.btitle=Title&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
I have tweaked Module:Citation/CS1/sandbox. The current live version of the module lumps all aliases of |chapter=
into a single '|chapter= ignored' error message. This tweak causes the error message to identify the alias that is used in the cs1|2 template:
{{cite journal}}
: |chapter=
ignored (help){{cite journal}}
: |contribution=
ignored (help){{cite journal}}
: |entry=
ignored (help){{cite journal}}
: |article=
ignored (help){{cite journal}}
: |section=
ignored (help)—Trappist the monk (talk) 23:53, 15 September 2015 (UTC)
|title=
, given that that's what they mean? If they're used at the same time, then |chapter=
could be treated as |at=
, within |title=
. And if |at=
is also present, well, I dunno; have an |at2=
.This brings me back to my earlier proposal of normalizing all these parameter names across all the templates. It would be so much simpler if we had something like this:
{{Cite ______
|cite=
|at=
|work=
|...
}}
where |cite=
is the minor work being cited (article, episode, book chapter, song on album, etc.); |at=
is a subset there of, where relevant (section of article, section of book chapter, whatever); |work=
is the major work (journal/newspaper/magazine, website, book title, album, TV series, etc.). I get more and more tempted all the time to just go create a CS3 designed from the start to be mutually consistent across all media types, so someone could learn how to cite in one sitting and get it right no matter what they're citing. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 23:12, 16 September 2015 (UTC)
{{citation/core}}
reduced the differences amongst the templates and Module:Citation/CS1 continues that with varying amounts of success. That is the problem with the evolutionary nature of Wikipedia: start with something disruptive and then tweak it until it's just good enough.Template:Smallcaps/doc needs an update (where the {{clarify}}
tag is) on what people should do to get the desired Small Caps effect for certain things in particular citation styles, given that {{Smallcaps}}
is not COinS-safe. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 23:02, 16 September 2015 (UTC)
Yay! <cite>...</cite>
has now been fixed to stop forcing italicization, so we can now use it instead of <span>...</span>
to wrap the entire citation. This, BTW, has been interesting in that WP as a "developer user" of HTML & CSS has actually gotten W3C to fix things. Their own advice with regard to this element was self-contradictory between documents, and I got them to normalize to the current HTML5 description of the element. Details at Mediawiki talk:Common.css#cite-updates (anchor to update reporting in middle of larger thread about this issue over the last month or two). — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 12:54, 12 September 2015 (UTC)
'"`UNIQ--templatestyles-000000CF-QINU`"'<cite class="citation book cs1">''Title''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Title&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
'"`UNIQ--templatestyles-000000D1-QINU`"'<cite class="citation book cs1">''Title''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Title&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
<cite>
to wrap the entire citation, whereas the sandbox is only wrapping the title. --Izno (talk) 19:30, 12 September 2015 (UTC)'"`UNIQ--templatestyles-000000D3-QINU`"'<cite class="citation web cs1">[http://www.cdc.gov/ncbddd/autism/data.html "Autism Spectrum Disorder (ASD)"]. ''[[Centers for Disease Control and Prevention]]''. 12 August 2015.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Centers+for+Disease+Control+and+Prevention&rft.atitle=Autism+Spectrum+Disorder+%28ASD%29&rft.date=2015-08-12&rft_id=http%3A%2F%2Fwww.cdc.gov%2Fncbddd%2Fautism%2Fdata.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
The class=citation book
looked like a microformat pair of classes to me, rather than what is their more likely use of just plain ol' CSS classes.
Didn't realize the COinS was dumped at the end of the citation. I haven't looked too closely at the HTML behind the template system before.... --Izno (talk) 00:08, 13 September 2015 (UTC)
span.citation
vs just .citation
, and same for the .book
class selector. I.e., ensure that moving the classes from <span>
to <cite>
doesn't break something we don't notice immediately. Then again, if it does, I'm sure someone will tell us. I've not looked at COinS much; if the book
, etc., classes are part of COinS, they do seem to need to be in <span>
, so we might need both (presumably the <span>
inside the <cite>
, since the span by itself would have no semantic "reality" on its own); but if that's just one of WP's own classes, it can be in the <cite>
. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 22:43, 12 September 2015 (UTC)
.citation
in Common.css is the following: /* Highlight clicked reference in blue to help navigation */
span.citation:target {
background-color: #DEF;
}
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
.citation {
word-wrap: break-word;
}
/* For linked citation numbers and document IDs, where
the number need not be shown on a screen or a handheld,
but should be included in the printed version */
@media screen, handheld {
.citation .printonly {
display: none;
}
}
<ref>...</ref>
include a span when it drops its content into the bottom of the page, or is that meant to specifically target our various and sundry reference templates? --Izno (talk) 00:13, 13 September 2015 (UTC)
<cite>
, or to be a class by itself without the element being named (unless we really do need the span as well; I'm still not sure if that class has anything to do with COinS). Ultimately it probably does not matter if have a <cite><span>{{cite journal|...}}</span></cite>
structure; costs nothing but a few bytes. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 03:21, 13 September 2015 (UTC)
ol.references li:target, sup.reference:target
. [Removed my own irrelevant bits] The span.citation:target
snippet is an old remnant of the old link targeting mechanism, before the extension took over. The current snippet is useless and can be safely removed, because 1) references generated by citation templates, by themselves (ususally appearing between {{refbegin}}/{{refend}}), have no id and therefor 2) are not (and cannot) be linked to. That makes :target
pretty pointless. -- [[User:Edokter]] {{talk}}
10:01, 13 September 2015 (UTC)class="citation"
is required so that a cs1|2 template in a bibliography gets the blue highlight when linked from a reference in a reference list.[1] I've hacked the sandbox code so that
class="citation"
is not part of the <class>
as an illustration.[2]
References
{{cite book}}
: Invalid |ref=harv
(help){{cite book}}
: Invalid |ref=harv
(help)—Trappist the monk (talk) 11:05, 13 September 2015 (UTC)
span
should be removed or replaced by <cite>
. Though it will work without the element in the selector, I'd prefer to keep the specificity consistent to prevent accidental linking to other elements with the .citation
class. But that should not be a problem until the conversion is complete. -- [[User:Edokter]] {{talk}}
12:36, 13 September 2015 (UTC)
<span>...</span>
. It is now wrapped in <cite>...</cite>
. My example shows, I think, that <cite class="citation">
is required to get the blue highlight when the target cs1|2 template is outside of a {{reflist}}
as commonly occurs when an article uses {{sfn}}
and {{harv}}
et al.cite.citation
once the modules have been converted. If you still don't understand, don't worry about it. -- [[User:Edokter]] {{talk}}
21:52, 13 September 2015 (UTC)<cite class="citation book">
but the 'Not blue' citation was rendered with <cite class="book">
.In my opinion the CS1 and CS2 templates should produce HTML that not only gives the desired appearance at this moment, but also uses the HTML tags correctly. This thread should have begun with a link to the current official definition of the <cite> element so we could evaluate whether the changes discussed in this thread obey the documentation. Jc3s5h (talk) 15:22, 13 September 2015 (UTC)
<cite>
to title only was a 2009–2013 experiment that the HTML-using community rejected. As in HTML 4, the HTML5 spec allows this to cover citation data generally (the only required part is that at least one of the following must be present to use <cite>
: author, title, URL). — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 13:53, 14 September 2015 (UTC)Update: I've fixed the placement and styling of <cite>...</cite>
in all the templates using it that are not Template:Cite something
, Template:Cite/something
, or Template:Citation/something
, which I've deferred here to Help talk:CS1. (This was mostly fixing it in single-source citations and in quotation templates). All that remains is for it to be integrated into the more complex citation templates. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 13:53, 14 September 2015 (UTC)
I used |section= in a {{cite news}}
in the My War article, and I got the error: "|chapter= ignored (help)". Curly Turkey 🍁 ¡gobble! 23:13, 15 September 2015 (UTC)
{{cite news
|last = Hampton
|first = Howard
|title = Black Flag: Waving Goodbye to the World
|newspaper = [[The Phoenix (newspaper)|The Phoenix]]
|date = 1984-04-17
|page = 8
|section = 3
|url = https://news.google.com/newspapers?nid=1959&dat=19840417&id=OXMhAAAAIBAJ&sjid=OogFAAAAIBAJ&pg=2247,1781571&hl=en
|ref = harv}}
{{cite news}}
: |section=
ignored (help); Invalid |ref=harv
(help)|section=
is an alias of |chapter=
, hence the error message. Consider |at=Section 3, p. 8
{{cite news}}
: Invalid |ref=harv
(help)|chapter=
and |section=
in Template:Cite news#COinS could lead someone to think it is OK to use those parameters in {{cite news}}. GoingBatty (talk) 02:31, 16 September 2015 (UTC)
|at=
at {{cite news}}
specifically includes Section. The decision to make |section=
an alias of |chapter=
was taken long ago in support of another template ({{cite manual}}
I think). Chapters are not supported in periodicals because it is not possible to shoehorn three cs1|2 title-holding parameters (|newspaper=
, |title=
, and |section=
in this case) into the two metadata title-holding parameters (rft.jtitle
and rft.atitle
). Because there is an in-source metadata parameter (rft.pages
), setting |at=Section 3, p. 8
renders the complete citation visually as well as in the metadata.|section=
is used.|section=
should be supported in periodicals, independently of |chapter=
, because there are important sources that do break articles by sections. Also by paragraphs. ~ J. Johnson (JJ) (talk) 22:40, 17 September 2015 (UTC)So that it is consistent with the naming convention of other identifier error categories, and while it is mostly empty, I've changed the ISBN error category name from Category:Pages with ISBN errors to Category:CS1 errors: ISBN in Module:Citation/CS1/Configuration/sandbox.
After the next module update, I think that the old category Pages with ISBN errors can go away.
—Trappist the monk (talk) 16:34, 22 August 2015 (UTC)
This will break some ISBN fixing tools such as WPCleaner. -- Magioladitis (talk) 12:39, 19 September 2015 (UTC)
|author=
?I came across a date in |author=
while working on something else. How hard would it be to test for dates, or at least well-formed dates, in |author=
fields? As always, I worry about false positives, so it may be something to put in a maintenance category.
I suspect that some sort of automated reference-filling tool populated |author=
with dates, or at least included dates along with the author name, due to bad metadata on the source web page or bad processing of the page's data. – Jonesey95 (talk) 13:58, 19 September 2015 (UTC)
|author=
parameters in the field.{{para}}
so that section links from watch lists work.)
found 2,304 results. I'm sure other formats will find additional instances. I'm adding some rules for BattyBot to remove the date from the author parameter when it matched the YYYY-MM-DD date in the date parameter. I'd also be happy if ReferenceBot would notify editors when they added references with incorrect parameters like this. GoingBatty (talk) 15:40, 19 September 2015 (UTC)
author\s*=\s*(January|February|March|April|May|June|July|August|September|October|November|December)\s+\d{1,2},\s+\d{4}
. GoingBatty (talk) 20:40, 19 September 2015 (UTC)Would it be possible to make this respond to typing "site=" as well as "website=" ? "Web" is implied by the use of the template and this would take up less space and I find myself using that by accident a lot. Ranze (talk) 14:52, 22 September 2015 (UTC)
I think right on the "first screen" that the reader sees, without having to scroll down, she should see what is probably the main cite format that people to come to this page for: cite web |url= |title= |last1= |first1= |last2= |first2= |date= |website= |publisher= |access-date= |quote=}}. I think this would be helpful : )OnBeyondZebrax • TALK 17:03, 17 September 2015 (UTC)
I think this would be quite unhelpful, actually. We should be encouraging Wikipedia editors to cite newspapers, books, and academic journals rather than web pages. And when they do cite those things, we should not be encouraging them to use the wrong template to do so. —David Eppstein (talk) 01:12, 18 September 2015 (UTC)
I'm wondering whether we should establish a way that foreign language author and publisher names should be handled in citation templates. This has been addressed before here: Help_talk:Citation_Style_1/Archive_8#Foreign author name (perhaps elsewhere but I was unable to find it) but there wasn't consensus on what should be done with author names that are written in non-Latin scripts. I understand that English sources are preferred on the English Wikipedia, but if the only sources available are written in Korean or Chinese, how should the author's name be included? Including only a transliteration does nothing to help someone who is trying to locate an article if its URL is dead. Since using the script-title and trans-title parameters produces "Script title [trans title]", perhaps something similar should be prescribed for author and publisher names? For example: [1]
References
{{cite news}}
: Invalid |script-title=
: missing prefix (help)
As someone who has done a lot of work trying to rescue dead references, I've found it very frustrating if all I have available is the URL and an author name that was romanized in a non-standardized manner. Thanks, and I'm looking forward to your input, Ry's the Guy (talk|contribs) 18:05, 22 September 2015 (UTC)
On the weekend of 26–27 September I propose to update the live CS1 module files from the sandbox counterparts:
Changes to Module:Citation/CS1 are:
|edition
test; discussionparse_vauthors_veditors()
; discussionname_has_etal ()
; discussion|url=
scheme test; discussion|series=
error message; discussionselect_author_editor_source ()
that skipped extract_name(); discussion|month=
; discussion|script-title=
;|dead-url=usurped
; discussion|script-chapter=
; discussion|asin=
and |ol=
to /Configuration;|title=
, |chapter=
, |work=
parameters; discussion|trans-title=
& |trans-chapter=
error messages; discussion|vauthors=
error checking; discussion<span>...</span>
with <cite>...</cite>
; discussioncitationClass
rather than by parameter; discussionChanges to Module:Citation/CS1/Configuration are:
is_valid_parameter_value()
; discussion|asin=
and |ol=
from Module:Citation/CS1|title=
, |chapter=
, |work=
parameters; discussion|trans-title=
& |trans-chapter=
error messages; discussionChanges to Module:Citation/CS1/Whitelist are:
|Ref=
; non-standard capitalization; discussionChanges to Module:Citation/CS1/Date validation are:
—Trappist the monk (talk) 12:10, 19 September 2015 (UTC)
What is the proper markup to use for a tech report that's published as part of a collection of such papers? Specifically, what's the term to use to indicate the collection's title, as opposed to the article within it? Maury Markowitz (talk) 19:17, 24 September 2015 (UTC)
|series=
work for your source? See the cite techreport documentation. – Jonesey95 (talk) 19:46, 24 September 2015 (UTC)So {{cite work? That seems appropriate. Maury Markowitz (talk) 13:33, 4 October 2015 (UTC)
There are articles showing up in the new Category:CS1 errors: external links because of the following citation format:
Wikitext | {{citation
|
---|---|
Live | Encyclopædia Britannica, 9th ed., Vol. II, New York: Charles Scribner's Sons, 1878, p. 45 | ,
Sandbox | Encyclopædia Britannica, 9th ed., Vol. II, New York: Charles Scribner's Sons, 1878, p. 45 | ,
I have seen a few in this format in a sample of articles from the category. We should probably have a recommended way of fixing these. Any proposals? – Jonesey95 (talk) 16:35, 26 September 2015 (UTC)
The test was fooled by the [[s:
the last three characters of which look like a legitimate uri scheme. I've added a check for internal wikilinks to a namespace. Here we see that the rest of the code still catches a legitimate uri scheme:
{{cite book/new |title=[http://example.com Example]}}
Live module updated.
—Trappist the monk (talk) 17:19, 26 September 2015 (UTC)
Wikitext | {{cite journal
|
---|---|
Live | Šašel Kos, Marjeta (September 2012). "2000 let Emone? Kaj bomo praznovali?". Ljubljana: glasilo Mestne občine Ljubljana [Ljubljana: The Bulletin of the City Municipality of Ljubljana] (in Slovenian). XVII (7): 28–29. ISSN 1318-797X. Archived from the original (PDF) on 2013-07-05. Retrieved 2013-07-01. {{cite journal}} : Unknown parameter |deadurl= ignored (|url-status= suggested) (help); Unknown parameter |trans_title= ignored (|trans-title= suggested) (help)
|
Sandbox | Šašel Kos, Marjeta (September 2012). "2000 let Emone? Kaj bomo praznovali?". Ljubljana: glasilo Mestne občine Ljubljana [Ljubljana: The Bulletin of the City Municipality of Ljubljana] (in Slovenian). XVII (7): 28–29. ISSN 1318-797X. Archived from the original (PDF) on 2013-07-05. Retrieved 2013-07-01. {{cite journal}} : Unknown parameter |deadurl= ignored (|url-status= suggested) (help); Unknown parameter |trans_title= ignored (|trans-title= suggested) (help)
|
value:match ("%[%a[%a%d%+%.%-]*:.*%]")
value:match ("%[%a[%a%d%+%.%-]*:%S.*%]")
|journal=
be holding both original and translated journal titles? (In this discussion, that is a rhetorical question that should be taken up and answered.) The url test, as it is, may find other templates that look like this one but I suspect that there won't be many of them. If that is a reasonable assumption, I'll tweak the sandbox but leave the live version alone.|trans-work=
or |trans-journal=
parameter, so what's an editor to do if that editor wants to be helpful by providing a translation of a journal name?I have refined the test pursuant to this conversation. The new test is:
value:match ("%f[%[]%[%a[%a%d%+%.%-]*:%S.*%]")
The frontier pattern adds the requirement that any character immediately preceding an external wikilink's opening square bracket must be something other than another square bracket:
{{cite book}}
: External link in |title=
(help){{cite book}}
: External link in |title=
(help){{cite book}}
: External link in |title=
(help)—Trappist the monk (talk) 12:12, 27 September 2015 (UTC)
I found this citation in 5-HT2C receptor:
Wikitext | {{cite journal
|
---|---|
Live | Sahoo T, del Gaudio D, German JR, Shinawi M, Peters SU, Person RE, Garnica A, Cheung SW, Beaudet AL (2008). "Prader-Willi phenotype caused by paternal deficiency for the HBII-85 C/D box small nucleolar RNA cluster". Nat Genet. 40 (6): 719–21. doi:10.1038/ng.158. PMC 2705197. PMID 18500341.{{cite journal}} : CS1 maint: multiple names: authors list (link)
|
Sandbox | Sahoo T, del Gaudio D, German JR, Shinawi M, Peters SU, Person RE, Garnica A, Cheung SW, Beaudet AL (2008). "Prader-Willi phenotype caused by paternal deficiency for the HBII-85 C/D box small nucleolar RNA cluster". Nat Genet. 40 (6): 719–21. doi:10.1038/ng.158. PMC 2705197. PMID 18500341.{{cite journal}} : CS1 maint: multiple names: authors list (link)
|
The |author=...Beaudet AL
causes an "extra text" message to appear, and the author's name is not rendered correctly, presumably because the author's name ends in "et AL". I suppose you could say "don't list the authors that way", but a single author listed as |author=Beaudet AL
is acceptable, and it generates the same error:
Wikitext | {{cite journal
|
---|---|
Live | Beaudet AL (2008). "Prader-Willi phenotype caused by paternal deficiency for the HBII-85 C/D box small nucleolar RNA cluster". Nat Genet. 40 (6): 719–21. doi:10.1038/ng.158. PMC 2705197. PMID 18500341. |
Sandbox | Beaudet AL (2008). "Prader-Willi phenotype caused by paternal deficiency for the HBII-85 C/D box small nucleolar RNA cluster". Nat Genet. 40 (6): 719–21. doi:10.1038/ng.158. PMC 2705197. PMID 18500341. |
Just a minor bug to squish. – Jonesey95 (talk) 20:00, 26 September 2015 (UTC)
|nopp=y
Please revert to prior. 65.88.88.69 (talk) 20:01, 26 September 2015 (UTC)
I'm seeing a template with 100s of uses throwing this error message everywhere (which it didn't previously). The help link says to not put a URL in the work but put it in the url field. But what if the specific citation AND the work as a whole each have a URL, having just one url field isn't sufficient, so you have to do |work=[someurl workname] as your only option. We often see the same problem with online accessible books/journals where you would like to have a URL for both the metadata (usually a library catalogue entry) as well as for the fulltext. One url field isn't sufficient, you really need at least 2 URL fields, one that takes you to the actual data and one that takes you to the work or meta-data that provides the contextual information surrounding the data (which might include how to interpret the data, the licensing etc). Until now you could do the work-around of having an external link in the work field or other field as necessary, but now this is prevented, how do we provide these 2 urls to the reader? I hope this can be fixed quickly. Kerry (talk) 06:51, 27 September 2015 (UTC)
|contribution-url=
and |url=
. Peter coxhead (talk) 08:18, 27 September 2015 (UTC)
This is a time when the general purpose nature of {{citation}}
is a benefit:
{{citation
|mode=cs1
|contribution=Kenmore (41505)
|contribution-url=https://www.dnrm.qld.gov.au/mapping-data/place-names/search/queensland-place-names-search?id=41505
|url=http://www.qld.gov.au/environment/land/place-names/
|title=Queensland Place Names
|publisher=Queensland Government
|access-date=
|ref=CITEREFQPN41505
}}
—Trappist the monk (talk) 09:06, 27 September 2015 (UTC)
|mode=
available in the secondary template, it can be deployed in articles that use CS2. Many secondary citation templates don't allow a choice between CS1 and CS2, which prevents their use in many articles. Peter coxhead (talk) 09:40, 27 September 2015 (UTC)
|contribution-url=
is listed at Template:Citation#Template Data. It is a valid parameter that is an alias of |chapter-url=
(also listed at Template Data). We need someone who knows and uses VE to update the VE-only documentation. As far as I know, there was never any documentation for |contribution=
and |contribution-url=
. There is no indication that either of these will be going away.Greetings. Template:Lang (and other templates) say that their features (which presumably includes the <span lang=
microformat) will be included "in the next update". Has this been done for that specific template? I wanted to update the documentation there, but I don't know much about these übercomplicated templates.Jo-Jo Eumerus (talk, contributions) 21:15, 27 September 2015 (UTC)
{{lang}}
et al. would be included in cs1|2. At a guess, I think that support for certain languages that use non-Latin alphabets was something that he was considering. Some of the {{lang}}
support is present in cs1|2 when editors use the |script-title=
and |script-chapter=
parameters. |language=
now accepts ISO 639-1 codes. Editor Gadget850 participated regularly at this talk page and all of the cs1 template talk pages before they were merged into this talk page, and also to the talk pages for Module:Citation/CS1 and {{citation}}
. Perhaps your answer lies there. If you discover what it was that he meant by that rather cryptic note, come back and tell us what you've discovered.|script-title=
, |script-chapter=
, |language=
I mentioned above has been implemented. There isn't a mechanism to automagically know that the content of |title=
is indeed Spanish when |language=es
. I suppose we could use something similar to the language specifier that is used in |script-title=
so that concerned editors could write |title=es:...
or maybe create |lang-title=
that would use the content of |language=
to wrap the title in <span lang=...>...</span>
.Editors may be interested in this proposal for a "cite [museum] archive" template. --Izno (talk) 18:50, 28 September 2015 (UTC)
![]() | This edit request to Template:Cite web has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
197.156.86.194 (talk) 12:54, 1 October 2015 (UTC)
In referencing television episodes, I sometimes have to deal with cases where the episode is dubbed in a non-English language but presented with captions in English, but putting "language=Japanese with English subtitles" raises a problem with CS1. What would be the CS1-confirming way to describe that? "language=Japanese, English"? This would be for cases where the caption presented is important to the reference. Similarly what if I want to reference a program in which the English caption presented is different from the English that is said? This assumes the captions are pre-loaded for the broadcast and not transcribed on the fly. AngusWOOF (bark • sniff) 18:15, 4 October 2015 (UTC)
|language=
is used for categorization so extraneous text confuses Module:Citation/CS1. |language=
merely indicates which languages a source uses, not how they are used. As to which language should come first in your example, |language=
doesn't care so it is up to you to decide whether you emphasize one language over the other by the order in which they appear in the rendered citation. You might consider |type=
to point to the subtitles:
{{cite episode |title=Title |series=Series |language=en, ja |type=subtitles}}
|quote=
to include both an accurate transcription of the audio and an accurate transcription of the closed caption. Or find a better source.The rendered versions of |subscription=
and |registration=
use css copied directly from {{link note}}
:
<span style="font-size:0.95em; font-size: 90%; color: #555">
I have changed that to:
<span style="font-size: 90%; color: #555">
compare:
{{cite book}}
: Unknown parameter |subscription=
ignored (|url-access=
suggested) (help){{cite book}}
: Unknown parameter |subscription=
ignored (|url-access=
suggested) (help){{cite book}}
: Unknown parameter |registration=
ignored (|url-access=
suggested) (help){{cite book}}
: Unknown parameter |registration=
ignored (|url-access=
suggested) (help)—Trappist the monk (talk) 00:09, 8 October 2015 (UTC)
I found a citation similar to this one out in the wild. I have simplified it a bit:
Wikitext | {{cite web
|
---|---|
Live | "title". indenforvoldene.dk (in Danish). Retrieved 7 October2015. {{cite web}} : Check date values in: |accessdate= (help)
|
Sandbox | "title". indenforvoldene.dk (in Danish). Retrieved 7 October2015. {{cite web}} : Check date values in: |accessdate= (help)
|
I see "Retrieved $1 $2" in the rendered citation where the access-date parameter is supposed to be. I wonder if that is a bug that will manifest itself even with valid dates. When the date is corrected, it looks fine:
Wikitext | {{cite web
|
---|---|
Live | "title". indenforvoldene.dk (in Danish). Retrieved 7 October 2015. |
Sandbox | "title". indenforvoldene.dk (in Danish). Retrieved 7 October 2015. |
Any thoughts? – Jonesey95 (talk) 05:22, 8 October 2015 (UTC)
nowrap_date()
had mismatched %s*%d%d%d%d
and %s+%d%d%d%d
patterns; one doesn't care if there are spaces preceding the year value and the other does. Now they both care. The problem also manifests when |access-date=
is mdy:Wikitext | {{cite web
|
---|---|
Live | "title". indenforvoldene.dk (in Danish). Retrieved October 7,2015. {{cite web}} : Check date values in: |accessdate= (help)
|
Sandbox | "title". indenforvoldene.dk (in Danish). Retrieved October 7,2015. {{cite web}} : Check date values in: |accessdate= (help)
|
I must be missing something. Where is the URL error here?
U.S. Census Bureau. Census 2000, Summary File 1. "GCT-PH1. Population, Housing Units, Area, and Density: 2000 - County -- Subdivision and Place". American FactFinder. <http://factfinder2.census.gov>. Retrieved 2008-01-31. {{cite web}}
: External link in
(help)
|work=
When I View Source on this rendered page, I do not see a problem with the URL. I need another pair of eyes. – Jonesey95 (talk) 14:37, 29 September 2015 (UTC)
{{Cite American Factfinder2}}
gets it's value for |url=
from {{American Factfinder2}}
to which is passes three values, in this case 2
, 46013
, and county
. With those values, {{American Factfinder2}}
returns this as a value for |url=
It'd be nice to have a |note=
parameter, so that things like "Source is a blog, but published by a project of the city government; primary but not self-published.", kept with (inside) the citation instead of external to it in an HTML comment. It's pretty common to to use a pseudo-parameter like |note=
, or (in other contexts, like cleanup/dispute templates) |reason=
, for this purpose, but CS1's auto-detection and red-flagging of unrecognized parameters makes this impossible at present. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 16:06, 15 July 2015 (UTC)
|null=
to work around the red-flagging because there are time when as SMcCandlish unrecognized parameters are convenient. -- PBS (talk) 22:56, 15 July 2015 (UTC)
<!-- a hidden comment -->
as the parameter |reason=
is used in the template {{Clarify}}. -- PBS (talk) 19:35, 16 July 2015 (UTC)
|note=
parameter. I find the |others=
parameter very useful - today I've used it to flag "(published anonymously)". Library catalogs sometimes use square brackets for this. Aa77zz (talk) 20:19, 16 July 2015 (UTC){{ cite book | last=Leach | first=William Elford | author-link=William Elford Leach | year=1820 | chapter=Eleventh Room | title= Synopsis of the Contents of the British Museum | place=London | publisher=British Museum | edition=17th| pages=65-70 | others=(published anonymously) }}
| publisher=British Museum
and | others=(published anonymously)
|others=
as you have done is an improper use of the parameter.| last=Leach | first=William Elford
?| last=Leach | first=William Elford | author-link=William Elford Leach
should be removed from that citation. You might then change the note to read: "Attributed to Leach in Both 1994." I'm not at all sure that this is even important. Will knowing that Both thinks that Leach wrote "Eleventh Room" help readers find a copy of Synopsis ...?The conversation has moved a long way from User:SMcCandlish's request for a |note=
parameter to allow a hidden editor to editors message, similar to |reason=
in the cleanup templates. -- PBS (talk) 21:23, 30 July 2015 (UTC)
|note=Titled "Blood of the Isles" in the UK printing.
|note=Paywall can be bypassed by request at URL here.
|note=Page 17 is missing from this Project Gutenberg scan, but is not part of the cited material.
|note=There is a newer edition, but the cited section has not changed, according to URL to changes list.
|note=This is a master's thesis, but was reviewed by Notable Researcher Here, and has been cited in 12 journal papers as of July 2015.
{{clarify-inline}}
? AngusWOOF (bark • sniff) 08:12, 22 August 2015 (UTC)
Markup | Renders as |
---|---|
{{cite book|editor=Editor|date=|title=Title}} |
|
{{cite book|editor=Editor|date=2015|title=Title}} |
|
208.87.234.201 (talk) 00:57, 15 October 2015 (UTC)
Markup | Renders as |
---|---|
{{cite book|chapter=Chapter|editor=Editor|date=|title=Title}} |
|
{{cite book|chapter=Chapter|editor=Editor|date=2015|title=Title}} |
|
{{cite book|author=Author|chapter=Chapter |editor=Editor|date=2015|title=Title}} |
|
|date=
. This seems to be CS1-wide. It's as if those parentheses have to go somewhere.72.89.174.207 (talk) 12:27, 15 October 2015 (UTC)This pdf from the LOC has some biographical material I would like to use in an article. Should I use {{cite web}} or {{cite document}}/{{cite journal}}? Thanks! - Location (talk) 20:54, 15 October 2015 (UTC)
|others=
parameter, with the above quoted words for explanation. – Jonesey95 (talk) 03:27, 16 October 2015 (UTC)
I think that |language=English
is supposed to display an error message and put articles in a maintenance category, but that code may not be working. Look at reference 14 in List of French football transfers summer 2015, for example. – Jonesey95 (talk) 03:54, 16 October 2015 (UTC)
|language=en
. See this discussion and this discussion.I'm wondering if it's possible to get default support for Template:Cite video game in Module:Citation/CS1 or perhaps some help with integrating it better with CS1. Right now, it bizarrely relies on Template:Cite journal (for the metadata???), which is inhibiting the correct citation of a video game with italics. Current example of an outputted title would be: "Example", as opposed to the correct Example. Previous discussion at Template talk:Cite video game#Quotes versus italics petered out in 2013 regarding the change (incorrectly) from quotation marks to italics. --Izno (talk) 00:10, 24 September 2015 (UTC)
{{cite AV media}}
?
{{cite AV media |title=[[Halo 3]] |author=[[Bungie]] <!-- developer --> |publisher=[[Microsoft Game Studios]] |date=2007-09-25 |series=[[Xbox 360]] v1.0 <!-- concatenation of |platform= and |version= --> |at=The Storm |language= |quote='''Arbiter''': "More Brutes?" / '''Master Chief''': "Worse." }}
Bungie (2007-09-25). Halo 3. Xbox 360 v1.0. Microsoft Game Studios. Arbiter: "More Brutes?" / Master Chief: "Worse."
—Trappist the monk (talk) 00:53, 24 September 2015 (UTC)
|series=
probably isn't much worse than |volume=
+ |issue=
, I guess. |via=
might be better but for the fact of the pre-output "via". --Izno (talk) 01:20, 24 September 2015 (UTC){{cite video game/sandbox
|title=[[Halo 3]]
|developer=[[Bungie]]
|publisher=[[Microsoft Game Studios]]
|date=2007-09-25
|platform=[[Xbox 360]]
|version=1.0
|level=The Storm
|language=
|quote='''Arbiter''': 'More Brutes?' / '''Master Chief''': 'Worse.'
}}
Arbiter: 'More Brutes?' / Master Chief: 'Worse.'
Arbiter: 'More Brutes?' / Master Chief: 'Worse.'
I'm not sure that {{cite book}}
is the right template. One of the things that will change with the next update to the module is that the metadata will be in slightly closer alignment to the template that creates it; see choosing the correct metadata when |chapter=, |title=, and |work= are all set.
Also see Module_talk:Citation/CS1/COinS. The Used keys table there shows which metadata keywords are supported for the two object types available to us. Right now, everything is a book unless it is {{cite arxiv}}
, {{cite journal}}
or {{cite news}}
in which case it is a journal. {{citation}}
, {{cite conference}}
, {{cite interview}}
, and {{cite press release}}
are treated as journal when the the module's metaparameter Periodical
is set; otherwise these are treated as book.
The metadata keyword rft.genre
has several set values that it can hold depending on the object (book or journal). After this next update to the module, I intend to refine how rft.genre
is used for the individual templates.
Getting back to the topic, because {{cite video game}}
uses {{cite book}}
, the metadata will describe the video game as a book. Just as {{cite journal}}
was the wrong template because of visual styling, so too is {{cite book}}
the wrong template because of the metadata that will/are being produced. Because those things typically cited with {{cite AV media}}
are not books or journals and because the metadata only give us book or journal, we should choose book for the metadata and then set rft.genre
to unknown
. Because |volume=
and |issue=
are not supported in the metadata for book, |series=
is an appropriate choice to receive both |platform=
and |version=
.
I have hacked the {{cite video game}}
sandbox to use {{cite AV media}}
:
Arbiter: 'More Brutes?' / Master Chief: 'Worse.'
Visually similar except for the parentheses around |version=
.
—Trappist the monk (talk) 23:41, 24 September 2015 (UTC)
What would be the best template for a product brochure? It's not really a book, and it's not really a techreport. Maybe I'm splitting hairs, or maybe there's the perfect template for this? Maury Markowitz (talk) 11:51, 2 October 2015 (UTC)
Hello, currently there seems to be a minor problem, when Citoid tries to create Template:cite web with "en-IN" and similar language codes. I have posted a request for clarification at Visual Editor feedback. Additional input from CS1-knowledgeable editors would be appreciated. GermanJoe (talk) 14:32, 19 October 2015 (UTC)
I found the following {{cite episode}} template in Las Balsas:
Wikitext | {{cite episode
|
---|---|
Live | "The Longest Ever Raft Journey". Witness. 2014-01-02. 11 minutes in. BBC. BBC World Service. {{cite episode}} : Check |serieslink= value (help); External link in (help); More than one of |minutes= and |time= specified (help); Unknown parameter |serieslink= ignored (|series-link= suggested) (help)
|
Sandbox | "The Longest Ever Raft Journey". Witness. 2014-01-02. 11 minutes in. BBC. BBC World Service. {{cite episode}} : Check |serieslink= value (help); External link in (help); More than one of |minutes= and |time= specified (help); Unknown parameter |serieslink= ignored (|series-link= suggested) (help)
|
|minutes=
and |time=
are used, but in the documentation and the rendering, they are mutually exclusive. Should we emit a redundant parameter error?|serieslink=
parameter should contain a wikilink, but it contains a URL, which breaks the rendered value of |series=
. We already emit errors for errors like this in |author-link=
. Should we check this -link parameter as well? – Jonesey95 (talk) 13:47, 2 October 2015 (UTC)|time=
and |minutes=
.|author-link=
check to |series-link=
. Should probably add checks for |title-link=
and |episode-link=
. That done, we should probably create a single error message/category pair for these kinds of errors to also include |author-link=
, |editor-link=
, and |translator-link=
.|<param>-link=
parameter because that extra markup breaks rendering of the link:
{{cite episode/new |series=Series |series-link=[[Las Balsas]]}}
{{cite episode}}
: Check |series-link=
value (help)|serieslink=http://www.bbc.co.uk/programmes/p004t1hd
|author-link=
contains a url or wikilink markup which is, I think, the error that Editor Jonesey95 was talking about, is it not? Is it even possible to get a red external link (without applying special styling)?|whatever-link=
. We are simply talking about applying the existing |author-link=
check (for //
and [[*]]
) to other -link parameters. The checking code in question is: if is_set(person.link) and ((nil ~= person.link:find("//")) or (nil ~= person.link:find("[%[%]]")))
http://www.bbc.co.uk/programmes/p004t1hd|Witness
, which is clearly not the intent of the original editor. The new test will put these broken links in an error category so that we can fix them and help readers and editors find sources. – Jonesey95 (talk) 02:11, 3 October 2015 (UTC)
|editor-link=
? Let's resolve that edge case when it occurs. – Jonesey95 (talk) 13:40, 3 October 2015 (UTC){{cite episode/new |series=// |series-link=:en:%2F%2F}}
this text is [i]nterpreted unusually so I'm going to encode it unusually. Not so much different from the requirement to use these replacements in urls:
sp | " | ' | < | > | [ | ] | { | | | } |
---|---|---|---|---|---|---|---|---|---|
%20 | %22 | %27 | %3c | %3e | %5b | %5d | %7b | %7c | %7d |
It occurs to me to wonder if we shouldn't refine the url test to look for a dot somewhere in the hostname. MediaWiki is confused by:
[[//hus]]
so editors must use interwiki notation:
[[en://hus]]
To Module:Citation/CS1 en://hus
looks like a valid url (though MediaWiki sees that it isn't):
{{cite book |title=Title |url=en://hus}}
IPv4 in dot-decimal notation (192.168.0.0) and domain names (example.com) are hostnames with dots. IPv6 syntax is different and (at the moment) I can find no use of it as a link in en:wp. Looking for the dot that separates IPv4 elements or domain-name labels will identify and flag |url=en://hus
as malformed. Looking for the dot will not identify |title-link=en://hus
as an error. Looking for the dot is no help when |title-link=//hus
; MediaWiki will still be confused.
—Trappist the monk (talk) 13:05, 6 October 2015 (UTC)
{{cite book/new |title=Title |url=en://hus}}
{{cite book}}
: Check |url=
value (help){{cite book}}
: Check |url=
value (help){{cite book}}
: Check |url=
value (help)I've created a new function that does this:
|<param>-link=
for illegal article title characters per WP:TSCSee Editor Jonesy95's example. Here are others using |author-link=
(same code as |series-link=
):
{{cite book}}
: Check |author-link=
value (help){{cite book}}
: Check |author-link=
value (help); External link in |author-link=
(help){{cite book}}
: Check |author-link=
value (help); External link in |author-link=
(help){{cite book}}
: Check |author-link=
value (help); External link in |author-link=
(help){{cite book}}
: Check |author-link=
value (help); External link in |author-link=
(help){{cite book}}
: Check |author-link=
value (help); External link in |author-link=
(help){{cite book}}
: Check |author-link=
value (help); External link in |author-link=
and |title=
(help){{cite book}}
: Check |author-link=
value (help); External link in |author-link=
and |title=
(help)Still to do is |title-link=
and |episode-link=
. All of these should share the same error message and category so I'll think about that as well.
—Trappist the monk (talk) 23:42, 6 October 2015 (UTC)
|title-link=
and |episode-link=
tests added. All of the |<param>-link=
parameters are now using a common error message and handler. If this change is retained we will need to move Category:CS1 errors: authorlink to Category:CS1 errors: parameter-link. Similarly, Check |author-link= value help text gets a new anchor, title, and expanded text.
|title-link=
:
{{cite book}}
: Check |title-link=
value (help)|title-link=
in {{cite encyclopedia}}
:
{{cite encyclopedia}}
: Check |title-link=
value (help)|episode-link=
in {{cite episode}}
:
{{cite episode}}
: Check |episode-link=
value (help)|editor-link=
and |translator-link=
:
{{cite book}}
: Check |editor-link2=
value (help){{cite book}}
: Check |translator-link=
value (help)—Trappist the monk (talk) 15:29, 7 October 2015 (UTC)
|editor-link1=
instead of |editor-link2=
because the first editor is missing. – Jonesey95 (talk) 19:23, 7 October 2015 (UTC)
Improved error reporting. I've changed the code so that error messages related to malformed url-holding parameter values report the name of the parameter:
broken |url=
and |archive-url=
{{cite book}}
: Check |archive-url=
value (help); Check |url=
value (help); Check date values in: |archive-date=
(help){{cite book}}
: Check |archive-url=
value (help); Check |url=
value (help); Check date values in: |archive-date=
(help); Unknown parameter |dead-url=
ignored (|url-status=
suggested) (help)broken |chapter-url=
and |archive-url=
{{cite book}}
: Check |archive-url=
value (help); Check |chapter-url=
value (help); Check date values in: |archive-date=
(help){{cite book}}
: Check |archive-url=
value (help); Check |chapter-url=
value (help); Check date values in: |archive-date=
(help); Unknown parameter |dead-url=
ignored (|url-status=
suggested) (help)broken |url=
, |chapter-url=
and |archive-url=
{{cite book}}
: Check |archive-url=
value (help); Check |chapter-url=
value (help); Check |url=
value (help); Check date values in: |archive-date=
(help){{cite book}}
: Check |archive-url=
value (help); Check |chapter-url=
value (help); Check |url=
value (help); Check date values in: |archive-date=
(help); Unknown parameter |dead-url=
ignored (|url-status=
suggested) (help)broken aliases of |chapter-url=
{{cite book}}
: Unknown parameter |chapterurl=
ignored (|chapter-url=
suggested) (help){{cite book}}
: Check |contribution-url=
value (help){{cite book}}
: Unknown parameter |contributionurl=
ignored (|contribution-url=
suggested) (help){{cite book}}
: Check |section-url=
value (help){{cite book}}
: Unknown parameter |sectionurl=
ignored (|section-url=
suggested) (help)broken |transcript-url=
and |transcripturl=
{{cite episode}}
: Check |transcript-url=
value (help){{cite episode}}
: Unknown parameter |transcripturl=
ignored (|transcript-url=
suggested) (help)broken |conference-url=
and aliases
{{cite conference}}
: Check |conference-url=
value (help){{cite conference}}
: Unknown parameter |conferenceurl=
ignored (|conference-url=
suggested) (help){{cite conference}}
: Unknown parameter |event-url=
ignored (help){{cite conference}}
: Unknown parameter |eventurl=
ignored (help)broken |lay-url=
and aliases
{{cite journal}}
: Unknown parameter |lay-summary=
ignored (help){{cite journal}}
: Unknown parameter |laysummary=
ignored (help){{cite journal}}
: Unknown parameter |lay-url=
ignored (help){{cite journal}}
: Unknown parameter |layurl=
ignored (help)broken |map-url=
and |mapurl=
{{cite map}}
: Check |map-url=
value (help){{cite map}}
: Check |mapurl=
value (help); Unknown parameter |mapurl=
ignored (|map-url=
suggested) (help)—Trappist the monk (talk) 17:45, 9 October 2015 (UTC)
This is a legitimate url:
but it was failing the new url check because the patterns used to split the url into scheme and hostname were too greedy. They took everything preceding the colon in the last query key/value pair (http://...&set=Core:
) as the scheme and the rest (Metadata+Formats
) as the host name. The scheme test failed because the 'scheme' contained illegal characters and the hostname test failed because the 'hostname' did not contain a dot. This has been remedied:
—Trappist the monk (talk) 13:30, 21 October 2015 (UTC)
{{Cite web}} is throwing an error on Myles Jackman for a citation of a page where the author is known only by a first name. Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 18:04, 20 October 2015 (UTC)
|authorn=
for this case. --Izno (talk) 18:14, 20 October 2015 (UTC)
|first4=
is missing a corresponding |last4=
, typically because an editor made a typo or an omission. In order to describe sources accurately so that our readers can locate them, we check for this condition.|last=
(or |lastn=
), or its alias, |author=
(or |authorn=
).|author=
parameter. Does that help? – Jonesey95 (talk) 21:58, 21 October 2015 (UTC)Our MOS recommends to provide a translation when quoting citations in foreign languages. We have |trans-title=
and |trans-chapter=
parameters to allow translations for |title=
and |chapter=
, but a |trans-quote=
parameter to provide a translation of |quote=
is still missing, therefore we should add it in order to allow a translation to be presented in a more organized way than what's possible at present.
--Matthiaspaul (talk) 16:03, 13 October 2015 (UTC)
|quote=
is a free-form parameter. We have |trans-title=
and |trans-chapter=
so that we have |title=
and |chapter=
in their original language for the metadata. Since the value assigned to |quote=
is not made part of the metadata it can hold both the original and a translation.|quote=
and |trans-quote=
parameters could be framed with the equivalent HTML of the lang template, taking the argument from the |language=
parameter for the |quote=
parameter. This would help screen readers to change the pronunciation or allow browsers to choose more appropriate fonts if the quotation would contain unsupported glyphs. It would also help improve consistency in the visual appearance of citations and allow the rendering of citations be changed in the future without having to actually change the wikitext again. Who knows, it might even help automatic translation services elsewhere (even if not part of our metadata at present, web crawlers could extract the info from the wikitext directly).|quote=
being a good thing in the first place. As stated above, I think quotations ought not to be in the citation template itself (because they are not really part of the citation), but can and should follow the citation. This avoids the whole issue of processing quotations as citation metadata. ~ J. Johnson (JJ) (talk) 00:25, 14 October 2015 (UTC)|quote=
parameter a good thing. While I see your point and have used this style myself in the past, I think it is easier for editors to use a simple parameter for quotations than remembering where and how to exactly include the quotation after the cite template. Also, this keeps the quotation connected to the citation.|quote=
parameter is a reality, therefore, if there is potential for further improvement, why not go for it? Nobody is forced to use |quote=
or the proposed |trans-quote=
parameter, although I assume that quite a few would do, if it becomes available.|quote=
, actually: it adds the <q>
HTML tag to the material quoted. This is desirable. --Izno (talk) 12:36, 14 October 2015 (UTC)
|trans-quote=
would be useful to, at least, format translated quotes consistently across articles. I don't have a good suggestion for formatting, but do think that |trans-quote=
should be added as a parameter to promote consistent formatting. AHeneen (talk) 01:41, 15 October 2015 (UTC)In the section at Template:Cite web that contains the information that
|url=
is still required.
, IMHO it might be informative [helpful] to add something like
<note>Note that "
|url=
is still required", even though, in most typical cases, the value for the "archive-url" field tends to be a [longer] character string, that already includes -- as a substring -- something identical to, or similar to, the value for the "|url=
" field.</note>
I am not sure whether such a "<note>((text...))</note>" sequence is the correct bit of wikitext to cause it [the "Note" text] to show up -- [or, "pop" up] -- (like a "tooltip") (during hovering of the mouse over a superscript number inside some [square] brackets) as footnotes sometimes do; ... but there is probably some wikitext way to achieve that goal.
I do not know how to do it. So, the change, if any (if approved by some consensus, or whatever), would have to be made [edited] by a person who has a better understanding than I do, of the nesting of transcluded template pages, and the appropriate methods for being careful to make sure that the "edit" will not have any unintended ill effects, before putting it in to the [non- /sandbox] version of the appropriate template "doc" [sub-] page, or whatever. So, at this point, this is a just a suggestion. Any comments? --Mike Schwartz (talk) 17:43, 21 October 2015 (UTC)
I was writing this and realized that if I want to include a long quote in a reference but doing so would make the reference look "ugly," I didn't know the best way to do it.
Ideally, I would use an "inline expansion template" within |quote=
so the quote would be clickable/touchable/mouse-over-able and when the reader clicked/touched/moused-over the abbreviated quote the full quote would appear, but I'm not aware of any such template.
Maybe something like
*{{cite work |url=http://constitutionus.com/|title=Constitution of the United States of America |quote= We the people...this constitution of the United States of America{{Fix |text= full quote |title= We the People of the United States, in Order to form a more perfect Union, establish Justice, insure domestic Tranquility, provide for the common defence, promote the general Welfare, and secure the Blessings of Liberty to ourselves and our Posterity, do ordain and establish this Constitution for the United States of America. }} }}
which produces
We the people...this constitution of the United States of America[full quote]
My main concern is that this probably won't work with mobile and blind users who may not be able to "hover over".
My secondary concern is that the "fix" template isn't meant to be called directly and it's "link to" and "categorization" elements aren't really applicable here. Ideally there would be a standardized way of doing an abbreviated in-line quotation that expands when the user asks it to, and that method could be documented in the documentation pages for the Citation Style 1 templates.
The other option of using a <ref group=expand></ref> and {{reflist|group=expand}} within another reference is just plain awkward-looking - it's like having footnotes within footnotes.
Ideas anyone? davidwr/(talk)/(contribs) 16:50, 10 October 2015 (UTC)
{{efn}}
and then cite that:References
{{cite book}}
: Unknown parameter |subscription=
ignored (|url-access=
suggested) (help)
|subscription=yes
to my example because if one is to use the title
attribute in some template intended to be placed in |quote=
it should stylistically resemble the pseudo-help link following the 'Subscription required' text. I think that the accessibility issues you mentioned argue against the use of such a template.{{abbr}}
uses the <abbr>...</abbr>
tag, using that template to make tool tips from long strings of text that are not expansions of abbreviations or acronyms violates the tag's particular semantic meaning.|quote=
. ~ J. Johnson (JJ) (talk) 21:15, 11 October 2015 (UTC)
|pages=
on templates like {{cite book}}; I hope you can see how stupid an idea that would be. —David Eppstein (talk) 21:52, 11 October 2015 (UTC)
|quote=
parameter for that purpose. E.g., instead of doing something like
{{cite work ... |quote= We the people ...}}</ref>
{{cite work ...}}"We the people ..." </ref>.
|ref=harv
the quote will be outside of the highlighted citation. —David Eppstein (talk) 23:05, 12 October 2015 (UTC){{harv ...}}"We the people ..." </ref>.
|ref=harv
elsewhere in the article, the {{harv}} citation is shown bluelinked. If you click on the bluelink, the article scrolls to the CS1 citation that it corresponds to and highlights it. In some cases you might not want the quote to be highlighted (for instance, if the {{harv}} link is part of a reference that uses a different passage from the same book) but in other cases the quote should be highlighted, and the only way to achieve that is by including the quote in the actual citation template. —David Eppstein (talk) 00:19, 14 October 2015 (UTC)
What I have suggested does not damage any functionality (as far as I see it). I am wondering about what particular kind of functionality you think you need. Note that you are mixing two different - albeit very similar - things here. In a footnoted reference the superscripted, bracketed number (e.g.: [1]) is a link to everything that was placed between <ref>...</ref>
tags. By virtue of magical software hovering over the link produces (but perhaps not on the Talk page) the little pop-up box with the contents of the <ref>...</ref>
tags. Which contents can be citations - or quotations, comments, whatever. In this case taking a quotation out of a citation makes no difference at all in this display functionality as it acts on the contents of the ref tags as a whole. (See Leech River Fault for examples.)
References
In the second case ("Harvard" parenthetical style as seen at Riemann Hypothesis) the in-line link is produced by a Harv template, and hovering over it does not generate a pop-up box. When you click on the link the target you go to is the citation, embedded in the adjacent text. The only difference (from the pov of display) between having a quotation inside the citation or following it is whether it is highlighted. E.g., compare these two links:
- Odlyzko, A. M. (1992a), The 1020-th zero of the Riemann zeta function and 175 million of its neighbors (PDF),
Pretend quotation inside the citation template is highlighted on arrival.Comment.- Odlyzko, A. M. (1992b), The 1020-th zero of the Riemann zeta function and 175 million of its neighbors (PDF) "Pretend quotation outside the citation is not highlighted on arrival." Comment.
No pop-up boxes, that is the inherent functionality of Harv, but once at the target readers see everything, including what is outside of the citation template. Is there some functionality you have in mind that I have missed? ~ J. Johnson (JJ) (talk) 22:51, 15 October 2015 (UTC)
David Eppstein: comment? I think I have shown there is no loss of functionality in not using 'quote='. Is there anything I may have missed? ~ J. Johnson (JJ) (talk) 22:07, 19 October 2015 (UTC)
should be treated as part of the citation" (and thus highlighted). My objection is that quotations are not part of any citation. (Obviously!) But before we run off about that, please note that we can finesse this particular point by replacing your reference to "citation" with "note". That is, that you want to highlight both the citation (as I narrowly define it) and the quotation associated with it, in the manner seen when using <ref> tags. Whether that is a reasonable expectation is still open, but with this understanding we avoid my objection and therefore have scope for discussion. Is that acceptable? ~ J. Johnson (JJ) (talk) 23:08, 21 October 2015 (UTC)
In the template "cite web", which is used when "cite news", "cite newspaper" or "cite journal" is not, should the "website" field italicize the name of websites, in the manner of books or periodicals?
|work=
(i.e. |website=
) values but |publisher=
. Of the entire list only Rotten Tomatoes is a |work=
, and, yes, various sources do, and various style guides would, recommend italicizing it (same goes for CBS News as a news source rather than as an intellectual property business entity. I'm not sure what relevance that external style guides are thought to have here, and that's all I'll say on that matter for now. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 12:22, 12 September 2015 (UTC)16. Ellis, Rhian, J. Robert Lennon, and Ed Skoog. Ward Six (blog). http://wardsix.bog.spot.com/.
|publisher=
instead. So to reply to Tenebrae, |publisher=British Board of Film Classification
would be 100% appropriate and correct, and the rendered formatting for the publisher would not be in italics. Imzadi 1979 → 17:30, 9 September 2015 (UTC)|title-format=
, |publisher-format=
, |website-format=
, etc. with values that correspond to "quoted," "italic," and "plain". davidwr/(talk)/(contribs) 18:35, 9 September 2015 (UTC)|website=
parameter, first conflating it with hostnames (URLs), now with publishers. ~ J. Johnson (JJ) (talk) 01:19, 10 September 2015 (UTC)claim[ed] that corporations and government agencies suddenly transmogrify by magic into publications", and I will thank you to stop such misrepresentation. If you are going to take disagreement as a form of insult perhaps you should refrain from requesting comments. ~ J. Johnson (JJ) (talk) 22:47, 10 September 2015 (UTC)
|website=Project Gutenberg
to show up in Italics. On the other hand, if you cite the same article hosted at http://ngm.nationalgeographic.com/, you probably may very well want |website=National Geographic Magazine
italicized. Note - for those counting noses I already made my main comment above - see "Leave default alone." davidwr/(talk)/(contribs) 02:08, 10 September 2015 (UTC)|via=Project Gutenberg
. AHeneen (talk) 22:19, 11 September 2015 (UTC)|website=
(which is {{Cite web}}
's |work=
parameter), something like FooBarBaz.com
we're citing it as the title of a publication, not referring to it as an entity, so it is properly italicized as the title of major work, like a journal, book, or feature film. When I say "Jane works at FooBarBaz.com", I'm referring to a business entity. When the site has a conventional title, without the .com
or whatever, we use that: {{Cite web|website=[[Slate (magazine)|Slate]]|...}}
, not {{Cite web|website=[[Slate (magazine)|Slate.com]]|...}}
. When the site has no such non-domain-name title, the domain name is the title, and this quite common for online publications, as in our FooBarBaz.com example. In running prose, write: "According to a FooBarBaz.com article ...", but "...as the new CEO of 's.com". When the website/work and publisher are the same or essentially the same, omit the publisher, exactly as we do for newspapers: {{Cite web|news=[[The New York Times]]|...}}
, not {{Cite web|news=[[The New York Times]]|publisher=[[The New York Times Company]]|...}}
. This is quite common with online publications, where the business entity does not really exist separately from the website for our intents and purposes. This is usually apparent in the copyright notice; if the indicia for SnorkelWeasels.com says "Copyright 2015 SnorkelWeasels.com" or "Copyright 2015 Snorkel Weasels LLC", you can usually safely omit the publisher parameter.This would necessarily invalidate much of the oppose reasoning above relating to stuff like "British Board of Film Classification, U.S. State Department, Sears ... New York State Department of Motor Vehicles or other entities"; those are all |publisher=
(as "entities" indicates), and their corresponding |website=
a.k.a. |work=
parameters are, respectively: BBFC.co.uk
, State.gov
, Sears.com
, and DMV.NY.gov
. This is important, because most such entities have multiple publications, online and offline. "U.S. State Department" is absolutely not a work title. It's typical, not just common, for universities to have dozens of websites on a departmental level (foo.bar.UofBaz.edu
) that are often separately written, maintained, and funded, with separate purposes and audiences, and with their own editorial processes. It's also common for major governmental departments/ministries to do likewise (e.g. USEmbassy.gov is also a US State Dept. website). And it's fairly common for business entities to have multiple consumer-facing websites (usually divisional and/or world-regional), plus a separate Corporate.Quux.com
type of site for non-consumer information about the company. And so on. Even Sears has multiple websites (I know, because it gives me a headache to remember which one to log into with what password to pay my bill); we might cite any of them (even the Sears bill-paying one, e.g. for what their privacy policy states vs. what some journalist wrote about it in a security scandal article or whatever). For any news publisher with multiple publications and different editorial boards, such that the paper and online editions may differ radically in content, it is safest to cite the online edition by its domain name (without "www." unless DNS resolving fails without it) as the work (or the online one's separate title if there is one, e.g. Wired News vs. Wired the magazine, which are from the same publisher) rather than the name of the paper publication. I tend to do this to be safe anyway, and cite, e.g. Guardian.co.uk not The Guardian, because I don't know their online vs. paper editorial process.
The easiest way to keep this straight in one's head is probably to stop using |website=
and always use |work=
, to remind oneself that the parameter is about a publication. And if ever in doubt, remind yourself that Apple Records is a publisher and The Magical Mystery Tour is a work. It never ceases to amaze me how frequently people confuse |publisher=
with |work=
and its aliases. There's no reason for it. We all understand the difference between Marvel Comics, the business entity, and Ultimate Fantastic Four, the comic book series, don't we? Apply the same reasoning to websites. Oxford University Press is a publisher, not a book. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 12:22, 12 September 2015 (UTC)
Self-correction: Salon has gone back to using Salon instead of Salon.com as the title, and the business name has changed, to Salon Media Group, so it's essentially the same as Wired News as an example; I've changed the Salon example to a hypothetical one. — SMcCandlish ☺ ☏ ¢ ≽ʌⱷ҅ᴥⱷʌ≼ 15:46, 14 September 2015 (UTC)
absolutely agree with him", even though you also say there are things you with which disagree. I think what you agree with is that the title of works are italicized. What you object to is the italicization of certain cases, such hostnames (from a URL) and names of organizations (including publishers). But that is not a matter of disagreement, because no one here accepts such italicization. Your more particular objection – to "
forcing italics" on the content of
|website=
when the content is such as we all agree should not italicized – overlooks a very essential point: if the content is not the name of the work then it should not be in "website" in the first place. The problem there is not the italicization, but misuse of the parameter.Website titles may or may not be italicized ...". Please note that that section gives no examples of a website whose name ought not to be italicized. If you have any such examples it might be useful to mention them. ~ J. Johnson (JJ) (talk) 22:58, 13 September 2015 (UTC)
Website titles may or may not be italicized ...", I'm not sure why we're forcing titles in the "website" field to italicize.--Tenebrae (talk) 15:10, 15 September 2015 (UTC)
|website=
: because by definition they are titles of works, which are italicized by standard citation convention.Anyway, of course we would not italicize Oxford University Press. "Oxford University Press" does not go in the website field, it goes in the publisher field, just like Apple Records or Universal Studios, or Marvel Comics, etc. It appears to me that you skimmed what I wrote, concluded what you wanted to, and are now putting words in my mouth that are the exact opposite of what I said, e.g. 'It also sounds as if while he says "Support Italics", he actually doesn't support them in the website field', which is bassackwards. No separate consensus needs to be reached on |website=
; it's the same thing as |work=
, just as |journal=
is in {{Cite journal}}
. I just use |work=
in all of them, and it works fine.
The poorly-worded guideline quote is trying awkwardly to get at the "according to a FooBarBaz.com article" vs. "according to FooBarBaz.com's privacy policy" distinction drawn earlier, and to separate sites that intrinsically are publications (like Slate or xkcd) from those that are services/applications/shops (Gmail, Yandex, Amazon.com). That's about use in running prose; in a citation, if we use |website=
a.k.a. |work=
, we're citing something as a published work, whatever it's other possible uses.
Contrived example where the publisher shares essentially the same name as the publication, and it's name is Billiards.info (not Billiards):
Examples and stuff
|
---|
|
Website titles may or may not be italicized ...". Since that's the case, why are we forcing titles in the "website" field to italicize? On its face, that goes against the MOS. --Tenebrae (talk) 15:13, 15 September 2015 (UTC)
on the type of site and what kind of content it features.But while the MOS provides several examples that should be italicized, it does not provide any contra-examples. It says only: "
Other types of websites should be decided on a case-by-case basis." In a previous comment (above) I suggested to Tenebrae that if he had any useful examples it might be useful to mention them. He said (15:10, 15 Sep) that he "
shouldn't have to give examples when the MOS itself says there are website titles that may not be italicized." Which is partly true — and partly false. What is false is the assertion that "
the MOS itself says there are website titles that may not be italicized." The MOS makes no such assertion that such titles exist, and certainly not that "
may not be italicized" (in the sense of not permitting). It only allows the possibility of such cases. And so far we have not seen any clear instances of "website titles" as titles of works - which is how
|website=
is defined - which should not be italicized. Lacking any such instances the argument for non-italics seems distinctly hypothetical. ~ J. Johnson (JJ) (talk) 22:55, 15 September 2015 (UTC)|website=
, but with the improper use of |website=
. This parameter is defined at Template:Cite_web#Publisher as an alias for |work=
, which contains the name of certain kinds of publications. Note: places, hosts, organizations, and publishers are NOT works. The problems you object to arise solely from your vague, ill-defined, and over-inclusive concept of "website names". In regard of Rotten Tomatoes (and your other examples): is that a publication (work), such as regularly publishes articles? Or is it a place, where a whole lot of diverse and constantly changing content can be found? If it is a place it does not belong in |website=
, and there is no issue with italicization. Your entire tendentious complaint here rests entirely on such incorrect usage.|website=
as the title of a work, and 2) should not be italicized, in no way establishes whether such an instance actually does exist. The examples you have offered are worthless because of their work/non-work ambiguity. ~ J. Johnson (JJ) (talk) 22:20, 17 September 2015 (UTC)Checking back in on this messy debate, and J. Johnson I'm trying to follow your logic. Are you saying that Rotten Tomatoes is a place/publisher and not a website? Then what is |website=
used for? My original point in all this is that it makes no sense to me why |work=
and |website=
are interchangeable when in many (most?) instances they are not publications. This is the issue Tenebrae and I seem to be stuck on: The Rotten Tomatoes article asserts that it is a website, but "Rotten Tomatoes" is not italicized. Either:
|website=
should not italicize by default, orI see the distinction you are making, that we should be putting sites like Rotten Tomatoes in |publisher=
, but that is counterintuitive to most editors, and |website=
is mostly used for urls and website titles.— TAnthonyTalk 22:40, 17 September 2015 (UTC)
'
|website=
. The question is not whether whether RT is a website (that is, an Internet location containing "web" content), but whether that website is a kind of publication (i.e., a work), or something else. (And incidentally: RT is a website, and the publisher is probably Flixter, Inc.)|work=
– or its aliases.|website=
encompasses all websites, including those that are not "works". (It certainly should not be used for urls.) If this is too difficult for general understanding then perhaps this parameter should be removed. ~ J. Johnson (JJ) (talk) 00:18, 18 September 2015 (UTC)
|website=
should only be used when the web site is a "work" and that it should not be used when it is a "place" or other "non-work descriptor" then all related documentation should be updated to make this point crystal-clear. Ditto if that's not the current consensus but the consensus evolves to that in the future. davidwr/(talk)/(contribs) 04:19, 18 September 2015 (UTC)|website=
is an alias of |work=
and should be used for the title of the website. There are two situations where the website (or work) parameters should not be used. One is if the website does not have a title (the html title tag might have a value, but that value might actually be nonsense, or the name of a company, and there is no large text near the top of the page that serves as a title). The other situation is where |title=
is also the title of the "home page" where the information is found. A large website with many subpages can be a work, whether it has been assigned a title or not, and whether it corresponds to a traditional paper or film work or not. If it hasn't been assigned a title, I would just set |title=
and leave it at that. Jc3s5h (talk) 12:04, 18 September 2015 (UTC)|website=
could be deprecated, with better documentation of where to use |work=
. (Those editors that understand it can use it, and the others won't be mislead.) But this is getting beyond the scope of this RfC. ~ J. Johnson (JJ) (talk) 22:12, 18 September 2015 (UTC)|website=
, as an alias for |work=
, requires any replacement. Where the content of a "website" (in the broader usage) can be taken as a "work" that parameter is still available. I think that not using |work=
when it might be applicable is a lesser (and addressable) problem than the misuse of |website=
. However, all this is getting into a follow-up discussion. For the purpose of this RfC I think there is consensus that the contents of the |website=
parameter, in the scope of its proper and restricted usage, should be italicized. ~ J. Johnson (JJ) (talk) 20:55, 20 September 2015 (UTC)|work=
does. I didn't even know |website=
existed until stumbling upon it yesterday, and I still can honestly say I (and perhaps others) do not know when to use |website=
over |work=
. Assume that they are used interchangeably, and have the format be consistent between them. No prejudice if they are both not italicized, as long as they are consistent.—Bagumba (talk) 22:44, 15 September 2015 (UTC)|work=
parameter are titles of "works", which by standard convention are properly italicized, the contents of |website=
, being an alias of |work=
, and intended for those cases where the contents of a website are deemed to be "works", are also properly italicized. The objections raised here about improper italicization arise from improper use of the parameter for the names of non-works, such as hostnames or names of publishers. This misuse appears to arise from non-recognition of the non-obvious restriction of "website" to a form of title of a work. ~ J. Johnson (JJ) (talk) 20:59, 20 September 2015 (UTC)I have split off the following comments as they only rehash what has been said above (or in the previous discussion) without adding anything new (to date) on the question of the RfC ("Italics or Non-Italics ..."). ~ J. Johnson (JJ) (talk) 21:34, 7 October 2015 (UTC)
[i]f a field is called "website", then editors naturally assume that any website name goes there." While that is an understandable assumption, it remains a fact that 'website=' is an alias of 'work=', and thus restricted to the latter's use for titles of works, and thus italicized.
goes directly against the MOS" is flat-out wrong, because (as previously explained) you keep forgetting the bit about "
depending on the type of site and what kind of content it features." Your Rotten Tomatoes example is rotten because you have not shown that it is the title of a work. Failing that, it does not belong in 'website', and thus is irrelevant. ~ J. Johnson (JJ) (talk) 22:49, 21 September 2015 (UTC)
Rotten Tomatoes is not a website", it seems you completely missed where I said that it is a website. (Which statement is likely to confuse you even further, as you quite evidently do not understand the distinction between 1) name of an Internet location containing web content, and 2) name of a work.) As to "
what this entire RfC is about", I will quote your very own words when you opened this disucssion: "
... should the "website" field italicize the name of websites, in the manner of books or periodicals?". That
|website=
is an alias of |work=
is a given. If you want to discuss whether this is proper open another discussion. ~ J. Johnson (JJ) (talk) 00:08, 22 September 2015 (UTC)|website=
is an alias of |work=
is a given." It is nothing of the sort. Nothing is a "given". This entire RfC is about whether or not the "website" field should be italicized, and your bringing in irrelevant, extraneous points to create a smokescreen because you like the field to be italicized is just remarkable.website names can be either italicized or not." (Note the closing full-stop.) It says: "
Website titles may or may not be italicized depending on the type of site and what kind of content it features." (Emphasis added.) What part of the qualifying "depends on ..." do you not understand? Oh, sorry, I forgot: none of it. Never mind. ~ J. Johnson (JJ) (talk) 22:41, 23 September 2015 (UTC)
double-talk", "
ridiculous", "
what are you, five?", "
smoke-screen", and "
the garbled, verbose, unclear nature of your writing" (all from you) to be civil?? Not the slightest bit provocative? Attributing your failure to understand to "
deliberate dissembling" on my part is not civil (and also violates WP:AGF), nor does it encourage any continuance of a civil discussion. Whether we continune this discussion is another matter. ~ J. Johnson (JJ) (talk) 22:01, 24 September 2015 (UTC)
|website=
is an alias of |work=
. Of course, this could be changed and they could be made two separate parameters with different behaviours. But, and it's a big "but", first thousands of uses would have to be checked to see which meaning was intended, since there's no guarantee that editors have used the parameters with different meanings. I can only say that since I know they are aliases, I've not been consistent in which I used. So to this extent, J. Johnson is right to say that the current aliasing is a given. If separate parameters were agreed, then one could indeed be italicized and one not, but this is a different issue. Peter coxhead (talk) 08:14, 22 September 2015 (UTC)Website titles may or may not be italicized depending on the type of site and what kind of content it features." The "or may not be italicized" is not a general permission for individual discretion, it is contingent (depends) on a certain distinction of site and content. There is no "forcing" of italics as use of 'website=' is entirely voluntary. But as you are resistant to understanding any of this further explanation seems futile. Calling my efforts "
double talk" only underscores your lack of understanding.
|website=
. That the established and documented use of this parameter does not conform to your notion of what the general term "website" should cover: that is not what you requested comments on. ~ J. Johnson (JJ) (talk) 21:01, 23 September 2015 (UTC)want to encourage editors to wrongly italicize" is completely false, and I will yet again request that you refrain from misrepresenting my positions. I say that what should not be italicized should not go into the 'website=' parameter. Your argument is that certain names should go into 'website=', and then you are unhappy because it got italicized.
forcing" of italics is just a red herring. The rest of your comments I reject categorically. ~ J. Johnson (JJ) (talk) 22:11, 24 September 2015 (UTC)
want to encourage editors to wrongly italicize". That is false, and absolutely contrary to everything I have said here; it constitutes a misrepresentation of my views. You have done this several times before. That you do not listen, or perhaps lack the intellectual competency to understand, does not excuse your bad manners, and interferes with any progress in this discussion. And I have had enough. I demand an apology for this and other misrepresentations — Preceding unsigned comment added by J. Johnson (talk • contribs) 02:47, 30 September 2015 (UTC)
Only someone who knows he has no valid argument is going to start insulting another person, since that's a form of misdirection, and you've been smokescreening for most of this discussion. You're clearly so angry that rather than read thoroughly and think straight, you evidently only skim what I've been writing here. I've repeated myself blue in the face, and you still act as if you don't understand. That's just remarkable behavior. And it's typical of someone such as this that that you won't consider or even acknowledge a compromise suggestion but instead insist on some scorched-ground approach. I'm appalled and sad.
Once again: The field's name is "website". Non-italicized aggregators like Rotten Tomatoes and the Grand Comics Database are websites. The average editor who knows the definition of "website" will put websites in the "website" field. Are you following? Now, the "website" field forces italics. I know you understand that. Italicizing websites that should not be italicized goes against the MOS, which allows for italics or non-italics depending on the website. I don't know how to explain it any more simply.
The solutions are simple: 1) make the website field not italicize automatically, so that editors can add the double-quote italic code in order to italicize, or 2) change the name of the field to something other than "website". That way, websites like Rotten Tomatoes and Grand Comics Database can go in a non-italicized field. There is a middle ground unless you simply want to have things your way without reaching reasonable compromise like an adult. --Tenebrae (talk) 03:43, 30 September 2015 (UTC)
editors know the definition of "website"": that assertion has been questioned, and that issue addressed. Did you forget? ~ J. Johnson (JJ) (talk) 00:12, 7 October 2015 (UTC)
I have repeatedly objected to Tenebrae's misrepresentation of my views, which he has rejected as "smokescreening". Before I take this elsewhere would anyone else care to offer any comments? ~ J. Johnson (JJ) (talk) 21:37, 7 October 2015 (UTC)
|website=
. ... and incidentally: RT is a website, and the publisher is probably Flixter, Inc.). ... The whole problem here seems to come to some editors thinking |website=
encompasses all websites, including those that are not "works". (It certainly should not be used for urls.) If this is too difficult for general understanding then perhaps this parameter should be removed."|website=
encompasses all websites, including those that are not 'works' ". So we're agreed that editors will place websites into a field called website=, which forces italics, even though not all websites should be italicized (such as Rotten Tomatoes and Grand Comics Database).Now that the CS1 module revision of a couple of weeks ago has had time to work through all or most of Wikipedia, we can see how many new errors were picked up by the changes. The three categories that saw the most changes were the "missing author" category (due to an error that stopped being detected in a previous revision and is now detected again), the "URL errors" category (in which there is a lot of cruft in the |url=
parameter), and the "external links" category.
I'm seeing a large number of articles in Category:CS1 errors: external links that are caused by editors wanting to link |work=
or |journal=
, or their aliases, to an external URL. The current Help page text for this error condition says:
External link in |<param>=
This error occurs when any of the CS1 or CS2 citation title-holding parameters – |title=, |chapter=, |work= or any of their aliases – hold a properly formatted external link (URL). External links in these parameters corrupt the citation's metadata and can be the source of a variety of other error messages.
To resolve this error, remove external link syntax and put the url in the appropriate parameter (|url=, |chapter-url= etc.).
I have had no trouble fixing this problem when there was an external link in |title=
or |chapter=
, but I am at a loss as to what to do when there is an external link in |work=
, |journal=
, or their aliases.
Here are some examples from actual articles:
{{citation}}
: External link in |journal=
(help) (from 100 prisoners problem){{cite journal}}
: External link in |journal=
(help); Unknown parameter |deadurl=
ignored (|url-status=
suggested) (help); Unknown parameter |trans_title=
ignored (|trans-title=
suggested) (help) (from Abstand and ausbau languages)There are also templates that have links in |work=
, such as {{Australian Wetlands Database}}, {{Cite AHPI}}, and {{Cite Monumentenregister}}.
What should our advice be? Should there be a |work-url=
or |journal-url=
parameter? – Jonesey95 (talk) 03:45, 12 October 2015 (UTC)
|work=
or |journal=
fields. In the first example, the required parameter is |url=http://www.msri.org/attachments/media/news/emissary/EmissarySpring2004.pdf
which links to the correct volume of the 'journal'. In the second of your two examples above, the journal link is simply unnecessary – the reference is to the article, not the journal. So in my view the citations should be:
{{cite journal}}
: Unknown parameter |deadurl=
ignored (|url-status=
suggested) (help); Unknown parameter |trans_title=
ignored (|trans-title=
suggested) (help)|author=
and treating "Spring 2004" as a issue indicator not a volume.) Peter coxhead (talk) 09:23, 12 October 2015 (UTC)
|work=
or |journal=
, the only choice is on the article title, but in that case we have a misleading link: readers who click on the link will be expecting the individual article and get something else. —David Eppstein (talk) 00:25, 14 October 2015 (UTC)
|url=
parameter, just as we do with a journal article or a report or any other long document, and then use |page=
and |title=
(and |author=
, if applicable) to guide readers to the correct location within the PDF. There is also a PDF linking trick that works with some browsers. – Jonesey95 (talk) 03:48, 14 October 2015 (UTC)Per Editor Jonesey95 I have moved this conversation here.
Editor Peaceray posted this on my talk page:
Hi, I have been looking through various Help_talk:Citation_Style_1 discussions in an attempt to understand why having an external link in |work= is now generating an error. I have been populating this parameter with external link for years & just noticed that it now causes an error. It is obvious to me why external links in |title= & in |chapter=, as they conflict with |url= & |chapter-url= respectively. However, there is nothing like a |work-url= for |work= to conflict with. The documentation essentially just says that's the way it is.
I have seen your username all over the discussions at Help talk:Citation Style 1#choosing the correct metadata when |chapter=, |title=, and |work= are all set & Help talk:Citation Style 1/Archive 9#How to resolve external link errors without work-url= or journal-url=?. I am just hoping to get a succinct, coherent explanation why external links in |work= cause a problem.
I am a heavy user of citation templates. I also have been in IT for 25 years & have dabbled in my share of programming languages, so while I may not be familiar with the syntax of modules, I probably get a grasp of a moderately technical discussion.
You know that the twenty-some cs1|2 templates were created independently. {{citation/core}}
was the first real attempt to consolidate them so that they were more stylistically and functionally similar than the original templates. That consolidation is ongoing in Module:Citation/CS1 and is far from complete.
Part of the consolidation that we've accomplished so far is to define a more uniform parameter naming convention. The canonical form of all URL-holding parameters is |<name>-url=
. |dead-url=
is an exception that still needs to be fixed.
The first mention of any prohibition of external links in |work=
and alias parameters, technical or other wise, appears to come with this edit. Those words still exist in Help:Citation Style 1 though not in the same place. There have been requests in the past for the module to flag URLs in |website=
because new users confuse |website=
with |url=
. I'm unable to locate where I read those requests but I am sure that I am not imagining that they were made.
The metadata formatting that cs1|2 uses provides for four general types of citation: book, journal, dissertation, and patent. Our challenge is to somehow shoehorn the twenty-ish cs1|2 templates into those four. In the version of the metadata code that I'm working on now, journal-type metadata are created for:
{{cite arxiv}}
, {{cite journal}}
, {{cite news}}
{{cite conference}}
, {{cite interview}}
, {{cite map}}
, {{cite press release}}
, {{cite web}}
when Periodical
meta-parameter is set{{citation}}
when Periodical
is set but |encyclopedia=
is not setAll the rest of cs1|2 create book type except {{cite thesis}}
which uses dissertation type. The patent-type metadata are created in the weird hybrid of {{citation}}
and {{citation/patent}}
and not currently supported by Module:Citation/CS1.
In the creation of the metadata, the value of |work=
and aliases (the Periodical
meta-parameter) is assigned to the metadata key &rft.jtitle=
. That key is defined to be a character string and further defined to be a 'Journal title'.[1] I choose to read that standard strictly, so a URL is not appropriate.
It isn't because of a conflict between |title=
and |url=
(or the chapter pair). External links in |title=
(&rft.btitle=
) and |chapter=
(&rft.atitle=
) have similar metadata definitions so URLs in these parameters are similarly inappropriate.[2]
References
—Trappist the monk (talk) 12:33, 21 October 2015 (UTC)
|work=
, since I started 22 months before that, &, as a part-time university reference librarian, definitely read through the citation template documentation of the time as wanted to attend to citations. I probably was obsessive-compulsive about it for awhile & tried to pack as much info in as possible.![]() | This edit request to Template:Cite book has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
In your template you omit a category for Paperbacks. e.g. a book is published in New York, but the paperback version in another year is brought out in Greece about the Greek War, but is in English. How do you write to include the same book in paperback in another year and/or language? Category: Language, Year/Date, Hardback/Paperback; Template: Cite book| Justin Grant-Duff 22:45, 26 October 2015 (UTC)
|orig-year=
parameter for that. We do not have a parameter for the physical details of the binding: whether it is hardcover or softcover, whether it comes in a slipbox or not, whether it is folio, octavo, or some other size, whether the pages are deckled, etc.; why do you think these are important information for a citation? —David Eppstein (talk) 23:10, 26 October 2015 (UTC)|edition=Paperback
with the updated year/location/publisher details. Just another pairing to demonstrate:
I would like to propose alternative and more detailed parameters to the |others=
parameter, which is currently a "catch all other contributors" parameter. If the |?-first=
and |?-last=
parameters are used in the remainder of the citation, they cause author and editor names to occur in the order "last, first" by default. It looks odd, if additional contributors listed under |others=
still occur in the order "first last". Specifically, I propose the following optional new parameters for illustrators, correctors/pre-publish-reviewers, printers, translators and other contributors (where [?] is an optional number):
|illustrator-first[?]=
|illustrator-last[?]=
|corrector-first[?]=
|corrector-last[?]=
|printer-first[?]=
|printer-last[?]=
|translator-first[?]=
|translator-last[?]=
|contributor-first[?]=
|contributor-last[?]=
At a (much) later stage, the |others=
parameter could be deprecated. I'm well aware of the fact that these parameters will remain empty in most citations, but in those cases, where the information is known and presented in the book, it would be very useful to have some more organized means to include the information than possible at present. This would also help to make meta-data parsing more reliable in the future.
--Matthiaspaul (talk) 15:53, 13 October 2015 (UTC)
|translatorn=
, |translator-firstn=
, |translator-lastn=
, |translator-linkn=
, and |translator-maskn=
. These were added in a recent update because over the years they have been identified as something that editors wanted. I don't recall seeing similar desire for any of the others. We might alias |contributor=
to |author=
and we might add |illustrator=
if there is sufficient need. How does knowing the 'corrector's' name or the 'printer's' name help readers find a copy of the cited work?|others=
parameter?|others=
is free-form, names can be added to it in last, first order. On the other hand, there are those who believe that only the primary author should be listed last-name-first and all others shold be listed first-name-first.|translator=
group of parameters, they are not currently documented (except for the |translator-mask=
parameter.|others=
manually. Sure this could be done, but the appearance of citations might change over time as fashions and habits change (think of Wikipedia ten or twenty years in the future). Separate parameters for first and last names allow to change the visual representation of a citation without manually changing the physical wikitext again. At some point in the future it might become possible to select the preferred format of citations or set filter masks in Wikipedia's user configuration (or external "frontends"). So, better to allow editors to provide the information in a universal format right from the start (and with the source still in front of them) than having to manually edit uncountable citations later on (without neither the sources or the original editors at hands to clear up possibly arising questions).|translator=
documentation at {{cite book}}
, {{cite journal}}
, {{cite news}}
, and {{cite web}}
. Where are you looking that you only find documentation for |translator-mask=
?build[ing] the webis in the cs1|2 remit. Perhaps that is better left to the time when (if) cs1|2 is somehow integrated with wikdata.
|vauthors=
preferentially to avoid the 'clutter' of last/first parameters.|lay-summary=
and friends) helping readers to decide if a source might be interesting at all and worth some further study. In comparison, listing contributors is much more closely related to the original descriptive purposes of the source, but it might also help to pre-evaluate a source.|others=
.|others=
parameter.This is a suggestion for a new maintenance or error category that could be created when characters are detected in citations that should not be in any citations. I'm thinking of various hidden characters and the � (question mark inside a diamond, character U+FFFD) that sometimes show up in Wikipedia articles because of copy-pasted text with hidden characters or characters that failed a transition from one character set to another. There may be a list of these undesirable characters in AWB's general fixes or somewhere else in a WP cleanup script. – Jonesey95 (talk) 01:26, 2 October 2015 (UTC)
"no such character" characters? What other legitimate characters? Zero-width space? Soft hyphen? What about Non-breaking space?
{{cite book}}
: horizontal tab character in |title=
at position 6 (help) – a horizontal tab (might be best to split HT, LF, and CR into separate test){{cite book}}
: C1 control character in |title=
at position 22 (help) – SS3 (single shift three){{cite book}}
: replacement character in |title=
at position 3 (help) – either Lua or mediawiki replace most C0 controls with the replacement character when the citation is rendered so the test for the replacement character thinks that the string is good.{{cite book/new |title=Margaret Are You Grieving}}
'"`UNIQ--templatestyles-0000022C-QINU`"'<cite class="citation book cs1">''Margaret Are You Grieving''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Margaret+Are+You+Grieving&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{[[Template:cite book|cite book]]}}</code>: </span><span class="cs1-visible-error citation-comment">line feed character in <code class="cs1-code">|title=</code> at position 9 ([[Help:CS1 errors#invisible_char|help]])</span>
I just found this character:  in George Mason. I don't know what it is, but I don't think it has a use in citation templates.
Looks like it is not part of the character groups we are searching for yet. – Jonesey95 (talk) 15:09, 24 October 2015 (UTC)
I have given this group of errors an error message that fits in form and function with the other error messages that cs1|2 emit. The error category is Category:CS1 errors: non-printable characters.
I have also tweaked the detection code a bit because, formerly, it used a for char, pattern in pairs (cfg.nonprint_chars) do
construct. While that works, the order of the values returned by pairs ()
is arbitrary. By tweaking the code to start at the top of cfg.nonprint_chars
and work down, we can check first for single characters (the replacement character for example) that are also members of the larger set of characters detected later (replacement is a member of Specials).
—Trappist the monk (talk) 16:57, 30 October 2015 (UTC)
Accordingly, "This Citation Style 1 template is used to create citations for articles in magazines, journals, newsletters, and for academic papers." Is this only true for printed articles? For instance, not all news articles on Billboard got covered on the magazine's print version. Should we use cite news instead of cite journal? Another. Should we use cite journal for this chart history?--Efe (talk) 20:44, 10 October 2015 (UTC)
A book I own has 4 ISBNs listed inside the cover and I am not sure which to use. Two say "bound" and the two say "paperback". The cover feels smooth and from my experience with RPGs I believe it is bound so I'll probably go with that half...
The other problem though is that there is also division into either "ISBN-10" and "ISBN-13". I am not sure which of the two we use. The ISBN-13s begin with 978- while the ISBN-10s begin with 1- and Template:Cite book includes examples of both. How do you choose which is appropriate? Ranze (talk) 04:36, 23 October 2015 (UTC)
Pershing missile bibliography is in Category:Pages using citations with format and no URL. I enabled the error message but I still don't see what is wrong in that article. --21lima (talk) 14:54, 31 October 2015 (UTC)
|url=
and |chapter-format=
. Kanguole 15:12, 31 October 2015 (UTC)
|chapter-format=
does not generate an error message: (chapter-format). title. {{cite book}}
: |chapter-format=
requires |chapter-url=
(help) --21lima (talk) 15:31, 31 October 2015 (UTC)Because the cite used {{cite journal}}
, |chapter=
is not part of the rendered display. When |chapter-format=
is set, it is error checked and if there is no |chapter=
(or alias) then an error message is added to the content of |chapter-format=
and an error category is added to category list. Because this cite is {{cite journal}}
, all of the chapter parameters (except |chapter-format=
) are set to empty strings and |chapter-format=
is simply ignored.
I have modified the sandbox so that meta-parameter ChapterFormat
is not error checked for cs1|2 templates that don't support chapter parameters. Instead, ChapterFormat
is checked for content and if set, the parameter-ignored-error-message and category are added to the rendered output.
Wikitext | {{cite journal
|
---|---|
Live | Shi-Xue Tsai. "Introduction to the Scene Matching Missile Guidance Technologies". SCITRAN (trans.). National Air Intelligence Center. {{cite journal}} : |chapter-format= ignored (help); Cite journal requires |journal= (help)
|
Sandbox | Shi-Xue Tsai. "Introduction to the Scene Matching Missile Guidance Technologies". SCITRAN (trans.). National Air Intelligence Center. {{cite journal}} : |chapter-format= ignored (help); Cite journal requires |journal= (help)
|
This change also fixes an ignored parameter bug where a parameter's name is left out of the error message:
Wikitext | {{cite journal
|
---|---|
Live | "Title". Journal. {{cite journal}} : |script-chapter= ignored (help)
|
Sandbox | "Title". Journal. {{cite journal}} : |script-chapter= ignored (help)
|
For {{cite book}}
and other non-periodical cs1|2 templates that do support |chapter=
and aliases and related parameters, the extant code ignores the chapter-format-requires-url error message because ChapterFormat
(which has the error message) is not concatenated onto Chapter
. I have changed the code so that Chapter
gets the value of ChapterFormat
when set:
Wikitext | {{cite book
|
---|---|
Live | (chapter-format). title. {{cite book}} : |chapter-format= requires |chapter-url= (help)
|
Sandbox | (chapter-format). title. {{cite book}} : |chapter-format= requires |chapter-url= (help)
|
—Trappist the monk (talk) 16:57, 31 October 2015 (UTC)
Sorry. I must have been confusing myself. Anyway, this is where I should probably ask for guidance. What to use for the following materials found on the website of, for instance, The Guardian, a British national daily newspaper? Such materials may or may not be found on the print version.
Appreciate advice. Thanks. --Efe (talk) 13:01, 31 October 2015 (UTC)
{{cite news}} or {{cite website}} can be used to cite a news source in all of those cases, though most at this page usually tend to prefer Cite news since it is more semantic to the type of source being cited (regardless whether the source was printed online or offline). Example: {{cite news |url=http://www.example.com |publisher=The Guardian |title=Example Title |date=October 31, 2015}}
generates "Example Title". The Guardian. October 31, 2015. In the case of an interview, I would probably tend toward using {{cite interview}} instead, since I don't think {{cite news}} can handle the interviewing piece of it. --Izno (talk) 13:23, 31 October 2015 (UTC)
|url=
) and {{cite website}}. --Izno (talk) 13:48, 31 October 2015 (UTC)
Not sure if BattyBot or one of the other bots fixes these.... Content Transcrapulator doesn't translate the contents of |date=
, if it translates the cite template at all. Does the bots fix |accessdate=13 de diciembre de 2013
or if the cite template wasn't translated at all, ie |fechaacceso=13 de diciembre de 2013
? Bgwhite (talk) 08:17, 2 November 2015 (UTC)
|accessdate=13 de diciembre de 2013
is the sort of thing that BattyBot 25 is intended to fix; don't know about the other. When I looked in the script for the terms diciembre
and fechaacceso
I didn't find them. What is Content Transcrapulator?
|fechaacceso=
, but I clean out the "unsupported parameter" category almost every day. Once I turn that parameter into |access-date=
, BattyBot will find and fix the dates. ArticleText = Regex.Replace(ArticleText, @"(?i){{(\s*[Cc]it(?:e|ation))([^}]+)(\s*\|\s*archive-?date\s*=\s*\d{0,2}[\.,]?\s*)(?:(?:de )?(?:de[csz]embr[eo]|d[éi]ci?embre)(?: del?)?|d?e[csvz]m?e?w?mn?e?b+[ae]?r?|d[ec]+mber|decembrie|Decembwe|Disember|grudnia|декабря|декабрь|Декември|децембар|aralık|grudzien|prosinec|Rhagfyr),?\s*(\d{0,2}(?:st|nd|rd|th)?,?\.?\s*\d{4})(?:\s*г(?:ода|\.?))?,?(\s*[\|}<])", "{{$1$2$3December $4$5");
|fechaacceso=
, because AWB's order of procedures runs the custom module before replacing template parameters. I haven't run that task in a while, so I'll do it soon. Thanks for the reminder. GoingBatty (talk) 03:37, 3 November 2015 (UTC)For some reason this parameter is now reporting as invalid if the value is 1, as I've been using in hundreds of articles. Changing the value to y makes it display properly. Looking at the documentation any value should work, including 1. What has happened?--Sturmvogel 66 (talk) 23:01, 26 September 2015 (UTC)
insource:/\|\s*lastauthoramp\s*=\s*[1&]/
to see a list of between 750 and 1,000 articles containing values of "1" or "&" for |lastauthoramp=
. – Jonesey95 (talk) 01:30, 27 September 2015 (UTC)
|last-author-amp=
parameters with something other than yes-true-y and remove |last-author-amp=no
and |last-author-amp=n
and that were in Category:CS1 errors: invalid parameter value.
\|\s*last\-?author\-?amp\s*=\s*(?:no|n)
Replace: with nothing\|\s*last\-?author\-?amp\s*=\s*[^\s\|\}]*([\s\|\}]+)
Replace: |last-author-amp=yes$1
I asked this on the BRFA, and was suggested by Batty to repeat it here: Why do we need to make the parameter more strict? Some users are likely to continue to use the old values; can't we leave in support for it but have the alternate values be undocumented? Thanks. — Earwig talk 22:38, 27 September 2015 (UTC)
|last-author-amp=no
would give you an ampersand before the last author, even though you thought you were asking to the ampersand to be suppressed. On the other hand, setting |subscription=no
worked as expected. We made these parameters work consistently.A book may have main authors and other contributors such as the author of a preface or introduction. They should display as something like
At present, the other contributors are given in the free-form |others= area. No COinS metadata is generated for the other contributors, and it is probably not practical to generate metadata, because the |others= field tends to be a grab-bag for any other information that seem relevant, such as details of reprints, explanation of publication circumstances, whatever.
One approach that looks o.k. is to put the other contributors in the |author# list, with the role in parentheses:
The result looks o.k., but messes up the metadata. A possible solution would be a new set of parameters, |contribution#, whose value would show in parentheses after the author name, or first name:
This would give the right visual appearance and generate the metadata. It could also eliminate the need for the |editor= family of parameters, since editing is just a type of contribution.
Comments? Aymatth2 (talk) 16:29, 30 October 2015 (UTC)
|contribution=
has an existing, different meaning; non-matching numbered parameters are a common source of error). Peter coxhead (talk) 17:02, 30 October 2015 (UTC)
|contribution=
is already a valid parameter used for something else. – Jonesey95 (talk) 20:24, 30 October 2015 (UTC)firstN
parameter will pollute the metadata, though I suppose a final parenthesized part could be stripped off. Peter coxhead (talk) 22:31, 30 October 2015 (UTC)
|role=
to replace the |author=
and |editor=
parameters, it would take a major rewrite of the citation module code. If someone wants to take on that rewrite in a separate sandbox and then show us how it works, including all of the existing formatting and error checking, that would be impressive. – Jonesey95 (talk) 13:51, 31 October 2015 (UTC)|author=
family of parameters but to supplement them.|role=
, |role1=
, |role2=
etc.|roleN=
parameter would be given in parentheses after the corresponding |authorN=
or |firstN=
|last3=Smith|first3=John|role3=translator
would generate Smith, John [translator]|roleN=
parameter value would also be written as COinS metadata, e.g. rft.aurole=translator|editor=
family of parameters, with |author=
and |role=editor
to be used instead|editor=
family, maybe, some day...&rft.aurole
is not supported by the metadata standard.|rolen=
is necessary. The purpose of a citation template is to render in standardized format enough information for a reader to locate the source; it is not to give credit to every person who at some point in the process touched the author's work. cs1|2 should not be in the business of mimicking Hollywood film credits – we don't need to know the name of the caterer's assistant.only one data item per parameter". That is also why I believe in splitting the family name (or surname, our so-called "last" name) from the personal or "first" name (and I believe everyone here understands those distinctions): the last/surname is very important for lexicographical ordering, the first/personal name not so much. If the specific roles or responsibilities of any of the authors are so important that they deserve mention then I suggest stuffing it into
|firstN=
. But I concur with Kangoule that "this level of detail is appropriate for a reference", and with Trappist that it is not the purpose of citation "
to give credit to every person who at some point in the process touched the author's work."
the preface and commentary [or other material] may be what are most important". But note that a collection of someone's writing is usually credited – as a collection – to the editor/compiler, and this generally includes any commentary. If you want to cite something like a foreword then you use the "in" form. E.g.: Tom Smith, "Foreword", in Robert Brown, Autobiography. There are no COinS fields for Smith because if go to your local library what you will be looking for is Brown's book. Perhaps that suffices for your needs? ~ J. Johnson (JJ) (talk) 22:38, 31 October 2015 (UTC)
To some of the points above:
|chapter=
and |chapterurl=
. When the {{cite book}} template is used to define a section of a book in this way, the |author=
parameter describes the author of the section rather than of the book as a whole. This gives credit accurately in a book with multiple authors. An editor can define (and cite) two sections of a book with different authors in this way. I think it is a non-issue.rft.aurole
is not yet supported by the metadata standard, but that is a chicken and egg problem. Wikipedia has a lot of influence on the standard. If we agree that it should be supported, we can pursue getting it supported. If we cannot, there is no point pushing for the extension.|last=Green|first=Jane|editor-last=Smith|editor-first=Fred
|last=Green|first=Jane|last2=Smith|first2=Fred|role2=editor
{{cite book}}
: External link in |chapterurl=
(help); Unknown parameter |chapterurl=
ignored (|chapter-url=
suggested) (help)[ensure] that the list of books by the subject and the list of sources for the article have consistent format.
|rolen=
as a simplification – mostly because such a change would be felt on millions of articles for little real benefit. It's a case of 'if it ain't broke, don't fix it.' COinS currently doesn't support a link between keywords so while you champion the addition of &rft.rolen
, the definition of &rft.au
will need to change to support &rft.aun
|author=
family, then the very similar |editor=
family, but we really do not want to implement the |illustrator=
, |preface=
and so on families. The |role=
approach is a simple generalization.&rft.aun
must be supported anyway for co-authors. The kind of non-fiction books I cite often have two or more authors. E.g. in Léon Martinaud-Déplat#Sources two books out of the eight cited have multiple authors. Ditto with Pierre Forgeot: two out of nine. Note Pierre Forgeot#Publications: he wrote the preface for two of the four books listed, and co-authored a third.|editor2= |editor2-last= |editor2-first= |editor2-link=
parameters and replacing them by the equivalent |author2=
parameters plus |role2=editor
. The |role2=
parameter could also accept values like "translator", "preface", "illustrations" and so on. This would give more consistent format in book definitions and more complete metadata generation. Aymatth2 (talk) 01:16, 3 November 2015 (UTC)|last=Smith|first=John|others=Smith, John (illustrator)
. In the new scheme it would be like |last=Smith|first=John|role=author, illustrator
, which seems a bit more natural. Aymatth2 (talk) 02:50, 5 November 2015 (UTC)Scenario | Current | Proposed |
---|---|---|
Author only | |last=Smith |first=John | |last=Smith |first=John |
Author and editor | |last=Smith |first=John|editor-last=Doe |editor-first=Jane | |last=Smith |first=John|last2=Doe |first2=Jane |role2=editor |
Author and preface | |last=Smith |first=John|others=Bloggs, Fred (preface) | |last=Smith |first=John|last2=Bloggs |first2=Fred |role2=preface |
Author, editor and preface | |last=Smith |first=John|editor-last=Doe |editor-first=Jane|others=Bloggs, Fred (preface) | |last=Smith |first=John|last2=Doe |first2=Jane |role2=editor|last3=Bloggs |first3=Fred |role3=preface |
|author=
parameter set, which now includes |role=
, for all names. They do not need the |editor=
set and |others=
for the names that do not fit. Typed characters are about the same. I would not enforce a standard on values for |role=
, any more than standards are enforced for |others=
, although the documentation should give examples, and we could generate abbreviations for the common values (e.g. "Editor" becomes "ed."). Apart from the simpler and more consistent syntax, with no significant change in the amount of typing, by taking names out of the |others=
parameter the change makes it practical to consolidate the names in the displayed citation. although this is a separate discussion:Scenario | Current | Possible improvement |
---|---|---|
Author only | Smith, John (1977). Tropical penguins. | Smith, John (1977). Tropical penguins. |
Author and editor | Smith, John (1977). Doe, Jane (ed.). Tropical penguins. | Smith, John; Doe, Jane, ed. (1977) Tropical penguins. |
Author and preface | Smith, John (1977). Tropical penguins. Bloggs, Fred (pref.). | Smith, John; Bloggs, Fred, pref. (1977) Tropical penguins. |
Author, editor and preface | Smith, John (1977). Doe, Jane (ed.). Tropical penguins. Bloggs, Fred (pref.). | Smith, John; Doe, Jane, ed.; Bloggs, Fred, pref. (1977) Tropical penguins. |
&rft.au=Author[2..n]
is a repeatable parameter so all authors are included in the COinS. Editors, translators, illustrators and names listed in |others=
are not made part of the metadata because there are no key/value pairings defined for them.
|role=
. An editor is a person with a certain function (or role); a preface is not a role, but an object (item?) for which someone might have a certain responsibility. Which might be in the form of writing it, editing it, or even illustrating it.
national libraries all index by role". I don't doubt that. But I think they index them separately. Can you provide any examples where a work's authors are merged with the editors (etc.)? ~ J. Johnson (JJ) (talk) 21:25, 4 November 2015 (UTC)
have no idea" of the internal representation, you really cannot claim that they are using this scheme you propose here. ~ J. Johnson (JJ) (talk) 01:26, 5 November 2015 (UTC)
a simpler and more flexible internal syntax." ~ J. Johnson (JJ) (talk) 22:51, 5 November 2015 (UTC)
I understand what the proposal is trying to do, but the question comes down to what the core purpose of a citation is. The purpose is to identify the source so that a reader can locate his or her own copy for verification purposes. No more, no less, and I think this proposal is exceeding that core purpose. In short, we are generating citations, and we should be looking at citation guides, not library catalogs for guidance here.
Maybe someday we'll have Wikidata items on every individual source, and then those WD records can store all of the misc. contributor information while our citations parse that information for display in a standardized format in the guise of footnotes. Until then, I don't see a need for this level of complexity here. Imzadi 1979 → 04:41, 5 November 2015 (UTC)
An increasing number of journals have an "online first" date as well as a printed publication date. Often, the same article has two dates — the date it was first printed online, and the date of the physical paper copy. Is it possible to have a "first online" parameter? Or isn't it important to note that? (Given that the online version can appear many months before the printed one, I'd suggest it might be!) MeegsC (talk) 14:18, 4 November 2015 (UTC)
|date=
to cite the publication date (on-line or in print) of the version you are citing to support a statement in a WP article. You don't have to overcomplicate it. – Jonesey95 (talk) 15:22, 4 November 2015 (UTC)
CORRECTED 1 AUGUST 2008; SEE LAST 2 PAGES". And in the erratum it says:
The incorrect version of Fig. 3 has been published in both the online Science Express version and the printed version of the paper. The correct Fig. 3, ... is shown here." Anyone relying on the print version, the original on-line "Full Text (PDF)", or the Science Express version (published 14 Feb.) downloaded any time prior to around 1 August would have a discrepancy with the corrected version. In this case the discrepancy is small, but crucial revisions and even retractions are handled the same way. If I cite a paper that I know has been corrected I would even add a comment to that effect lest some WP editor relying on a print copy takes exception. ~ J. Johnson (JJ) (talk) 22:09, 7 November 2015 (UTC)
I have a problem with this citation. The problem is caused by the fact the "Cite episode" template requires that the "title" and "series" parameters are filled in, but the episodes do not have individual episode names. Is there any way around this, or a more suitable template? Betty Logan (talk) 01:21, 7 November 2015 (UTC)
I was just editing Lotte Lenya to add the following text and citation:
which gave me an odd error: the accessdate failed to appear. I eventually figured out I'd left out the "url" (d'oh!), but why didn't I get the big, bold-red "missing url" in the reference list? I tried it on other cite-web uses and found only 3 factors so far:
Could someone look into this? ~ Jeff Q (talk) 03:06, 8 November 2015 (UTC)
big, bold-rederror messages. The missing or empty |url= error message is hidden by default as is the |access-date= requires |url= error message. To see these messages, you must enable them. See Controlling error message display. I see two error messages from your example citation:
The documentation specifies author=<!--Staff writer(s); no by-line.-->
for a source with no credited author (I should think that the actual text in the comment is free, but the documentation doesn't say that).
In practice, as of today at least including this parameter or omitting all name information gives the same visible result as far as I can see. Example with and without the "author=<null, e.g. comment>
" parameter:
[1]
[2]
With & without author parm
Question: is there a reason for specifying author=
instead of simply omitting the author parameter? I would tend to say
if no author is credited, the
author=
parameter may be omitted, or it may be null with a clarifying comment for other editors such asauthor=<!--Staff writer(s); no by-line.-->
If I was sure of this I'd edit the documentation, but I'm not. If there is a consensus that this should be changed, could I ask that it be done if I don't happen to see it? Thanks. Pol098 (talk) 12:25, 8 November 2015 (UTC)
if no author is credited, an empty
author=
parameter should be used, followed by an explanatory comment for other editors such as|author=<!--Staff writer(s); no by-line.-->|
Here are test cases for metadata using new code in Module:Citation/CS1. The code was rewritten to more closely reflect the type of template for which the module is creating the metadata. The biggest changes involve which metadata key-encoded values (kev) are included. In the current live version kevs that are not defined for the selected metadata format are included in the metadata. The sandbox version attempts to closely follow the standards and only include those kevs that are defined for the specified format.
In the live version, the value assigned to &rft.genre
is article
, book
, bookitem
, or preprint
. In addition to those, the sandbox makes use of conference
, report
, and unknown
. Many of the cs1 templates now produce &rft.genre=unknown
where before they were &rft.genre=book
.
There are separate sections for cs1 and cs2 templates. The templates in these sections are taken from their respective documentation or from article space. I think that all of the templates are covered. Did I miss any? Do you see metadata that doesn't make sense?
The standards that I used to make this change are available through this source:
{{cite arXiv}}
'"`UNIQ--templatestyles-0000027B-QINU`"'<cite id="CITEREFSparling2006" class="citation arxiv cs1">Sparling, George A. J. (2006). "Spacetime is spinorial; new dimensions are timelike". [[arXiv (identifier)|arXiv]]:<span class="id-lock-free" title="Freely accessible">[https://arxiv.org/abs/gr-qc/0610068v1 gr-qc/0610068v1]</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=preprint&rft.jtitle=arXiv&rft.atitle=Spacetime+is+spinorial%3B+new+dimensions+are+timelike&rft.date=2006&rft_id=info%3Aarxiv%2Fgr-qc%2F0610068v1&rft.aulast=Sparling&rft.aufirst=George+A.+J.&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite AV media}}
'"`UNIQ--templatestyles-0000027E-QINU`"'<cite class="citation audio-visual cs1">Fouladkar, Assad (Director) (May 15, 2003). ''Lamma hikyit Maryam'' [''When Maryam Spoke Out''] (Motion picture). Lebanon: Fouladkar, Assad.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Lamma+hikyit+Maryam&rft.place=Lebanon&rft.pub=Fouladkar%2C+Assad&rft.date=2003-05-15&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite AV media notes}}
'"`UNIQ--templatestyles-00000281-QINU`"'<cite id="CITEREFLewisohn1994" class="citation AV-media-notes cs1">[[Mark Lewisohn|Lewisohn, Mark]] (1994). [http://www.wikipedia.org "Making Anthology 1"]. [[Anthology 1|''Anthology 1'']] (booklet). [[The Beatles]]. London: [[Apple Records]]. p. 2. 34448.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Anthology+1&rft.place=London&rft.pages=2&rft.pub=Apple+Records&rft.date=1994&rft.aulast=Lewisohn&rft.aufirst=Mark&rft_id=http%3A%2F%2Fwww.wikipedia.org&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite book}}
{{cite book}}
: |volume=
has extra text (help); Unknown parameter |lastauthoramp=
ignored (|name-list-style=
suggested) (help)
'"`UNIQ--templatestyles-00000284-QINU`"'<cite id="CITEREFPlayfairStittMolonyToomer2007" class="citation book cs1 cs1-prop-long-vol">[[Ian Stanley Ord Playfair|Playfair, Major-General I.S.O.]]; Stitt, Commander G.M.S.; Molony, Brigadier C.J.C.; Toomer, Air Vice-Marshal S.E. (2007) [1st pub. [[HMSO]]:1954]. Butler, J.R.M. (ed.). ''Mediterranean and Middle East''. History of the Second World War, United Kingdom Military Series. Vol. Volume I: The Early Successes Against Italy (to May 1941). Uckfield, UK: Naval & Military Press. [[ISBN (identifier)|ISBN]] [[Special:BookSources/1-845740-65-3|<bdi>1-845740-65-3</bdi>]].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Mediterranean+and+Middle+East&rft.place=Uckfield%2C+UK&rft.series=History+of+the+Second+World+War%2C+United+Kingdom+Military+Series&rft.pub=Naval+%26+Military+Press&rft.date=2007&rft.isbn=1-845740-65-3&rft.aulast=Playfair&rft.aufirst=Major-General+I.S.O.&rft.au=Stitt%2C+Commander+G.M.S.&rft.au=Molony%2C+Brigadier+C.J.C.&rft.au=Toomer%2C+Air+Vice-Marshal+S.E.&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{[[Template:cite book|cite book]]}}</code>: </span><span class="cs1-visible-error citation-comment"><code class="cs1-code">|volume=</code> has extra text ([[Help:CS1 errors#extra_text_volume|help]])</span>; <span class="cs1-visible-error citation-comment">Unknown parameter <code class="cs1-code">|lastauthoramp=</code> ignored (<code class="cs1-code">|name-list-style=</code> suggested) ([[Help:CS1 errors#parameter_ignored_suggest|help]])</span>
{{cite conference}}
(as book)
'"`UNIQ--templatestyles-00000287-QINU`"'<cite id="CITEREFFontani2005" class="citation conference cs1">Fontani, Marco (10 September 2005). [http://web.archive.org/web/20060224090117/http://5ichc-portugal.ulusofona.pt/uploads/PaperLong-MarcoFontani.doc ''The Twilight of the Naturally-Occurring Elements: Moldavium (Ml), Sequanium (Sq) and Dor (Do)'']. International Conference on the History of Chemistry. Lisbon. pp. <span class="nowrap">1–</span>8. Archived from [http://5ichc-portugal.ulusofona.pt/uploads/PaperLong-MarcoFontani.doc the original] <span class="cs1-format">(doc)</span> on 24 February 2006<span class="reference-accessdate">. Retrieved <span class="nowrap">8 April</span> 2007</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=conference&rft.btitle=The+Twilight+of+the+Naturally-Occurring+Elements%3A+Moldavium+%28Ml%29%2C+Sequanium+%28Sq%29+and+Dor+%28Do%29&rft.place=Lisbon&rft.pages=%3Cspan+class%3D%22nowrap%22%3E1-%3C%2Fspan%3E8&rft.date=2005-09-10&rft.aulast=Fontani&rft.aufirst=Marco&rft_id=http%3A%2F%2F5ichc-portugal.ulusofona.pt%2Fuploads%2FPaperLong-MarcoFontani.doc&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite conference}}
(as journal)
{{cite conference}}
: Invalid |ref=harv
(help)
'"`UNIQ--templatestyles-0000028A-QINU`"'<cite id="CITEREFLiskovZilles1974" class="citation conference cs1">[[Barbara Liskov|Liskov, Barbara]]; Zilles, Stephen (April 1974). ''Programming with abstract data types''. ''ACM SIGPLAN Notices''. Vol. 9, no. 4. pp. <span class="nowrap">50–</span>59. [[doi (identifier)|doi]]:[https://doi.org/10.1145%2F800233.807045 10.1145/800233.807045].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=conference&rft.jtitle=ACM+SIGPLAN+Notices&rft.atitle=Programming+with+abstract+data+types&rft.volume=9&rft.issue=4&rft.pages=%3Cspan+class%3D%22nowrap%22%3E50-%3C%2Fspan%3E59&rft.date=1974-04&rft_id=info%3Adoi%2F10.1145%2F800233.807045&rft.aulast=Liskov&rft.aufirst=Barbara&rft.au=Zilles%2C+Stephen&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{[[Template:cite conference|cite conference]]}}</code>: </span><span class="cs1-visible-error citation-comment">Invalid <code class="cs1-code">|ref=harv</code> ([[Help:CS1 errors#invalid_param_val|help]])</span>
{{cite DVD notes}}
{{cite AV media notes}}
: CS1 maint: others in cite AV media (notes) (link)
'"`UNIQ--templatestyles-0000028D-QINU`"'<cite class="citation AV-media-notes cs1">''[[Terminator 2: Judgment Day|Terminator 2 Ultimate Edition DVD]]'' (Liner notes). [[James Cameron]]. Hollywood, California: [[Artisan Entertainment]]. 2000. FMD2402.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Terminator+2+Ultimate+Edition+DVD&rft.place=Hollywood%2C+California&rft.pub=Artisan+Entertainment&rft.date=2000&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span><span class="cs1-maint citation-comment"><code class="cs1-code">{{[[Template:cite AV media notes|cite AV media notes]]}}</code>: CS1 maint: others in cite AV media (notes) ([[:Category:CS1 maint: others in cite AV media (notes)|link]])</span>
{{cite encyclopedia}}
'"`UNIQ--templatestyles-00000290-QINU`"'<cite id="CITEREFGolden2007a" class="citation encyclopaedia cs1">[[Peter Benjamin Golden|Golden, Peter B.]] (2007a). [http://books.google.com/books?id=3ZzXjdyK-CEC&pg=PA7 "Khazar Studies: Achievements and Perspectives"]. In [[Peter Benjamin Golden|Golden, Peter B.]]; Ben-Shammai, Haggai; [[András Róna-Tas|Róna-Tas, András]] (eds.). ''The World of the Khazars: New Perspectives''. Handbook of Oriental Studies. Vol. 17. BRILL. pp. <span class="nowrap">7–</span>57. [[ISBN (identifier)|ISBN]] [[Special:BookSources/978-9-004-16042-2|<bdi>978-9-004-16042-2</bdi>]].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=bookitem&rft.atitle=Khazar+Studies%3A+Achievements+and+Perspectives&rft.btitle=The+World+of+the+Khazars%3A+New+Perspectives&rft.series=Handbook+of+Oriental+Studies&rft.pages=%3Cspan+class%3D%22nowrap%22%3E7-%3C%2Fspan%3E57&rft.pub=BRILL&rft.date=2007&rft.isbn=978-9-004-16042-2&rft.aulast=Golden&rft.aufirst=Peter+B.&rft_id=http%3A%2F%2Fbooks.google.com%2Fbooks%3Fid%3D3ZzXjdyK-CEC%26pg%3DPA7&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite encyclopedia}}
'"`UNIQ--templatestyles-00000293-QINU`"'<cite class="citation encyclopaedia cs1">"ARTICLE". ''TITLE''. ''ENCYCLOPEDIA''.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=bookitem&rft.atitle=TITLE&rft.btitle=ENCYCLOPEDIA&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite episode}}
'"`UNIQ--templatestyles-00000296-QINU`"'<cite id="CITEREFLipton2007" class="citation episode cs1">Lipton, James (host) (8 October 2007). [http://www.bravotv.com/Inside_the_Actors_Studio/guest/Billy_Crystal_-_2nd_Visit "Billy Crystal, 2nd Visit"]. ''Inside the Actors Studio''. Season 13. Episode 1307. Bravo.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Inside+the+Actors+Studio&rft.series=Season+13.+Episode+1307&rft.date=2007-10-08&rft.aulast=Lipton&rft.aufirst=James+%28host%29&rft_id=http%3A%2F%2Fwww.bravotv.com%2FInside_the_Actors_Studio%2Fguest%2FBilly_Crystal_-_2nd_Visit&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite interview}}
– Periodical
is not set; |
not part of metadata
{{cite interview}}
: Unknown parameter |call-sign=
ignored (help); Unknown parameter |city=
ignored (|location=
suggested) (help); Unknown parameter |program=
ignored (help)
'"`UNIQ--templatestyles-00000299-QINU`"'<cite id="CITEREFBlackmun1994" class="citation interview cs1">[[Harry Blackmun|Blackmun, Harry]] (April 5, 1994). "An Interview with Harry Blackmun" (Interview). Interviewed by [[Ted Koppel]].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=An+Interview+with+Harry+Blackmun&rft.date=1994-04-05&rft.aulast=Blackmun&rft.aufirst=Harry&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{[[Template:cite interview|cite interview]]}}</code>: </span><span class="cs1-visible-error citation-comment">Unknown parameter <code class="cs1-code">|call-sign=</code> ignored ([[Help:CS1 errors#parameter_ignored|help]])</span>; <span class="cs1-visible-error citation-comment">Unknown parameter <code class="cs1-code">|city=</code> ignored (<code class="cs1-code">|location=</code> suggested) ([[Help:CS1 errors#parameter_ignored_suggest|help]])</span>; <span class="cs1-visible-error citation-comment">Unknown parameter <code class="cs1-code">|program=</code> ignored ([[Help:CS1 errors#parameter_ignored|help]])</span>
{{cite interview}}
– Periodical
is set by |work=
{{cite interview}}
: Unknown parameter |program=
ignored (help); Unknown parameter |subjectlink=
ignored (|subject-link=
suggested) (help)
'"`UNIQ--templatestyles-0000029C-QINU`"'<cite id="CITEREFGates" class="citation interview cs1">Gates, Bill. [http://americanhistory.si.edu/comphist/gates.htm "Bill Gates Interview"]. ''Computer History Collection'' (Interview). Interviewed by David Allison. National Museum of American History, Smithsonian Institution<span class="reference-accessdate">. Retrieved <span class="nowrap">April 10,</span> 2013</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Computer+History+Collection&rft.atitle=Bill+Gates+Interview&rft.aulast=Gates&rft.aufirst=Bill&rft_id=http%3A%2F%2Famericanhistory.si.edu%2Fcomphist%2Fgates.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{[[Template:cite interview|cite interview]]}}</code>: </span><span class="cs1-visible-error citation-comment">Unknown parameter <code class="cs1-code">|program=</code> ignored ([[Help:CS1 errors#parameter_ignored|help]])</span>; <span class="cs1-visible-error citation-comment">Unknown parameter <code class="cs1-code">|subjectlink=</code> ignored (<code class="cs1-code">|subject-link=</code> suggested) ([[Help:CS1 errors#parameter_ignored_suggest|help]])</span>
{{cite interview}}
– in a book
{{cite interview}}
: Unknown parameter |subjectlink=
ignored (|subject-link=
suggested) (help)
'"`UNIQ--templatestyles-0000029F-QINU`"'<cite id="CITEREFTrillin1992" class="citation interview cs1">Trillin, Calvin (1992). "Calvin Trillin: Sausage Eating, Slothful Sweetheart". In Winokur, Jon (ed.). "The Portable Curmudgeon" (Interview). Interviewed by Jon Winokur. Plume. [[ISBN (identifier)|ISBN]] [[Special:BookSources/0-452-26668-8|<bdi>0-452-26668-8</bdi>]].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=bookitem&rft.atitle=Calvin+Trillin%3A+Sausage+Eating%2C+Slothful+Sweetheart&rft.btitle=The+Portable+Curmudgeon&rft.pub=Plume&rft.date=1992&rft.isbn=0-452-26668-8&rft.aulast=Trillin&rft.aufirst=Calvin&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{[[Template:cite interview|cite interview]]}}</code>: </span><span class="cs1-visible-error citation-comment">Unknown parameter <code class="cs1-code">|subjectlink=</code> ignored (<code class="cs1-code">|subject-link=</code> suggested) ([[Help:CS1 errors#parameter_ignored_suggest|help]])</span>
{{cite journal}}
{{cite journal}}
: CS1 maint: numeric names: authors list (link)
'"`UNIQ--templatestyles-000002A2-QINU`"'<cite id="CITEREFViolletAndreelliJørgensenPerrin2003" class="citation journal cs1">Viollet, Benoît; Andreelli, Fabrizio; Jørgensen, Sebastian B.; Perrin, Christophe; Geloen, Alain; et al. (January 2003). [http://www.jci.org/articles/view/16567 "The AMP-activated protein kinase α2 catalytic subunit controls whole-body insulin sensitivity"]. ''The Journal of Clinical Investigation''. <b>111</b> (1): <span class="nowrap">91–</span>8. [[doi (identifier)|doi]]:[https://doi.org/10.1172%2FJCI16567 10.1172/JCI16567]. [[PMC (identifier)|PMC]] <span class="id-lock-free" title="Freely accessible">[https://www.ncbi.nlm.nih.gov/pmc/articles/PMC151837 151837]</span>. [[PMID (identifier)|PMID]] [https://pubmed.ncbi.nlm.nih.gov/12511592 12511592]<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-11-17</span></span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+Journal+of+Clinical+Investigation&rft.atitle=The+AMP-activated+protein+kinase+%CE%B12+catalytic+subunit+controls+whole-body+insulin+sensitivity&rft.volume=111&rft.issue=1&rft.pages=%3Cspan+class%3D%22nowrap%22%3E91-%3C%2Fspan%3E8&rft.date=2003-01&rft_id=https%3A%2F%2Fwww.ncbi.nlm.nih.gov%2Fpmc%2Farticles%2FPMC151837%23id-name%3DPMC&rft_id=info%3Apmid%2F12511592&rft_id=info%3Adoi%2F10.1172%2FJCI16567&rft.aulast=Viollet&rft.aufirst=Beno%C3%AEt&rft.au=Andreelli%2C+Fabrizio&rft.au=J%C3%B8rgensen%2C+Sebastian+B.&rft.au=Perrin%2C+Christophe&rft.au=Geloen%2C+Alain&rft.au=Flamez%2C+Daisy&rft.au=Mu%2C+James&rft.au=Lenzner%2C+Claudia&rft.au=Baud%2C+Olivier&rft.au=Bennoun%2C+Myriam&rft.au=Gomas%2C+Emmanuel&rft.au=Nicolas%2C+Ga%C3%ABl&rft.au=Wojtaszewski%2C+J%C3%B8rgen+F.+P.&rft.au=Kahn1%2C+Axel&rft.au=Carling%2C+David&rft.au=Schuit%2C+Frans+C.&rft.au=Birnbaum%2C+Morris+J.&rft.au=Richter%2C+Erik+A.&rft.au=Burcelin%2C+R%C3%A9my&rft.au=Vaulont%2C+Sophie&rft_id=http%3A%2F%2Fwww.jci.org%2Farticles%2Fview%2F16567&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span><span class="cs1-maint citation-comment"><code class="cs1-code">{{[[Template:cite journal|cite journal]]}}</code>: CS1 maint: numeric names: authors list ([[:Category:CS1 maint: numeric names: authors list|link]])</span>
{{cite mailing list}}
'"`UNIQ--templatestyles-000002A5-QINU`"'<cite id="CITEREFPerens1996" class="citation mailinglist cs1">[[Bruce Perens|Perens, Bruce]] (June 6, 1996). [http://lists.debian.org/debian-announce/debian-announce-1996/msg00021.html "Debian Linux Distribution Release 1.1 Now Available"]. ''debian-announce'' (Mailing list).</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Debian+Linux+Distribution+Release+1.1+Now+Available&rft.date=1996-06-06&rft.aulast=Perens&rft.aufirst=Bruce&rft_id=http%3A%2F%2Flists.debian.org%2Fdebian-announce%2Fdebian-announce-1996%2Fmsg00021.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite map}}
standalone
'"`UNIQ--templatestyles-000002A8-QINU`"'<cite id="CITEREFSkelly_Oil_CompanyDiversified_Map_Co.1966" class="citation map cs1">Skelly Oil Company; Diversified Map Co. (1966). ''Highway Map of Oklahoma'' (Map). [1:1,500,000]. St. Louis: Diversified Map Co. § C11. [[OCLC (identifier)|OCLC]] [https://search.worldcat.org/oclc/67708775 67708775].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Highway+Map+of+Oklahoma&rft.place=St.+Louis&rft.pub=Diversified+Map+Co.&rft.date=1966&rft_id=info%3Aoclcnum%2F67708775&rft.au=Skelly+Oil+Company&rft.au=Diversified+Map+Co.&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite map}}
in a book
'"`UNIQ--templatestyles-000002AB-QINU`"'<cite id="CITEREFRand_McNally2013" class="citation map cs1">Rand McNally (2013). "Michigan" (Map). ''The Road Atlas'' (2013 Walmart ed.). 1 in≈30 mi. Chicago: Rand McNally. pp. <span class="nowrap">50–</span>51. Western Upper Peninsula inset. §§ C10–C14. [[ISBN (identifier)|ISBN]] [[Special:BookSources/0-528-00626-6|<bdi>0-528-00626-6</bdi>]].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=bookitem&rft.atitle=Michigan&rft.btitle=The+Road+Atlas&rft.place=Chicago&rft.pages=%3Cspan+class%3D%22nowrap%22%3E50-%3C%2Fspan%3E51&rft.edition=2013+Walmart&rft.pub=Rand+McNally&rft.date=2013&rft.isbn=0-528-00626-6&rft.au=Rand+McNally&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite map}}
in a journal
'"`UNIQ--templatestyles-000002AE-QINU`"'<cite id="CITEREFColorado_State_Highway_Department1923" class="citation map cs1">Colorado State Highway Department (July 1923). [http://books.google.com/books?id=czs5AQAAMAAJ&pg=RA10-PA12 "New Map Showing the 8,880 Miles Which Comprise Colorado's Primary Highway System"] (Map). ''Colorado Highways''. Scale not given. <b>2</b> (7): <span class="nowrap">12–</span>13. [[OCLC (identifier)|OCLC]] [https://search.worldcat.org/oclc/11880590 11880590]<span class="reference-accessdate">. Retrieved <span class="nowrap">November 18,</span> 2013</span> – via [[Google Books]].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Colorado+Highways&rft.atitle=New+Map+Showing+the+8%2C880+Miles+Which+Comprise+Colorado%27s+Primary+Highway+System&rft.volume=2&rft.issue=7&rft.pages=%3Cspan+class%3D%22nowrap%22%3E12-%3C%2Fspan%3E13&rft.date=1923-07&rft_id=info%3Aoclcnum%2F11880590&rft.au=Colorado+State+Highway+Department&rft_id=http%3A%2F%2Fbooks.google.com%2Fbooks%3Fid%3Dczs5AQAAMAAJ%26pg%3DRA10-PA12&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite news}}
'"`UNIQ--templatestyles-000002B1-QINU`"'<cite class="citation news cs1">[http://blogs.seattletimes.com/today/2013/10/bellingham-police-arrest-wwu-student-in-melee/ "Bellingham Police Arrest WWU Student in Melee"]. ''The Seattle Times''. Associated Press. 2013-10-17<span class="reference-accessdate">. Retrieved <span class="nowrap">2013-10-17</span></span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+Seattle+Times&rft.atitle=Bellingham+Police+Arrest+WWU+Student+in+Melee&rft.date=2013-10-17&rft_id=http%3A%2F%2Fblogs.seattletimes.com%2Ftoday%2F2013%2F10%2Fbellingham-police-arrest-wwu-student-in-melee%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite newsgroup}}
'"`UNIQ--templatestyles-000002B4-QINU`"'<cite id="CITEREFA._S._Tanenbaum1992" class="citation newsgroup cs1">A. S. Tanenbaum (January 29, 1992). [http://groups.google.com/group/comp.os.minix/browse_thread/thread/c25870d7a41696d2/f447530d082cd95d?tvc=2 "LINUX is obsolete"]. [[Usenet newsgroup|Newsgroup]]: [news:comp.os.minix comp.os.minix]. [[Usenet (identifier)|Usenet:]] [news:12595@star.cs.vu.nl 12595@star.cs.vu.nl]<span class="reference-accessdate">. Retrieved <span class="nowrap">November 27,</span> 2006</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=LINUX+is+obsolete&rft.pub=comp.os.minix&rft.date=1992-01-29&rft_id=news%3A12595%40star.cs.vu.nl%23id-name%3DUsenet%3A&rft.au=A.+S.+Tanenbaum&rft_id=http%3A%2F%2Fgroups.google.com%2Fgroup%2Fcomp.os.minix%2Fbrowse_thread%2Fthread%2Fc25870d7a41696d2%2Ff447530d082cd95d%3Ftvc%3D2&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite podcast}}
'"`UNIQ--templatestyles-000002B7-QINU`"'<cite id="CITEREFJosh_Clark_and_Charles_W._"Chuck"_Bryant2014" class="citation podcast cs1">Josh Clark and Charles W. "Chuck" Bryant (December 9, 2014). [http://www.stuffyoushouldknow.com/podcasts/how-the-hum-works/ "How The Hum Works"]. ''Stuff You Should Know'' (Podcast). [[Blucora]]<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-12-10</span></span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=How+The+Hum+Works&rft.pub=Blucora&rft.date=2014-12-09&rft.au=Josh+Clark+and+Charles+W.+%22Chuck%22+Bryant&rft_id=http%3A%2F%2Fwww.stuffyoushouldknow.com%2Fpodcasts%2Fhow-the-hum-works%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite press release}}
'"`UNIQ--templatestyles-000002BA-QINU`"'<cite id="CITEREFRoithmayr2007" class="citation pressrelease cs1">Roithmayr, Mark (February 5, 2007). [http://autismspeaks.org/press/autism_speaks_can_complete.php "Autism Speaks and Cure Autism Now Complete Merger"] (Press release). New York: [[Autism Speaks]]<span class="reference-accessdate">. Retrieved <span class="nowrap">November 19,</span> 2007</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Autism+Speaks+and+Cure+Autism+Now+Complete+Merger&rft.place=New+York&rft.pub=Autism+Speaks&rft.date=2007-02-05&rft.aulast=Roithmayr&rft.aufirst=Mark&rft_id=http%3A%2F%2Fautismspeaks.org%2Fpress%2Fautism_speaks_can_complete.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite report}}
'"`UNIQ--templatestyles-000002BD-QINU`"'<cite class="citation report cs1">Rhode Island Roads (Report). Rhode Island Department of Public Works. 1956.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=report&rft.btitle=Rhode+Island+Roads&rft.pub=Rhode+Island+Department+of+Public+Works&rft.date=1956&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite serial}}
'"`UNIQ--templatestyles-000002C0-QINU`"'<cite id="CITEREFSternInsane_Clown_Posse_(guests)2009" class="citation serial cs1">[[Howard Stern|Stern, Howard (host)]]; [[Insane Clown Posse|Insane Clown Posse (guests)]] (1 September 2009). [http://www.insaneclownposse.com/media/interview/icp_howard_stern_090901.mp3 ''ICP on Howard Stern 9.1.09'']. ''[[The Howard Stern Show]]''. [[Sirius Satellite Radio]]. [[Howard 100 and Howard 101|Howard 100]].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=ICP+on+Howard+Stern+9.1.09&rft.series=%27%27The+Howard+Stern+Show%27%27&rft.date=2009-09-01&rft.aulast=Stern&rft.aufirst=Howard+%28host%29&rft.au=Insane+Clown+Posse+%28guests%29&rft_id=http%3A%2F%2Fwww.insaneclownposse.com%2Fmedia%2Finterview%2Ficp_howard_stern_090901.mp3&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite sign}}
'"`UNIQ--templatestyles-000002C3-QINU`"'<cite id="CITEREFMichigan_Historical_Marker_Program1956" class="citation sign cs1">Michigan Historical Marker Program (February 18, 1956). [http://www.jacksonmich.com/markers/mark1.htm ''Under the Oaks''] (Michigan Historical Marker). Jackson, MI: [[Michigan Department of Natural Resources]]<span class="reference-accessdate">. Retrieved <span class="nowrap">July 25,</span> 2010</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Under+the+Oaks&rft.place=Jackson%2C+MI&rft.pub=Michigan+Department+of+Natural+Resources&rft.date=1956-02-18&rft.au=Michigan+Historical+Marker+Program&rft_id=http%3A%2F%2Fwww.jacksonmich.com%2Fmarkers%2Fmark1.htm&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite speech}}
{{cite speech}}
: Unknown parameter |trans_title=
ignored (|trans-title=
suggested) (help)CS1 maint: extra punctuation (link)
'"`UNIQ--templatestyles-000002C6-QINU`"'<cite id="CITEREFKing1999" class="citation speech cs1">King, Robert J. (25–29 October 1999). [http://web.viu.ca/black/amrc/index.htm?Research/Papers/PHILLIP2.HTM&2 ''Arthur Phillip Defensor de Colónia, Governador de Nova Gales do Sul''] (Speech). V Simpósio de HistóriaMarítimo e Naval Iber-americano,. Ilha Fiscal, Rio de Janeiro, Brazil: [[Vancouver Island University]].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Arthur+Phillip+Defensor+de+Col%C3%B3nia%2C+Governador+de+Nova+Gales+do+Sul&rft.place=Ilha+Fiscal%2C+Rio+de+Janeiro%2C+Brazil&rft.pub=Vancouver+Island+University&rft.date=1999-10-25%2F1999-10-29&rft.aulast=King&rft.aufirst=Robert+J.&rft_id=http%3A%2F%2Fweb.viu.ca%2Fblack%2Famrc%2Findex.htm%3FResearch%2FPapers%2FPHILLIP2.HTM%262&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{[[Template:cite speech|cite speech]]}}</code>: </span><span class="cs1-visible-error citation-comment">Unknown parameter <code class="cs1-code">|trans_title=</code> ignored (<code class="cs1-code">|trans-title=</code> suggested) ([[Help:CS1 errors#parameter_ignored_suggest|help]])</span><span class="cs1-maint citation-comment">CS1 maint: extra punctuation ([[:Category:CS1 maint: extra punctuation|link]])</span>
{{cite techreport}}
'"`UNIQ--templatestyles-000002C9-QINU`"'<cite id="CITEREFLitvac1991" class="citation techreport cs1">Litvac, M. M. (1991). ''Image inversion analysis of the HST OTA (Hubble Space Telescope Optical Telescope Assembly), phase A'' (Technical report). TRW, Inc. Space and Technology Group. [[Bibcode (identifier)|Bibcode]]:[https://ui.adsabs.harvard.edu/abs/1991trw..rept.....L 1991trw..rept.....L].</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=report&rft.btitle=Image+inversion+analysis+of+the+HST+OTA+%28Hubble+Space+Telescope+Optical+Telescope+Assembly%29%2C+phase+A&rft.pub=TRW%2C+Inc.+Space+and+Technology+Group&rft.date=1991&rft_id=info%3Abibcode%2F1991trw..rept.....L&rft.aulast=Litvac&rft.aufirst=M.+M.&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite thesis}}
{{cite thesis}}
: Invalid |ref=harv
(help)
'"`UNIQ--templatestyles-000002CC-QINU`"'<cite id="CITEREFSerra1989" class="citation thesis cs1">Serra, Xavier (1989). [http://mtg.upf.edu/node/304 ''A System for Sound Analysis/Transformation/Synthesis based on a Deterministic plus Stochastic Decomposition''] (Ph.D. thesis). Stanford University<span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2012</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adissertation&rft.title=A+System+for+Sound+Analysis%2FTransformation%2FSynthesis+based+on+a+Deterministic+plus+Stochastic+Decomposition&rft.degree=Ph.D.&rft.inst=Stanford+University&rft.date=1989&rft.aulast=Serra&rft.aufirst=Xavier&rft_id=http%3A%2F%2Fmtg.upf.edu%2Fnode%2F304&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{[[Template:cite thesis|cite thesis]]}}</code>: </span><span class="cs1-visible-error citation-comment">Invalid <code class="cs1-code">|ref=harv</code> ([[Help:CS1 errors#invalid_param_val|help]])</span>
{{cite web}}
- when Periodical
is set
'"`UNIQ--templatestyles-000002CF-QINU`"'<cite class="citation web cs1">[http://alcme.oclc.org/openurl/servlet/OAIHandler?verb=ListRecords&metadataPrefix=oai_dc&set=Core:Metadata+Formats "Registry for the OpenURL Framework - ANSI/NISO Z39.88-2004"]. ''[[OCLC]]''<span class="reference-accessdate">. Retrieved <span class="nowrap">2015-09-27</span></span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=OCLC&rft.atitle=Registry+for+the+OpenURL+Framework+-+ANSI%2FNISO+Z39.88-2004&rft_id=http%3A%2F%2Falcme.oclc.org%2Fopenurl%2Fservlet%2FOAIHandler%3Fverb%3DListRecords%26metadataPrefix%3Doai_dc%26set%3DCore%3AMetadata%2BFormats&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{cite web}}
- when Periodical
is not set
'"`UNIQ--templatestyles-000002D2-QINU`"'<cite class="citation web cs1">[http://www.lawsociety.org.uk/support-services/events-training/excellence-awards/2012-winners/junior-lawyer-of-the-year-2012/ "Junior Lawyer of the Year 2012"]. [[Law Society of England and Wales]]. 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">9 September</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Junior+Lawyer+of+the+Year+2012&rft.pub=Law+Society+of+England+and+Wales&rft.date=2012&rft_id=http%3A%2F%2Fwww.lawsociety.org.uk%2Fsupport-services%2Fevents-training%2Fexcellence-awards%2F2012-winners%2Fjunior-lawyer-of-the-year-2012%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{citation}}
- when Periodical
is not set
'"`UNIQ--templatestyles-000002D6-QINU`"'<cite id="CITEREFTurner1851" class="citation cs2">Turner, Orsamus (1851), ''History of the pioneer settlement of Phelps and Gorham's purchase, and Morris' reserve'', Rochester, New York: William Alling, [[OL (identifier)|OL]] [https://openlibrary.org/works/OL7120924W 7120924W]</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=History+of+the+pioneer+settlement+of+Phelps+and+Gorham%27s+purchase%2C+and+Morris%27+reserve&rft.place=Rochester%2C+New+York&rft.pub=William+Alling&rft.date=1851&rft_id=https%3A%2F%2Fopenlibrary.org%2Fworks%2FOL7120924W%23id-name%3DOL&rft.aulast=Turner&rft.aufirst=Orsamus&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{citation}}
- when Periodical
is set
'"`UNIQ--templatestyles-000002D9-QINU`"'<cite id="CITEREFAbdel-Rehim2006" class="citation cs2">Abdel-Rehim, A. M. (2006), "Thermal and XRD analysis of Egyptian galena", ''Journal of Thermal Analysis and Calorimetry'', <b>86</b> (2): <span class="nowrap">393–</span>401</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Journal+of+Thermal+Analysis+and+Calorimetry&rft.atitle=Thermal+and+XRD+analysis+of+Egyptian+galena&rft.volume=86&rft.issue=2&rft.pages=%3Cspan+class%3D%22nowrap%22%3E393-%3C%2Fspan%3E401&rft.date=2006&rft.aulast=Abdel-Rehim&rft.aufirst=A.+M.&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
{{citation}}
- when Periodical
is set by |encyclopedia=
'"`UNIQ--templatestyles-000002DC-QINU`"'<cite id="CITEREFPyle2000" class="citation cs2">[[Andrew Pyle (philosopher)|Pyle, Andrew]], ed. (2000), "Richard Sibbes", ''The Dictionary of Seventeenth-Century British Philosophers'', vol. 2, Bristol: Thoemmes Press</cite><span title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=bookitem&rft.atitle=Richard+Sibbes&rft.btitle=The+Dictionary+of+Seventeenth-Century+British+Philosophers&rft.place=Bristol&rft.pub=Thoemmes+Press&rft.date=2000&rfr_id=info%3Asid%2Fen.wikipedia.org%3AHelp+talk%3ACitation+Style+1%2FArchive+9" class="Z3988"></span>
—Trappist the monk (talk) 19:28, 24 October 2015 (UTC)
book
COinS format we should not set rft.pages
unless rft.genre=bookitem
.|pages=
combines two functions in these templates. For books it typically records the location of a statement being cites, whereas for articles in journals and chapters of books, it typically records the entire span of the article or chapter. Only in the latter case is it the same thing as rft.pages
. Kanguole 14:37, 5 November 2015 (UTC)rft.pages
is:
This data element includes the OpenURL 0.1 definition of "pages"isn't exactly clear. According to OpenURL 0.1
pages
is:
rft.genre
:
|chapter=
is not set then, rft.pages
omitted even when |page=
or |pages=
is set and rft.genre=book
? Or, does the existence of |page=
or |pages=
without |chapter=
convert rft.genre
from book
to bookitem
? I think that the former doesn't make much sense because a single page or multiple pages are a subset of a book. It seems silly to require our editors to always include |chapter=
in {{cite book}}
when they want to cite something on a single page of that book.&rft.spage=134
without an accompanying rft.epage
. This could mean that we should use rft.spage
when the meta-parameter Pages
has a single value; use rft.spage
and rft.epage
when Pages
has a simple page range; and rft.pages
when Pages
has something else. This is complicated by things like |at=Back cover
or the misuse of a hyphen as a range separator instead of the proper ndash – which could explain why previous versions of the COinS code dump all page information into rft.pages
.|page=
/|pages=
/|at=
are used in the templates in two different ways:
book
and conference
) and individual items (e.g. genres article
, bookitem
and proceeding
). As laid out in Table 2 of that document, only individual items should set the rft.pages
; bundles should not. (Although OpenURL 0.1 has been superseded, the standard refers to it for the meaning of rft.pages
.) So indeed I am saying is that in a book where |chapter=
is not set, rft.pages
should not be included in the COinS metadata, though the page number would still be in the visible text. There is no need for editors to change their practice.proceeding
, not conference
(which would mean the whole book). Kanguole 14:48, 6 November 2015 (UTC)delimit the extent of the partand that
particular page [specification] is done outside the template? This, to me, is counter intuitive nonsense. An article or chapter title is sufficient to delimit the extent of that part. To also include a page range spanning the whole of the part is unnecessarily redundant and is akin to identifying total number of pages which cs1|2 does not do. If the purpose of a cs1|2 template is to consolidate and render all of the information necessary for a reader to locate, within a source, the information necessary to corroborate a wp article's statement, having the page number where that information may be found is better for the reader than listing all of the article's pages and leaving it to the reader to search for the relevant information. When the wp article uses short form referencing, page numbers are not required in the matching cs1|2 template and should not be included.
{{cite conference}}
needs rethinking methinks which is beyond the scope of this conversation. Until that is accomplished, I'm inclined to leave the metadata as they stand. It might be tweaked so that rft.genre=proceeding
when |title=
and |journal=
are set or when |title=
and |booktitle=
are set.rft.pages
was intended only for genres like article
, proceeding
and bookitem
that represent part of a larger bundle, but not genres like conference
and book
that represent a whole bundle (Table 2 in the OpenURL 0.1 spec makes this clear).rft.pages
holds the page range of the part (see the description of pages
in the KEV format matrices; Table 1 in the OpenURL 0.1 spec says Pages covered by an individual item in a bundle).
|pages=
to delimit the extent of an article in a journal or a contributed chapter in a book is the common practice on Wikipedia, reflecting the habits of the world outside, and can be seen in the examples in {{cite journal}}
and {{cite book}}
. Most users of academic referencing would consider citations of these types to be incomplete without the page ranges for the parts. That leaves no way to indicate the specific paces referenced, unless one uses short references or additional text, an issue that has been noted many times. Kanguole 17:01, 10 November 2015 (UTC)rft.spage
as a solution to the single page problem, you wrote, rather assertively, that the example at §6 is a fragment to illustrate syntax rather than the meaning of tags.From which I infer, perhaps incorrectly, that you know, conclusively, that it is not permissible to use
rft.spage
alone, without an accompanying rft.epage
and thus it is not possible to refer to a single page using COinS as it is currently defined. Hence, the reason for my question: Do you have access to more definitive documentation that clearly shows that COinS does not support a single page reference?
{{cite journal}}
and {{cite book}}
reflects your position with regard to the §6 example I quoted: those are simply bibliographic examples and are not definitive. The actual |page=
and |pages=
documentation (page & pages) says nothing about delimiting articles and chapters with page ranges. Sure, if you follow a doi or pmc or other link to a website, you will often see that there, the page range is included in the bibliographic information. But, bibliography and citation are not the same thing. For most uses in Wikipedia articles, we are writing citations where editors should be identifying the in-source location of the supporting text for the benefit of the reader. Where an editor is writing a bibliography, in-source location page numbers are not required and delimiting an article or chapter with start and end pages is merely redundant information.|pages=
given a doi or pmid or the like. Editors assume the tool's results to be correct and do not edit the tool's results to correctly specify which page or pages support the Wikipedia article's text. These tools also produce consistent results to which editors grow accustomed so correct citations without a delimiting page range will then look 'odd' to them.VE is messing up the |language=
parameter. It is adding en-US, en-GB, etc. Articles with this problem are ending up in Category:CS1 maint: Unrecognized language. Examples are [10] and [11]. I've filled ticket T117305.
Also of note, VE is adding nowiki tags inside references. For example, <ref><nowiki>{{cite ... }}</nowiki></ref>
. A ticket on that was filed, mysteriously closed and we've reopened it again.
I haven't checked if Content Transcrapulator is doing the same problem. It and VE both use Parsoid, but different versions. So, one has to file two separate bug reports. As only a couple of our groups 40+ tickets have been fixed in 6+ months, so I don't expect this to be fixed anytime soon. Bgwhite (talk) 07:12, 31 October 2015 (UTC)
|language=español
and like the one above, but I don't see that task in either bot's task list. My memory is failing me. – Jonesey95 (talk) 18:10, 31 October 2015 (UTC)|language=
parameter and let the template translate them into something meaningful for display in the citation? It doesn't seem to be much more than adding a long look-up table with aliases. If the value is found in there, it gets replaced, otherwise left as is. In the long run, this would improve machine-readability and the reliable conversion of citations for usage in other language Wikipedias. --Matthiaspaul (talk) 17:01, 1 November 2015 (UTC)mw.language.fetchLanguageName ()
which apparently refers to this php list. That list appears to have all of the ISO 639-1 two-character language codes so it is a convenient way to map codes to readable names. IETF language tags can be rather complicated and as such I didn't want to venture down the path of dissecting that. It is possible that we could extend language code validation to include only ISO 3166-1 alpha-2 country codes. ISO maintains a list of currently assigned code elements so making a Lua look-up table wouldn't be difficult. Then, the test is: for any hyphenated language name in the case-insensitive form ll-cc
, ll
must be a valid ISO 639-1 code and cc
must be a valid ISO 3166-1 alpha 2 country code.|language=pt-IS
(Portuguese as spoken in Iceland) would pass the just-described test but doesn't make a lot of sense. It's probably not much of an issue but typos do happen. Still, the only thing that would be displayed would be the translation of the ISO 639-1 code (except for English which isn't displayed on en:WP.en
is presumably recognised. Per long-established practice at the relevant RFC, en-GB
, en-US
and en-Geordie
are all acceptable. They may not be recognised, but the regional sub-variation should be ignored by any compliant consumer that doesn't recognise it and the main language code processed correctly anyway.|language=
should be expanded to accept language codes, as I suggested as well.Since the time of first support for ISO 639-1 codes in |language=
, cs1|2 has only supported the two-character code or the language's proper name. There has never been any representation anywhere that IETF language tags or similar extensions are supported. That VE ignores the documentation is not the fault of cs1|2.
I have tweaked Module:Citation/CS1/sandbox so that it ignores IETF language tags:
{{cite book/new |title=Title |language=pt-IS, English, fr-fr}}
—Trappist the monk (talk) 13:41, 10 November 2015 (UTC)
cs1|2 includes the predefined identifiers, |arxiv=
, |doi=
, |jstor=
, |isbn=
, etc in the metadata. Most of these inclusions are wrong.
COinS provides keywords for |isbn=
and |issn=
: &rft.isbn
and &rft.issn
. Another keyword, &rft_id
supports various forms of url. Which of these two mechanisms we use is specified in the id_handlers
table in Module:Citation/CS1/Configuration. Each identifier has a table of stuff unique to that identifier, one bit of which is the COinS entry. When the value assigned to the identifier's COinS entry is info:...
, code in Module:Citation/CS1 concatenates info:...
and the identifier value and assigns the result to &rft_id
. In all other cases, id_handlers[...].COinS
is expected to hold something that looks like rft.jfm
(the ampersand is added later). For these, the final metadata for |jfm=1234
eventually looks like this: &rft.jfm=1234
.
But not all is well in metadata land. There are defined keywords for some of the identifiers that we support but not all. The rft.jfm
example above is one-such that is not defined as a legitimate metadata keyword. Also, there are some like |asin=
where id_handlers['ASIN'].COinS
is set to info:asin
. To use the info:
uri, the domain name (asin
in this case) must be registered at //info-uri.info.
So, in the sandbox I have made some changes:
pre
which tells code in Module:Citation/CS1/sandbox to use id_handlers[...].prefix
when creating &rft_id
id_handlers[...].COinS
to nil
for identifiers asin, ismn, and ol to keep them out of the metadataid_handlers['LCCN'].COinS
from unsupported rft.lccn
to supported info:lccn
COinS ()
to distinguish between id_handlers[...].COinS
values of info:...
and rft...
The identifiers that I have set to nil
(asin, ismn, and ol) are problematic. There isn't a place like Special:BookSources that ismn can link to nor is there an external repository so ismn is not included in the metadata. The other two are more complicated.
An ol identifier produces a url path that varies with the value of the last digit of the identifier value ('A', 'M', or 'W' → '/authors/OL/', '/books/OL/', /'works/OL/') which is inserted between id_handlers['OL'].prefix
and |ol=
. The resultant url is id_handlers['OL'].prefix
+ '/authors/OL/' or '/books/OL/' or /'works/OL/' + |ol=
. I think that it is possible to solve this problem by simply creating three handlers that replace the one that we use now.
Similarly, an asin url can have a variety of top-level domains (.com, .au, .br, .co.jp, etc); there is also a path specifier inserted between the tld and the |asin=
value so the url is the concatenation of id_handlers['ASIN'].prefix
+ |asin-tld=
or '.com' + '/dp/' + |asin=
. I haven't noodled out a solution for this problem yet.
—Trappist the monk (talk) 14:08, 1 November 2015 (UTC)
Bump to keep this topic from being archived.