This is an archive of past discussions about Template:Reflist. 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.
This edit request has been answered. Set the |answered= parameter to no to reactivate your request.
I would like to make a slight edit to this list (or request it be done by someone else): I would like to invert the names of Emma Bolden and Pablo Tanguay as surname/first name, in keeping with the other authors' names in the list. Dirtrdblues (talk) 06:01, 30 August 2011 (UTC)
Not done: Please request the change on the talk page of the article in question - this is not the proper place for such a request. ---— Gadget850 (Ed)talk11:07, 30 August 2011 (UTC)
Indent breaks styled list
This works:
This is an in-text cite.<ref group=lower-alpha>citation</ref>
{{reflist|group=lower-alpha}}
Oh, I certainly didn't see that when I read the documentation. Where is it? The way I read the spec, it actively encouraged use of apostrophes around "lower-alpha", even though that doesn't work. Perhaps that should be made clear somehow. U+003F?11:03, 20 September 2011 (UTC)
Aha, I discovered what you mean at WP:REFGROUP. Having found the documentation sufficiently confusing, I've added half a sentence to clarify that quotation marks should not be used. U+003F?11:21, 20 September 2011 (UTC)
Yeah, I know, this is an old and long discussion. I'm aware about the issue in printable versions (I think I've read most discussions). But I still don't understand why this is cannot be done by stylesheets. For instance,
in MediaWiki:Print.css should work pretty fine (even if the browser do not support css). This can be customized by users (so, the scrolling can be disable by users stylesheet). Actually, at Portuguese Wikipedia, we have being using this since October 2010. I'm not proposing scrolling (though I know that many users would like it), but I want figure out if this solution still have some problem. Giro720 (talk) 01:50, 20 September 2011 (UTC)
A rename makes sense as this template is wrapping the wiki-text <references /> tag. However, due to the history of the target name, a rename would play hell with viewing old revs and diffs, no? So best leave it be. Better to view this as a name derived from the <ref> tag. —Portuguese Man o' War00:01, 2 October 2011 (UTC)
There is no reason to move the template; the current name is well known and well used, so there is no actual clarification to be had. The fact that the proposed name is already used is an even stronger reason not to change this template to that name. In general the name of a template like this is not particularly significant. — Carl (CBM · talk) 01:36, 7 October 2011 (UTC)
There speaks a true mathematician - it's merely notation. I love the way, too, that programmers think, depending on their language heritage, THAT CAPS ARE CLEARER orWeShoudlAllUSeCamelCase or_join_words_with_underscores orsimprunthemtogwithabbr. Out there in the big wide world, people use full words with spaces in between, (pace, textspeak) and sure the insiders club of Wikipedia editors know (perhaps) what "Reflist", "Wfy", "Dab", "Unrefsect", "Commonscat" (Common scat?) etc. mean - we do, so I'm told, want to encourage more people to edit. In my view, and I know many people disagree, the cognitive load of wiki-markup, templates, categories, footnotes and tables is quite enough without adding another secret language on the basis that "we" (we happy band of editors, we geeky few) have already had to learn it. RichFarmbrough, 19:06, 7 October 2011 (UTC).
Comment: This template does not produce a reference list. It auto-generates footnotes, which usually contain references/citations but may also contain other types of content (such as clarifications of terminology). The footnotes are often complemented by an actual list of references (works cited, bibliography), usually ordered alphabetically. See for instance King Arthur (a featured article) where the section produced by this template is called "Notes" and the list of references is called "References". The current name was misconceived from the start and renaming it {{Reference list}} wouldn't be an improvement. If anything it should be renamed {{notes}} or {{footnotes}}. --Hegvald (talk) 17:36, 8 October 2011 (UTC)
Okay, this is a valid point which I could agree with, and yes {{footnotes}} would work. (Although it exists already it only has two transclusions so would be a possibility.) — Martin (MSGJ · talk) 19:49, 8 October 2011 (UTC)
{{footnotes}} is a highly used redirect to a maintenance template that indicates an article needs more footnotes. Many old revisions of articles use it and many people know it. This template is already one of the most well-known and used templates on the site; it's hard to see what would be improved by renaming it, but it's easy to see the confusion that would be generated by a change. There are also other downsides to a change, like the temptation for AWB users to go through every single article that uses {{reflist}} to "correct" than name if it is changed. — Carl (CBM · talk) 20:04, 8 October 2011 (UTC)
Yes {{Footnotes}} is probably better. It's a scarcely used redirect, and has only been around for about three weeks, so will have virtually no impact on history. In fact it's historic function for about four years was virtually identical to this template. RichFarmbrough, 15:11, 10 October 2011 (UTC).
At Carly Foulkes, we wanted to add refs in the external links section to explain why her twitter account is not verified. However, since the external links section is after the reference section where {{reflist}} is the template did not recognize the tags. Is it possible to make the template look for tags anywhere on the page, regardless of whether it is above or below the template?--TonyTheTiger (T/C/BIO/WP:CHICAGO/WP:FOUR) 19:48, 4 October 2011 (UTC)
No, and it is not the template. Reflist simply encapsulates <references /> for styling. <references /> only parses <ref> tags that occur before it and have not been closed by a previous <references />.
That is certainly possible. Look on the documentation page for 'List-defined references' and 'Grouped references'. Those should be exactly what you need. — Edokter (talk) — 20:04, 4 October 2011 (UTC)
Neither list-defined references nor grouped references will solve the problem of attempting to place a reference in the page after the actual <references /> or {{reflist}}. Either way, you would have to add an(other) <references /> or {{reflist}} even further down the article. Anomie⚔22:01, 4 October 2011 (UTC)
1. User:Gadget850/T1<references />, #tag:references, and {{reflist|close=1}} all close a list. {{reflist}} does not close the list even though it encapsulates #tag:references.
1. See Template:Reflist/doc#Multiple uses. In short, the parser caches the output of template invocations without parameters; you can see better what is going on if you don't use the same content for all your test refs.
2. If you're referring to how the three instances of {{refn}} that don't specify a name are combined into one, I don't see how it would ever have worked unless at some point in the past <ref name="">...</ref> was considered the same as <ref>...</ref>; as it is, it creates 3 references to a ref named with the empty string. If you're referring to how the ref from inside the second and third {{refn}} shows in the reflist even though the text of those references is not displayed, I've never encountered that bug before. Anomie⚔23:47, 12 October 2011 (UTC)
1. But why is <references /> and {{reflist}} rendering differently? And I wrote Multiple uses, so I do know about it.
2. Why do #tag:ref and {{refn}} render differently?
1. The first invocation of {{reflist}} on the page renders normally. All subsequent invocations are never re-parsed, it just repeats the same old output. Other than that, they look identical to me.
1. {{reflist}} encapsulates #tag:references, so for the default, I would expect the same rendering. User:Gadget850/T2 and User:Gadget850/T3 are identical, except that the T2 uses #tag:references and T3 uses {{reflist}}. In T2, each instance of #tag:references is closing the list; in T3, each instance of {{reflist}} does not close the list, thus the familiar repetition of references.
I very much doubt your second and fourth points, and the third is irrelevant. Regarding the second, users who actually want to see the references would probably be annoyed that they had to go back and forth between two different pages just to see the content of any ref. And regarding the fourth, Wikipedia is currently set up such that a reader can use the "print" button on their browser and the article will print correctly, without their having to find and click a separate "printable view" button; this proposal would destroy that. Solving these issues would negate the major point I see to your proposal, namely the purported reduction in parser load. Anomie⚔13:49, 27 November 2011 (UTC)
Point 2 is about page load speed. Of course, we could include a preference to control the behavior. Point 3 is about keeping up with the evolving surroundings. Point 4 is about automatically adding a standard "print" format. Clicking Print evokes that style sheet. No need for printable preview, right? Lfstevens (talk) 23:42, 27 November 2011 (UTC)
So how exactly would you avoid parsing the references while still having the parsed text of the references available for the printing? Anomie⚔01:22, 28 November 2011 (UTC)
Which assumes (1) a Javascript wikitext parser exists that it can handle transclusion, (2) that the user has Javascript enabled, and (3) that all of this can somehow be automatically triggered when the user activates their browser's "print" function. Anomie⚔14:16, 15 December 2011 (UTC)
Back in 2008, there was discussion about having this template display the equivalent of {{unreferenced}} if the ref list is empty. I just edited an article that had an empty references section, and think that suggestion from three years ago still makes a lot of sense. 64.136.198.246 (talk) 14:30, 20 December 2011 (UTC)
One problem with that... the template can't actually detect if there are references present (to my knowledge), so this my not be technically possible. — Edokter (talk) — 14:46, 20 December 2011 (UTC)
I don't see how {{reflist}} can do this. The template merely applies styles to <references />, which in turn is part of the {{cite.php}} software extension. There was other discussion on automatically adding {{unreferenced}}, but we have so many systems that it is impratical. ---— Gadget850 (Ed)talk16:15, 20 December 2011 (UTC)
I don't see the issue— those templates have some different styling and should not be used in articles, but {{reflist}} can be and has been used on talk and other pages for ages. If we change it, we will get a lot of warnings on archived pages. ---— Gadget850 (Ed)talk15:44, 8 January 2012 (UTC)
If a list of references contains questionable information, how is that changed? The "reflist" format makes the references hidden on the Wiki editing screen.Ryoung12205:30, 24 January 2012 (UTC)
Nothing. IE9 does not support the CSS3 column markup. We have looked at alternative methods, but there is no other way to do this. ---— Gadget850 (Ed)talk10:09, 7 March 2012 (UTC)
Hello I had seen a user change {{Reflist|2}} into {{Reflist|30em}} with an edit summary having a link to wp:MOS and talking of some consensus (without link). can some one guide me what this means and where can i find the documentation and the consensus. I feel this is better than {{Reflist|2}} as it splits refs into multiple columns --ÐℬigXЯaɣ18:29, 5 May 2012 (UTC)
<references/> has been changed to match the font size of this template, so there's not much point in using it any more. Attempting to correct the issue at the village pump just results in obfuscation. Perhaps we should create a second reflist template for those who were relying on <references/> (notes which should not be reduced in fontsize, etc)? — kwami (talk) 05:35, 20 April 2012 (UTC)
Whenever I'm reading an article which got {{Reflist|colwidth=30em}} I find that the whole article on one column, at the width of the left column, and on the right I find the other ref. (checked on Dolphin Browser for Android, seems to work fine on the rest ) Yuval Y § Chat § 00:50, 16 May 2012 (UTC)