Wikipedia talk:Footnotes
From Freepedia
Archives:
Can't test footnote links while previewing an edit
I noticed that you can't test a footnote while previewing an edit. Not a major issue but is there a way around this? —Christiaan 23:18, 20 Feb 2005 (UTC)
- not really (that I know of), we rely on counting of external links, and the page we are linking to isn't updated until after pressing save. I'll list it in disadvantages. I think fixing it would need a change in MediaWiki where the whole point is to avoid that. Mozzerati 07:07, 2005 Feb 21 (UTC)
A little off-topic
Don't really have an opinion on the above discussions, but for me a disadvantage of any footnote system is that (and other people may well have said this elsewhere already) you can't tell exactly what the footnote "covers". Suppose that an article reads "John Maitland was an Impressionist painter. He was born in Penzance. His father was a vicar."
Now suppose an editor comes along, who owns a credible book that states that Maitland was indeed an Impressionist painter and son of a vicar, but that says nothing about where he came from. How is that editor supposed to express that? "John Maitland was an Impressionist painter[1]. He was born in Penzance. His father was a vicar[1]." This is possible, but for long articles it becomes impractical and error-prone. Also, you probably don't want to have one footnote per sentence or sentence fragment, but, on the other hand, a footnote at the end of the first or at the end of the last sentence of a paragraph may incorrectly suggest to the reader that the entire paragraph is backed up by that reference. So, maybe it'd be useful if a footnote could be stated to belong to a range of text. -- March 5 2005 (comment from an Anon IP)
- Hi; there are several points in there and I'll try to separate them and answer / comment on each
- you can't tell with footnotes what the note is about
- you might want to use the same reference multiple times and it starts getting to heavy
- you want to know exactly which fact each source is covering
- a future footnote system might want to tell where the footnote coverage starts and ends in the text
- 1) is true straight up, but is probably a place where the future footnote system which is to come should use link titles either to show a summary or the whole footnote.
- 2) is a matter of careful editing; I'd suggest that the footnote should say which facts it covers and probably give a page number; that way you could give one or more footnotes at the end of a sentence and then explain in each what the source states.
- 3) I think has a similar answer; I think the footnote should say what facts are covered unless it exactly covers a whole sentence or quote.
- 4) Is a really nice idea, but I don't see how to implement it safely. The footnote coverage might be quite long and might overlap with other markup. How would you imagine it looking in the wikitext? Could you give an example for a short fact and for a long one.
- Mozzerati 13:42, 2005 Mar 5 (UTC)
Possible degenerate cases for this system and how to work around them
Here are the ways in which this system can get screwed up, and how to fix it when they happen.
- More footnotes than references, or vice versa.
- First, identify if this is a numbering problem, or an actual content problem.
- Count the number of instances of {{an| in the wikitext, and make sure that is the same as the number of {{anb| lines in the references section.
- If they don't match, then it's a content problem, otherwise, it's a numbering problem.
- For numbering problems, look for the regexp \[\[[^\] ]+\]\], i.e. straight numbered external links, and add descriptive text to them(which is good style anyway). Then make sure all the {{anb| lines begin with #. Then, click on each of the back links, and re-order the ref section to reflect them. That will fix numbering problems.
- Content problems need to be fixed by looking adding or removing footnotes.
Feel free to add more, or move this to the main page. JesseW 06:41, 21 Mar 2005 (UTC)
Your section is a good idea, but seems to technical to add to the main page. I'd like to think of ways of doing it which work without any scripting / advanced editor knowlege. This can be done by following the links between reference and note back and forward and identifying where the sequences get out of sync. E.g.
- click on the first note
- check that the reference number you reach matches
- click on the reference number
- check that you return to the correct note
- repeat for the next and subsequent notes.
- if one link does not match, fix it.
- if the reference sequence skips one, there is probably a raw numbered URL in the text. Convert it to a footnote instead.
Other optimisations are possible, but more difficult to explain. Mozzerati 21:20, 2005 Mar 30 (UTC)
Tooltips implementation?
I've just implemented tooltips (based on hnote) into the mn template. The idea is to use the link titles to let the reader work out what will be at the other end. Please see if it works okay for you. See the what links here for examples to check. If it works we should do the same to Footnote3. Mozzerati 21:20, 2005 Apr 24 (UTC)
- Thus modified, footnote3 could be dis-encumbered of its need to keep the notes in the correct numerical order by giving slightly different instructions to the editors. Rather than linking to a numerical list of notes, the notes link into the list of bibliographical references, which could be in alphabetical order for neatness, but really don't have to be in any sort of order. So the tag {{note|Dent, p. 42|Dent}} yields a hyperlink to target "Dent", which is (hopefully) immediately before the bibliographical entry for the work by Dent. If the link is hovered over, we see "Dent, p. 42" in a tooltip.
- As an added bonus, non-footnote external references in the text no longer break the numbering scheme of the footnotes, because no numbering scheme is needed.
- The downside is that since more than one note can point to the same bibliographical reference, there is no good way to implement the backlink in the note. On the other hand, that's what a "back" button is for. Shimmin 22:52, Apr 24, 2005 (UTC)
- Swap the order of your template arguments, and you could start doing this today. {{Ref|Dent|Dent, p. 42}} would safely have its second argument ignored for the time being. --P3d0 18:37, Apr 25, 2005 (UTC)
Manual numbering versions of templates "ref" and "note"
I've created manual numbering versions of the "ref" and "note" templates: Template:rf and Template:ent. To my eye, they produce better looking text. For an example of their use see Thucydides. Comments? Paul August ☎ 02:47, Apr 30, 2005 (UTC)
- That's similar to what "ref" and "endnote" looked like before I decided (rightly or wrongly) that I liked the auto-numbered version better, except yours has a "semantic link" rather than relying just on the number (which is definitely an improvement). One problem people cited is that the superscripted numbers are so small, they are hard to click. --P3d0 04:22, Apr 30, 2005 (UTC)
Well I chose the small size (and sacrificed auto-numbering so as not to see bracketed superscripts) because it is looks cleaner and is less visually distracting, which is a complaint that many people have concerning inline citations (e.g. see Talk:Attalus I) and I don't find them hard to link myself. Paul August ☎ 04:55, Apr 30, 2005 (UTC)
I've now changed Template:rf to use an internal link to fix the problem (which it inherited from template:ref) mentioned below. Since it doesn't auto-number, it doesn't need to use an external link. Paul August ☎ 17:32, Apr 30, 2005 (UTC)
See also Wikipedia:Footnotes Named Footnotes. Rd232 22:28, 6 May 2005 (UTC)
- How does this all compare with Wikipedia:Footnote4 my own manually numbered footnote system? Can we unify them and delete one suggestion? Mozzerati 15:26, 2005 May 14 (UTC)
These templates, Template:rf and Template:ent, were based on the templates Template:ref Template:note. Their use produces inline references and endnotes which are:
- small (i.e. enclosed by the <small> and </small> tags)
- manually numbered
- unbracketed
- superscripts
- semantic internal links to the corresponding endnote or reference
Their use is very similar to the other templates. The syntax of the template is: {{rf|ref_number|ref_name}}, where "ref_number" is intended to be a number used to sequentially number the reference and coressponding endnote, and "ref_name" is a name given to the reference and corresponding endnote, which is used for semantically associating and linking them.
For example if "{{rf|1|first_note_name}}" is placed here:1 the text will display a small superscript number one which if clicked causes the text to jump to the first endnote below. While if {{rf|2|abc}} is placed here:2 clicking on the displayed superscript two, jumps to the corresponding endnote below.
- Okay, some of this is a matter of taste / presentation. I have made bracketed/slightly larger footnotes since if we don't do that then it is difficult for peolpe with low vision to see them and for those with Motor Impairments to click on. This should, in the end, be solved with CSS so we can support both.
- The order of the arguments is different though. I think that's quite important, and hopefully we should choose the same one. I chose {{<command>|<name>|<number>}} and I feel that's better since I think less important / more likely to be optional arguments should be at the end. In this case, it means that I could just change the template to match that of {{an}} and it would immediately start being auto numbered. It would be a good idea, whilst we have so few cases, to use a script to do semi-automatic fixing. How do you feel about my order? Was there any particular reason for doing it the other way? Compatibility with {{fn}}?
- Mozzerati 05:09, 2005 May 18 (UTC)
I chose the order I did (number, name) because it seemed more logical to me that way. To me, the number seems like the most "important" argument, It is the number which is displayed, and it is the number that I have used to look fro to find the reference or note when editing. Also in the case of the note, where in addition to the number, some morph of the note name will often also be displayed, the number and note will occur in the same order: i.e. the note associated with
- {{ent|37|Livy_27.33}}
will often look like:
- 37 Livy 27.33.
More importantly though, reversing this order would make editing a lot harder. I've had quite a bit of experience now using these templates. (see First Macedonian War, which now has 51 notes) And I can assure you that, it is easier to find reference "33" scanning for {{rf|33|Polyb_9.30}} rather than {{rf|Polyb_9.30|33}}. And, since these templates are manually numbered, and since I definitely want the references and notes to be in numerical order, I've unfortunately had to renumber the notes many times, and this means lots of scanning the text looking for references. And the renumbering is easier to do, at least for the note numbers, since they are all aligned in the same column. Paul August ☎ 01:28, May 19, 2005 (UTC)
- based on this, and assuming nobody else comments, I think I will swap the order of arguments in my mn template to match yours. Anybody else think this is a bad idea? Mozzerati 21:46, 2005 May 19 (UTC)
- By the way, I found Wikipedia:Footnote4 a bit confusing. The "How to use" says to use "mnb" for the reference and "note" for the note: "Just choose a one word descriptive name for your reference and put {{mnb|<name>|<number>}} at each point where you want the footnote number to be and put notes at the bottom of your document # {{note|<name>|<number>}}, while the "Example" section shows using "ref" for the reference and "note" for the note, and the article itself uses "mn" for the reference, and "mnb" for the note. Paul August ☎ 22:32, May 19, 2005 (UTC)
Notes
This is the first endnote. It was produced by the text:{{ent|1|first_note_name}} Clicking on the small superscript "1" to the left will cause the text to jump to the location on the page where the corresponding reference is, in this case the reference named "first_note_name".
This is the second endnote. It was produced by the text:{{ent|2|abc}} Clicking on the small superscript "2" to the left will cause the text to jump to the location on the page where the corresponding reference is, in this case the reference named "abc".
Paul August ☎ 18:39, May 17, 2005 (UTC)
Illegible
Am I the only one here that finds it nearly impossible to actually read the footnote marks? After superscripting, underlining and enclosing in square brackets, all I can make out is a blob. And, frankly, subsequent numbers just look like slightly differently shaped blobs. --Azkar 20:09, 31 May 2005 (UTC)
- To me they look fine. I guess, however, that that will vary according to eyesight. Several sugestions;
- if your eyesight is normal you might find that simply selecting a bigger font helps. Most modern browsers have this function, (e.g. view->zoom in or view->text zoom->larger).
- if your browser doesn't have very good font support, you could try switching to firefox which seems to work to me.
- if you are already forced to view at a font size which takes too much space, then you could consider screen magnification software which will give you quick variable zoom
- if this doesn't solve your problem, or you don't like the screen magnifiers, then rework the macros and wikipedia CSS style sheets so that we have a separate style for footnotes. Then configure this style for your own needs.
- if you try all these and still have problems, lets try to work something out.
- Mozzerati 20:27, 2005 May 31 (UTC)
Race and intelligence
If you thought the papal page had many footnotes, please have a look at Race and intelligence. Since we are trying to polish that article, I started to go through the references, but was frustrated after a few edits.
Currently, the references to articles are in two clusters: in the footnotes, and in the References section. I want to clean this up. But how?
As you can see, there are quite a few references in the body text to the same journal article, for example to Neisser et al. (1996). Currently, some of them are external links in the body text, some of them are footnotes, and some of them are Author (Year) citations that match an entry in the References section.
If I follow the guidelines, it seems that the best cause of action is to have these things all be footnotes (different ones, for sure), and then let the footnote text by of the form
- Neisser et al. (1996)
From there, the reader can then manually go through the References section to finally recover the article. Currently, the second footnote is an example of this style (the reference itself is in the Introduction). Following this cause of action, all referenced works would turn up in the References section, and the Notes section would consist mainly of very short footnote texts like the above. This is markedly different from what has been done in the Pope's article, where the Notes section contains all the referenced works. Am I misunderstanding something? Arbor 14:25, 21 Jun 2005 (UTC)
- Egads! This article has a separate page just for its references, plus a pile of footnotes! -- Beland 04:28, 7 October 2005 (UTC)
Footnotes vs. inline web references
User:SEWilco, through his bot, recently converted inline web references (i.e. [http://foo.com]) into ref / note pairs on the ice core article, see diff: [1]. Frankly, I like the footnote scheme that people have put together, but I think that the conversion of inline weblinks is a bad idea. For one thing, everyone using wikipedia is used to the [#] style for indicating off-site links. For another, it introduces an extra click and page load (to move down to the ref section) before one gets to the information. At SEWilco's suggestion, I am posting here to get a third/fourth/fifth/etc. opinion. Dragons flight July 7, 2005 06:46 (UTC)
- One fewer click is useless if the link goes dead without information which describes the source which is being referenced. The links represent supporting material, which is what References represent. (SEWilco 7 July 2005 07:01 (UTC))
- I agree with SEWilco's reasoning about proper referencing. Most articles don't bother with citations, and for the most part, I believe they are unnecessary. As long as the references appear at the bottom of the article it is good enough. However, if you want to include them, I prefer the smaller, less obtrusive footnotes that SEWilco is adding. As for the "extra click" argument, my gut reaction to something like is always, "Oh my god! An extra CLICK! Oh the humanity! Whoa is me! What is this world coming to when you have spend an extra second clicking your mouse!" By the way, if your browser actually reloads the page when you click on a footnote link, you need to upgrade to a better browser. Mine just jumps down to the bottom without reloading. Ok, I think I've adequately expressed my opinion on this. —Mike July 9, 2005 18:26 (UTC)
Formal reference with inline links?
- Is there perhaps room for a compromise here? You want to include the formal reference style. For online links, could we do that without the ref / note? In other words, keep the direct inline link, but also add a {{Web reference}} at the bottom for each one? It wouldn't provide an automatic link between the two, but if one needed to deal with a broken link or something like that, one could still match them up by looking at the URLs. Dragons flight July 7, 2005 07:32 (UTC)
- This is part of the WP citations problem. There are needs for documentation of sources but no support for citations in MediaWiki. There have been proposals for various behavior of links, such as popup citations, selectable citation views, and a multi-link citation symbol could offer access to either the external link or citation details. A template similar to {{ref}} could emit both an external link and a link to citation details. But those are details of presentation, once the citation info exists and references to it exist. Part of the citation problem is also lack of support for editing citations, such as not having a References edit window in addition to a Section edit window, which makes creation of citations more awkward. (SEWilco 7 July 2005 16:30 (UTC))
- I agree that it is a presentation issue, but since the effect of your changes is to convert from one style of presentation to another, that is what needs to be discussed. When I click on wikilinked text, it takes me straight to the relevant content. I strongly believe the same should by true for externally linked content, which is why I think the extra step of embedding external links in {{ref}} is very awkward. As above, I would accept adding web citations to the end of an article for the purpose of detailing when and what content was used (though this gets awkward for articles with many external links). As a practical matter though, even with web citations, most dead links are likely to stay dead. Dragons flight July 7, 2005 18:37 (UTC)
- This is part of the WP citations problem. There are needs for documentation of sources but no support for citations in MediaWiki. There have been proposals for various behavior of links, such as popup citations, selectable citation views, and a multi-link citation symbol could offer access to either the external link or citation details. A template similar to {{ref}} could emit both an external link and a link to citation details. But those are details of presentation, once the citation info exists and references to it exist. Part of the citation problem is also lack of support for editing citations, such as not having a References edit window in addition to a Section edit window, which makes creation of citations more awkward. (SEWilco 7 July 2005 16:30 (UTC))
- Is there perhaps room for a compromise here? You want to include the formal reference style. For online links, could we do that without the ref / note? In other words, keep the direct inline link, but also add a {{Web reference}} at the bottom for each one? It wouldn't provide an automatic link between the two, but if one needed to deal with a broken link or something like that, one could still match them up by looking at the URLs. Dragons flight July 7, 2005 07:32 (UTC)
Dead link reference
- Are you qualifying your "dead links are likely to stay dead" with a restriction to "web citations"? Citations in References often are to sources other than web sites, and a full citation should allow a chance of finding the source even if an online link goes dead. (SEWilco 8 July 2005 08:46 (UTC))
- I'm not sure exactly what you are saying here, but to clarify, I mean that in the case of materials which are only found online, having a full citation of the form provided by {{web reference}} probably is only going to help in relatively small fraction of the cases after the link goes dead. Which is to say that online materials have a tendency to either exist or not. In my experience, it is less common for material (at least of the sort worthy of referencing) to have broken links simply because it were moved, or to be able to find alternative copies at other locations. Dragons flight July 8, 2005 18:11 (UTC)
- Yes, by definition materials which are only found online are less likely to be available once they are removed. A link to the materials may go dead for several reasons; a site reorganization may move material to a new URL and it can be rediscovered with a site search, while a deletion of material causes loss of material unless there are other copies online or archives. One of the differences between an inline link and a "web reference" template is the template contains dates which may make it easier to find an archive of when material did exist (searching WP History to find the date of an edit can be awkward). (SEWilco 8 July 2005 18:52 (UTC))
- I'm not sure exactly what you are saying here, but to clarify, I mean that in the case of materials which are only found online, having a full citation of the form provided by {{web reference}} probably is only going to help in relatively small fraction of the cases after the link goes dead. Which is to say that online materials have a tendency to either exist or not. In my experience, it is less common for material (at least of the sort worthy of referencing) to have broken links simply because it were moved, or to be able to find alternative copies at other locations. Dragons flight July 8, 2005 18:11 (UTC)
- Are you qualifying your "dead links are likely to stay dead" with a restriction to "web citations"? Citations in References often are to sources other than web sites, and a full citation should allow a chance of finding the source even if an online link goes dead. (SEWilco 8 July 2005 08:46 (UTC))
There are an increasing number of archives (way back machine, etc) that attempt to archive EVERYTHING on the web at various points in time. Please don't AUTOMATICALLY delete dead links as they can be used in these archives even if not on the Live web. The main problem with references is people don't supply them and when they ARE supplied in the text they are moved to the bottom in an external link section, disconnected with what they are providing evidence for, someone deletes them because "Wikipedia is not a link directory", then the data gets deleted or altered for lack of an evidence trail. 4.250.138.208 07:10, 10 July 2005 (UTC)
- What you describe as the "main problem" seems to describe some types of edits which people may do to text (containing links or otherwise) for various reasons. Wrapping an external link within a citation which has footnotes pointing to the citation establishes the connection between what you describe as "text" and "evidence", and establishing the citation as belonging within a References/Notes section will discourage its further movement. (SEWilco 07:59, 10 July 2005 (UTC))
- In case you're referring to previous mention of it, the SEWilcoBot citation bot does not automatically delete anything. It does move around unreferenced citations and may indicate if a link is dead. (SEWilco 07:59, 10 July 2005 (UTC))
Dead links already
- Incidentally, did you notice that the first several inline links in Ice age are already dead?[2]. As I said, it's now somewhat difficult to find the source material. SEWilcoBot's currently primitive URL processing didn't detect the content of the links have nothing relevant, which are returning a 200 code with an error message. (SEWilco 7 July 2005 17:53 (UTC))
- Do you mean ice age or ice core? William M. Connolley 2005-07-08 18:37:47 (UTC).
- Incidentally, did you notice that the first several inline links in Ice age are already dead?[2]. As I said, it's now somewhat difficult to find the source material. SEWilcoBot's currently primitive URL processing didn't detect the content of the links have nothing relevant, which are returning a 200 code with an error message. (SEWilco 7 July 2005 17:53 (UTC))
Ref/Note links in old article versions
I too like inline links. Also, the ref format does odd things when you are looking at page diffs! William M. Connolley 2005-07-07 08:47:14 (UTC).
- What "odd things" are you seeing on page diffs? (SEWilco 7 July 2005 17:42 (UTC))
- If you click on them, you end up back on the current version of the page, which... doesn't have the refs on. William M. Connolley 2005-07-07 18:08:27 (UTC).
- Oh, you're clicking within a past version, not looking at a diff. I see that a {{note}} link in a diff page contains a version qualifier, although the {{ref}} link does not include a version qualifier. Something apparently is different in the processing of ref and note. (SEWilco 8 July 2005 08:46 (UTC))
- If you click on them, you end up back on the current version of the page, which... doesn't have the refs on. William M. Connolley 2005-07-07 18:08:27 (UTC).
Bot talk
Wrt SEW above, that the ref is better in case the link goes dead... that just isn't true, if all the ref is, is a bot-converted version of the link. Its no help at all. William M. Connolley 2005-07-07 18:08:27 (UTC).
- We're discussing external links, references, and Footnote3, not my present bot. And if someone creates a Reference with a title like "From Shakespeare to Defoe: Malaria in England in the Little Ice Age" there is a chance of finding the document if that link later goes dead. (SEWilco 8 July 2005 07:27 (UTC))
- No we're not: as DF says at the start: User:SEWilco, through his bot.... At least *I'm* not. If I want to talk about your bot, where should I do it? William M. Connolley 2005-07-08 13:39:52 (UTC).
- Talk about the bot at User talk:SEWilcoBot or User talk:SEWilco. (SEWilco 8 July 2005 17:13 (UTC))
- No we're not: as DF says at the start: User:SEWilco, through his bot.... At least *I'm* not. If I want to talk about your bot, where should I do it? William M. Connolley 2005-07-08 13:39:52 (UTC).
- I concur with SEWilco, the main issue is whether the change is a good one, not how it is accomplished (assumming that the use of the bot as an editting tool performs as well as any human for this purpose). Dragons flight July 8, 2005 18:11 (UTC)
Invite more discussion
I would like to acknowledge that current guidance at Wikipedia:Cite sources and Wikipedia:Manual of Style (links) both seem to support your preference for avoiding direct online links, though in both cases this guidance seems to have been added in the last several months and I can find no significant discussion of it on either talk page. Seeing as how our discussion seems thus far to have attracted little interest aside from the three of us with with a vested interest in ice core, I would like to posts links to this discussion at the village pump and the two aforementioned style talk pages. Any objections? Deciding how to portray links to websites is certainly an issue that deserves input from more people than the three of us. Dragons flight July 8, 2005 18:11 (UTC)
Style
Here are some existing citation and style guidelines and tools. (SEWilco 8 July 2005 20:43 (UTC))
- Wikipedia:Cite sources
- Wikipedia:Manual of Style (links)
- Wikipedia:External links
- Wikipedia:Footnote
- Wikipedia:Footnote3
- en:WikiProject Wikicite
- m:Wikicite
How to cite sources?
I started this whole footnote revolution with Footnote2. To be honest, I don't really care how things are cited, so long as they are. I use WikiBib to cite everything (that is what I made it for). I think it is most important to turn external links into citations. Why? Because Wikipedia is above all else an encyclopedia, and a bulleted list of plain and uninformative links is irresponsible. We need to provide the reader with the author of the page, the actual title of the page, the copyright of the page and the day that we accessed the page. There are 1.3 million external links on Wikipedia, and tens of thousands of them are broken. There exists no meta-data surrounding them with which to judge their merit. Is it worth it to check archive.org for each one? When was it entered into the article? There is no easy way to find out.
Ideally, Wikipedia would use an intermediate citation format and users could choose which style they would like to see. Those handy with PHP have shown, however, that they probably aren't too interested in implementing something like this. That said, I object to any sort of a bot standardizing references (unless it is adding meta-data to otherwise plain external links). No formalized way of displaying data is superior over any other way. It is and always will be a preference unto each person --Alterego 02:58, July 10, 2005 (UTC)
- I agree more metadata is necessary, and is one goal of several projects. The mentioned bot is intended to improve the quality of the citation descriptions, and the present "Title" extraction is only a first version: User:SEWilcoBot#Citations bot Presentation of the information can be expected to vary as the software and user interfaces are changed, and the preceding discussion is only about presentation. (SEWilco 06:13, 10 July 2005 (UTC))
- A partial solution to the dead link problem is Wikipedia:Dead external links. -- Beland 04:28, 7 October 2005 (UTC)
Using footnotes under images
Does anyone have an idea why the auto-numbering goes for a toss, when I use it inside images? See the image under Economy_of_India#Mixed_Economy, which shows it as 2, while it links to the footnote numbered 3. I think it maybe be a mediawiki bug. I am already using Wikipedia:Footnote4 for templates, hence I am using this for footnotes. pamri 10:58, July 18, 2005 (UTC)
- Your notes are out of order. In the text, they're in the following order: ref|pce-village, ref|sachart-bangladesh, ref|sector-emply-chart, ref|rti-example. In the notes section, they're in the following order: note|pce-village, note|rti-example, note|sector-emply-chart, note|sachart-bangladesh. Rearrange the notes in the same order as the "refs" and all should be well. —Wayward 11:27, July 18, 2005 (UTC)
- Thanks for the reply. But it's hopelessly screwed up now after I arranged it in the correct order. pamri 13:51, July 18, 2005 (UTC)
- Sorry, I can't figure out what's throwing them out of whack. The notes are in the right order, they all link correctly, yet they're numbered 3, 1, 2, 4, respectively. Just to test, I went to another article with notes and added a new note to a picture; it worked correctly. —Wayward 07:27, July 19, 2005 (UTC)
- I've rearranged the notes so at least the numbers match. —Wayward 07:41, July 19, 2005 (UTC)
- Thanks. What do you think of this method (look for (Ch.4, pg.63-67 Nehru (1946))); using Harvard referencing instead of manual numbering. I can then replace ref/note with manual numbering. pamri 07:53, July 19, 2005 (UTC)
- I recommend you use the standard author-date system for text citation, which would look like this: (Nehru 1946, 63–67). There is no need for text references and footnotes. —Wayward 08:25, July 19, 2005 (UTC)
- The problems with that article are due to external links in templates, which are confusing the sequences of footnotes. (SEWilco 04:06, 15 September 2005 (UTC))
Two things I shouldn't have to do
- insert a #
- insert a <br />
--Alterego 05:03, August 15, 2005 (UTC)
- When do you have to insert BR? (SEWilco 02:41, 15 September 2005 (UTC))
- I think that may have been a formatting error - I haven't experienced it since the first time. I'm still unsure of why you have to manually insert the #
- It is because there is an implied BR at the end of a template, and two BR cause numbering to restart, so if # is put in a template then you have to put the entire list on a single line. As to your BR need, various tinkering has a couple of times broken template behavior and you might have noticed when it was broken. (SEWilco 04:03, 15 September 2005 (UTC))
- I think that may have been a formatting error - I haven't experienced it since the first time. I'm still unsure of why you have to manually insert the #
Guideline?
I note WP:CITE mentions there is no consensual usage of footnotes or a footnote system. Therefore, why is this listed as a guideline? I can see no discussion on this page regarding making it a guideline, nor at WP:CITE. Steve block talk 08:08, 15 September 2005 (UTC)
- Beland (talk • contribs) was the one who put the tag there; I suggest asking him. Having said that, CITE predates this proposal which is now in very common use. Apparently most problems that were previously discussed haven't turned out to be serious. No new enhanced proposal has been introduced (except Footnote4 which added manually numbered notes and has been re-absorbed into Footnote3). Maybe some move to update those pages is not a bad idea? Mozzerati 19:22, 16 September 2005 (UTC)
- If, as a consequence of Steve block's initiative, FN3 gets accepted as the mainstream footnote guideline I would proceed like this:
- Move the present wikipedia:footnotes page to wikipedia:footnote1
- Move the present wikipedia:footnote3 page to wikipedia:footnotes
- Re-style that page, so that it's no longer "footnote3"-the-exception-to-"footnotes", but "footnotes"-formerly-"footnote3" including a general introduction to footnotes, and still linking to the former footnote systems (only systems "1"; "2"; "4" and maybe "5", see below)
- change the WP:FN3 shortcut so that it redirects to wikipedia:footnotes too.
- and don't forget to update help:footnote, which now should be properly linked from the footnotes page too (not with the alert box I put there).
- --Francis Schonken 23:17, 18 September 2005 (UTC)
- If, as a consequence of Steve block's initiative, FN3 gets accepted as the mainstream footnote guideline I would proceed like this:
- Hi there. As I understand it, there are three available referencing systems for linked references and footnotes: the an-anb system, the ref-note system, and Paul August's (very nice) manually numbered system. The only difference between the first two systems is the appearance of the arrows next to the footnotes, and the ease (or difficulty) of remembering whether "ref" goes in the text or next to the reference (there is a similar claim for "anb"). I think the an-anb system has the upper hand among the two, and was brought into use earlier, but there are many who like the ref-note thing too. I only discovered Paul's system recently, and I confess to liking it the best: it has the most professional look and is very cleanly done (it has the sort of typography and "look" you'd see in a scholarly text). The downside might be that numbers have to be entered manually, although that's actually a plus when dealing with multiple refs to the same work. Is there any consensus on standardization?—encephalonὲγκέφαλον 20:00, 16 September 2005 (UTC)
- No, the downside for as well "footnotes-the-very-old" (fn-fnb), "footnote 2" (an-anb) and "footnote 4" (mn-mnb) (and I suppose also Paul's rf-ent templates, which I suppose a combination of "footnote 2" and "footnote 4" with an improved lay-out, but too small numbers in the text), is the work someone coming after you and wanting to insert a footnote has with it. You need to renumber. The lay-out question of the type of arrow now used for "footnote 3" (ref-note) is not the essence of that type of footnote. It has switched a few times in the past, and maybe the upward v is not the final lay-out. But it'll do for the time being I suppose, seen that after differing opinions it is what it is now. The up-side of the footnote 3 system is it's ease of use. Indeed you need to remember the ref-note sequence (I had only to return to the guideline page once, in order to remember it: "note" is the note, so "ref" can only be the tag used in the text). But after that only joy of work, working with these footnotes. Of course you'll still be free to use the other footnote systems. But that's not very kind to your fellow-wikipedians coming after you working on the same pages. --Francis Schonken 23:17, 18 September 2005 (UTC)
- For examples of Paul's rf-ent templates in use, see Thucydides and Wheeze.—encephalonὲγκέφαλον 20:04, 16 September 2005 (UTC)
- Very nice. It would be helpful if Usage notes were in Template talk:Rf. (SEWilco 21:06, 16 September 2005 (UTC))
- "Nice" as lay-out may be, apart from the rf numbers in the text being too small. Nice to work with, no way (apart from "Paul" and "Encephalon" who are apparently used to this alternate system). I don't feel like TfD-ing templates very often. This time this feeling creeps on me. Experimenting with new footnote systems in encyclopedia pages is not advised IMHO, even if their guideline is on some talk page. If you want it to be used, add it as wikipedia:footnote5 {{proposed}} How-To guideline. And await what your fellow-wikipedians think of it before using it in wikipedia articles, apart from "maybe", big "maybe", one or two examples. --Francis Schonken 23:17, 18 September 2005 (UTC)
- Very nice. It would be helpful if Usage notes were in Template talk:Rf. (SEWilco 21:06, 16 September 2005 (UTC))
- An example of ref-note is Jew, which includes several links to the same source. (SEWilco 21:02, 16 September 2005 (UTC))
- tx! --Francis Schonken 23:17, 18 September 2005 (UTC)
- Hi there. As I understand it, there are three available referencing systems for linked references and footnotes: the an-anb system, the ref-note system, and Paul August's (very nice) manually numbered system. The only difference between the first two systems is the appearance of the arrows next to the footnotes, and the ease (or difficulty) of remembering whether "ref" goes in the text or next to the reference (there is a similar claim for "anb"). I think the an-anb system has the upper hand among the two, and was brought into use earlier, but there are many who like the ref-note thing too. I only discovered Paul's system recently, and I confess to liking it the best: it has the most professional look and is very cleanly done (it has the sort of typography and "look" you'd see in a scholarly text). The downside might be that numbers have to be entered manually, although that's actually a plus when dealing with multiple refs to the same work. Is there any consensus on standardization?—encephalonὲγκέφαλον 20:00, 16 September 2005 (UTC)
Francis, thanks for your comments. You wrote,
No, the downside for as well "footnotes-the-very-old" (fn-fnb), "footnote 2" (an-anb) and "footnote 4" (mn-mnb) (and I suppose also Paul's rf-ent templates, which I suppose a combination of "footnote 2" and "footnote 4" with an improved lay-out, but too small numbers in the text), is the work someone coming after you and wanting to insert a footnote has with it. You need to renumber.
Actually:
- (an-anb) is exactly the same as (ref-note), except that 1. (an-anb) was established earlier, and 2. The arrows are different (and, well, 3. one uses an,anb, while the other ref,note). You do not have to manually number an-anb; it numbers automatically, just like ref-note. In fact, when ref-note was created there was some confusion as to why it was—it didn't (and still doesn't) offer anything that the an-anb system doesn't. The discussion over why there was a need for ref-note when an-anb was already available and did the exact same thing took place on this very page, which you can still see if you scroll up. It seems to simply have drifted off without conclusion, with the result that both templates ended up being kept, and people have used both. I agree that of the five systems (an-anb, ref-note, mn-mnb, fn-fnb, and rf-ent), an-anb (and ref-note) are the easiest to use because of the autonumbering. {fn-fnb) is the worst: it autonumbers, but the footnotes are linked to the numbers intext, so that when the numbers change, the entire thing breaks down. With the other systems, each reference is always linked to the correct footnote; even if the number changes, it will always go to the right footnote, because they are linked with a name. The only differences between these 4 newer systems is whether 1. they autonumber (an-anb and ref-note do, rf-ent doesn't, not sure of mn-mnb) and 2. how they appear (ie. cosmetic features like arrows, numbers, etc). The two systems that both autonumber and link with names are an-anb and ref-note.
Regarding,
"Nice" as lay-out may be, apart from the rf numbers in the text being too small. Nice to work with, no way (apart from "Paul" and "Encephalon" who are apparently used to this alternate system). I don't feel like TfD-ing templates very often. This time this feeling creeps on me.
- There's no need to place Paul August and me in scare quotes, Francis, we're quite real and not at all unusual. :) With respect to ease of use, all footnoting systems currently require some learning; once you "get" one system, the others are intuitive (which goes for any type of linking we do on wikipedia; it's a bit hard to do wiki markup at first, but once you "get" it, it's fine). The problem with rf-ent (Paul's system) is the manual numbering— and I agree with you that this can be tedious, and really shouldn't be used in large articles that see frequent changes. There's no need to immediately start TfDing everything in sight however :). Calm those creeping urges, Francis. I'm sure a version with autonumbering can be made; if so, it can be considered with the rest in any concensus discussions we have. Note that no one here unilaterally created templates and began using them: there have been attempts at concensus for a long time—just scroll up to read this page.
- It's probably best for all of us (and by all of us I mean everyone interested in the future of references and citations in WP articles, including editors who prefer the Harvard style such as Steven Johnson below, who I note with some disappointment has decided to label the participants on this page "footnote fans") to try and reach a consensus on:
- one footnote template that will be used whenever numbered references in the Vancouver style is preferable for the article (as is usually the case in bioscience/medicine articles per Uniform Requirements for Manuscripts Submitted to Biomedical Journals, see WP:CITE), or when the traditional footnotes-bibliography style is preferred (see for example Angkor Wat)
- a clear policy or guideline that says citations are always recommended on WP in line with WP:V, WP:RS, WP:CITE, but that the form of citation (ie. Harvard v Vancouver v Footnote-Bibliography V AIP etc) can be tailored to the type of article written.
I wonder which shall be more challenging :). Best—encephalonεγκέφαλον 23:12, 20 September 2005 (UTC)
- (an-anb) is exactly the same as (ref-note) because the latter began as a simple copy because for some it is easier to remember what "ref" and "note" mean. People then tinkered with the appearance of the one which they used. (SEWilco 03:21, 21 September 2005 (UTC))
- Yeah, maybe I mixed up. I can't even find any more where an/anb is explained in a guideline and/or proposed guideline and/or inactive guideline (proposal).
- Well I found out about the whereabouts of an/anb explained in a guideline (biting my nose as a fact) - consequently I adapted wikipedia:footnote3#See also --Francis Schonken 13:15, 23 September 2005 (UTC)
- I only see that among footnote proposals footnote3 is the one most actively supported; that Paul's system is not even a proposal (so how could it compete with footnote3 system? If Paul didn't even take the trouble to propose it to the community?); that an/anb is footnote3 but the less prominently supported version, still on the guideline page; that footnote2 system means manual numbering; that footnote4 is obsolete while redundant; that what's on the wikipedia:footnotes page is so deprecated, it needn't even be mentioned any more. So for numbered footnotes, presently, it's footnotes3 that should be advised to users that start using footnotes for the first time, until someone is successful in presenting a better system to the community, superseding the present "state of the art" which appears to be footnote3. There is however presently no consensus that something else is better.
- I never put anything on a vote-for-deletion type of list in my whole life, so let that be clear. So I don't have these creeping urges, but as for Paul and Encephalon's alternate footnote system: if it's not proposed as a proposed guideline, it would be better to TfD it. It's presently sending the message "don't edit the Thucydides article, while it has a footnote system you don't understand", unacceptable IMHO. --Francis Schonken 02:15, 23 September 2005 (UTC)
- Yeah, maybe I mixed up. I can't even find any more where an/anb is explained in a guideline and/or proposed guideline and/or inactive guideline (proposal).
- Happy to see both of you having a discussion. I'm bowing out—might I just clarify before leaving that the rf-ent templates are not "Paul and Encephalon's alternate footnote system": I had nothing to do with the creation of these excellent templates. I merely like them, have used them, and oppose their deletion. Credit for their creation goes, I believe, to Paul. Best wishes for a fruitful discussion—encephalon 15:17, 28 September 2005 (UTC)
- The first method of doing notes that I was introduced to on Wikipedia was the kind that can be found in Attalus I. That article uses straight forward html to create natural manually numbered notes. The style of notes implemented by rf/ent is based on the style used there. Is it that style of notes that you object to? Or the use of the templates? If it is that style that you wish to forbid, consider that Attalus I is a featured article and that the note style was not considered a problem during its FA discussion. If the templates were TfD'd, but that style was not outlawed, I would still use that style[1], it would just be more work (for me and other editors). I realize using notes — of any style — makes it somewhat harder for subsequent editors to edit the article. But I think the gain in verifiability is worth it. Notice also, that since the note numbers are semantically linked, it is not really essential that the note numbers actually be in order in the text[2]. So a subsequent editor could simply rearrange the text or add a note, without bothering to renumber the notes. As far as them being "proposed as a proposed guideline" or else they should be Tfd'd, I'm not sure what that means. What are you suggesting that I propose? That editors use these templates instead of others? As far as I'm concerned, that is up to the individual editor, they can use them or not as they see fit. I happen to use the style of notes implemented by rf/ent because in my editorial opinion, they look better. I use the templates because they are easier to use than writing out the html by hand. I don't like the auto-numbering system because I don't like the way it looks, and its use conflicts with using external links. As for documenting the usage of fr/ent I would be happy to write up something on the talk page of the templates. Paul August ☎ 05:06, 26 September 2005 (UTC)
- "Attalus I" was FA in October 2004, so I don't see the relevance of that example?1
- First, FA is about what users get to see, not about what editors have to work with.2
- Second, "Attalus I" was made without footnote templates.3
- Third, the October 2004 standard(s) for numbered footnotes by HTML or templates (if any at that time), is (are), as far as I know, not comparable to the September 2005 guideline(s) for numbered footnotes.4
- rf & ent are two templates, so maybe it's better to see what the community thinks about them, September 2005. So yours is still the choice, you can propose them as footnote templates to the community, by writing a short description how to use them and post that somewhere in the "wikipedia:" namespace; or if you'd rather like that: in the "help:" namespace.5
- The other way of finding out how the wikipedia community thinks about them, is rather coarse, and I don't particularly like that method, but nonetheless: personally I'm not going to write the manual how to use these alternative templates and/or propose them as a {{proposed}} guideline (at present, I don't favour these alternative footnote templates enough for that), so finding out what others think about them may be done by TfD.6
- Note that I'm currently defending very hard to get "numbered footnotes" accepted as an as viable method as any other for "referencing" in the wikipedia:Cite sources meaning. So you won't have to convince me that footnotes are good for making good wikipedia verifiability.7
- Having several footnote systems is however not a good idea, IMHO. If, however, the wikipedia community thinks, September 2005, that it is a good idea to have several concurrent template systems for numbered footnotes, that's fine by me, and I will support it likewise, but then the description of how they have to be used should be incorporated, or at least linked from, the current "footnotes" guideline (which is footnote3 at the time of writing this), indicating whether they're obsolete, tolerated, advised, actively supported, preferred, the unique standard or whatever nuance the wikipedia community wants to express on that.8
- You see, even footnote3 is currently put to the test by Steve block's initative, by an RfC call. So, don't play hide-and-seek for templates you used: if a contributor -any contributor- stumbles in one of the articles where these footnote templates were used, that contributor is entitled to get an easy way to a manual or description how they work; And if a contributor -again, any contributor- wants to find out how wikipedia footnotes work by typing "wikipedia:footnotes" in the search window, that contributor should be able to get to that same information, without browsing talk page texts. --Francis Schonken 16:02, 26 September 2005 (UTC)
- Notes
- 1 Footnotes generated with "footnote 3" templates (the "label" variant9, described on the guideline page) - I don't see that much lay-out difference, apart from the reference numbers in the text being a bit bigger and easier to click, while not too big so they would be disturbing. --Francis Schonken 16:02, 26 September 2005 (UTC)
- 2 I particularily like footnotes to be in good order; what's with you guys wanting them in wrong order?10 But, FYI: "label" type footnote3 footnotes can be put in wrong order and still work correctly, as I demonstrated for another guy who wouldn't believe it, at wikipedia talk:Cite sources--Francis Schonken 16:02, 26 September 2005 (UTC)
- More notes
- "Attalus I" was FA in October 2004, so I don't see the relevance of that example?1
The relevance is that rf/ent use the same style of notes (with slight modifications) as Attalus I. — Paul August ☎ 17:35, 26 September 2005 (UTC)
FA are about all aspects of the article. — Paul August ☎ 17:35, 26 September 2005 (UTC)
Yes it is the style of notes which is the important thing not the templates which implement that style. — Paul August ☎ 17:35, 26 September 2005 (UTC)
What are the 2005 guidelines? — Paul August ☎ 17:35, 26 September 2005 (UTC)
- Wikipedia:footnote3 is presently guideline, as in category:Wikipedia guidelines (note that the series of "guideline" templates, with incorporated categorisation did not yet exist in October 2004). Footnote3 is the only of the footnote guideline proposals that is presently guideline in this sense (the others are marked "inactive", by template). See Wikipedia:Template messages/Project namespace#Policies and guidelines for available templates, and Category:Wikipedia proposals for a (very) short intro on which templates go where. --Francis Schonken 14:06, 27 September 2005 (UTC)
- Thanks. I wasn't aware that Footnote3 had been designated as a "guideline". Does this mean that Footnote3 has been chosen by the community to be the reccomended way to do footnotes?
- Yes - how many more times has that to be repeated? --Francis Schonken 11:27, 28 September 2005 (UTC)
- Where was this decided?
- Ask Beland, see above. Sorry, I get a bit tired of you not reading prior discussion all in this section, and wanting this section to be written out a second time, just for your personal use. --Francis Schonken 11:27, 28 September 2005 (UTC)
- Thanks. I wasn't aware that Footnote3 had been designated as a "guideline". Does this mean that Footnote3 has been chosen by the community to be the reccomended way to do footnotes?
- Wikipedia:footnote3 is presently guideline, as in category:Wikipedia guidelines (note that the series of "guideline" templates, with incorporated categorisation did not yet exist in October 2004). Footnote3 is the only of the footnote guideline proposals that is presently guideline in this sense (the others are marked "inactive", by template). See Wikipedia:Template messages/Project namespace#Policies and guidelines for available templates, and Category:Wikipedia proposals for a (very) short intro on which templates go where. --Francis Schonken 14:06, 27 September 2005 (UTC)
As I said above I'm not particularly interested in promoting the use of the rf/ent templates. I would prefer that editors use whichever tools they see fit, however if what you are saying is that you want me to write about them so that others can comment on them, I'd be willing to do that. Where do you think would be the best place do that? — Paul August ☎ 17:35, 26 September 2005 (UTC)
- Above, I already suggested wikipedia:footnote5 (with a {{proposed}} template on top of such new page). What part of that suggestion was not clear? If you start that page, I'll add a link to that page from footnote3's "see also" section. Post it on RfC and/or in "Village pump/policy" is another suggestion, but I leave that to you, if you think it a good idea. --Francis Schonken 14:06, 27 September 2005 (UTC)
- Thanks. Sorry, it wasn't that I didn't think any part of what you said wasn't clear. It was simply that I missed seeing you say that. I certainly don't remember you saying that anywhere to me. I would be willing to write something about rf/ent at wikipedia:footnote5, although as I said above I am not interested in proposing the use of rf/ent as a "Wikipedia policy, guideline or process" (quoting from {{proposed}}) So I wouldn't feel comfortable adding that template. I simply want to be able to use those templates. Are you saying that I can't use them unless they are a "guideline"? — Paul August ☎ 18:12, 27 September 2005 (UTC)
- See above, either propose it as a "guideline", either we find another way to ask the wikipedia community what they think about it. But don't keep pretending that isn't the choice. --Francis Schonken 11:27, 28 September 2005 (UTC)
- Thanks. Sorry, it wasn't that I didn't think any part of what you said wasn't clear. It was simply that I missed seeing you say that. I certainly don't remember you saying that anywhere to me. I would be willing to write something about rf/ent at wikipedia:footnote5, although as I said above I am not interested in proposing the use of rf/ent as a "Wikipedia policy, guideline or process" (quoting from {{proposed}}) So I wouldn't feel comfortable adding that template. I simply want to be able to use those templates. Are you saying that I can't use them unless they are a "guideline"? — Paul August ☎ 18:12, 27 September 2005 (UTC)
- Above, I already suggested wikipedia:footnote5 (with a {{proposed}} template on top of such new page). What part of that suggestion was not clear? If you start that page, I'll add a link to that page from footnote3's "see also" section. Post it on RfC and/or in "Village pump/policy" is another suggestion, but I leave that to you, if you think it a good idea. --Francis Schonken 14:06, 27 September 2005 (UTC)
I don't see what good it would do to delete these templates. Is that what you want? Why? As I said above if the templates were deleted I would continue to use the same style that those templates implement, it would just be a lot harder and error prone. Is it really that style you want to prohibit? If so that is not an appropriate discussion for TfD. — Paul August ☎ 17:35, 26 September 2005 (UTC)
Great! And, I want to thank you for all your hard work. If you would like some help in convincing people of the importance of reference citation, and the advantages of notes over in-line citations, I'm willing ;-) — Paul August ☎ 17:35, 26 September 2005 (UTC)
- My stance is "as good as any other" (so, not by definition "better"); further, my stance is that the type of referencing should be left to the discretion of the editors, adapted to the type of article they're writing. But avoid to have too many differing styles for the same type of referencing. --Francis Schonken 14:06, 27 September 2005 (UTC)
- You seem to have inferred that I think that notes are "better" than "in-line citations". I didn't mean to imply that. But I do think that "notes" have advantages, (as do in-line citations). In most situations, I prefer to use notes. — Paul August ☎ 18:12, 27 September 2005 (UTC)
- My stance is "as good as any other" (so, not by definition "better"); further, my stance is that the type of referencing should be left to the discretion of the editors, adapted to the type of article they're writing. But avoid to have too many differing styles for the same type of referencing. --Francis Schonken 14:06, 27 September 2005 (UTC)
It would be good if we could all agree on a single style to do notes and citations. But until we have a clear consensus, we shouldn't try to impose a single style. I would be glad to try and incorporate the rf/ent templates into whatever guidelines exist. But frankly I'm am a bit confused about how to do that. I tried to figure out all theses footnoteN pages awhile ago but I was left scratching my head in puzzlement, are you suggesting that I create a footnote6 page or whatever the next number is? (as an aside I don't think "footnote", is really the correct term). — Paul August ☎ 17:35, 26 September 2005 (UTC)
- I think you're mixing type and style: "in-line references" is a type; "Harvard" is a style of in-line references. So, again, I think choosing type of references should be a matter of convenience, left to the choice of the editor(s) of an article - and I think that should be always so; only limiting the number of styles per type should definitely be an objective: I can start with trying to standardise that without waiting, while I don't think types should be limited to any particular set, apart from not extending the set of types with anything not frequently used by several editors. --Francis Schonken 14:06, 27 September 2005 (UTC)
- Ok. Yes I wasn't being clear. I think we agree. Unless, that is, you want to limit the styles, so as to exclude the use of rf/ent. I would not agree with that, so far. — Paul August ☎ 18:12, 27 September 2005 (UTC)
- Read what I wrote just above your comment: I do want to limit styles for an identical type, and as style the rf/ent is a redundant double of "label" kind of ref/note style, because they're *exactly* identical type of footnotes (whether used as "references" or not).
- Ok. Yes I wasn't being clear. I think we agree. Unless, that is, you want to limit the styles, so as to exclude the use of rf/ent. I would not agree with that, so far. — Paul August ☎ 18:12, 27 September 2005 (UTC)
- I think you're mixing type and style: "in-line references" is a type; "Harvard" is a style of in-line references. So, again, I think choosing type of references should be a matter of convenience, left to the choice of the editor(s) of an article - and I think that should be always so; only limiting the number of styles per type should definitely be an objective: I can start with trying to standardise that without waiting, while I don't think types should be limited to any particular set, apart from not extending the set of types with anything not frequently used by several editors. --Francis Schonken 14:06, 27 September 2005 (UTC)
Yes the "label variant" is much better. I hadn't seen it before. Although I would prefer that was the default, since it would be easier not to have to type so much. By the way there is there still the problem with external links screwing up the auto-numbering? — Paul August ☎ 17:35, 26 September 2005 (UTC)
- Auto-numbered external links still screw up the auto-numbering of "ref" references to footnotes, but not of "ref label" references to footnotes. All this is in the wikipedia:footnote3 guideline. I don't understand your "not to have to type so much" comment, for which of the footnote systems did you intend that remark? --Francis Schonken 14:06, 27 September 2005 (UTC)
- I meant it is easier to type {{rf|1|1}} than {{ref label|one|1|1}} . — Paul August ☎ 18:12, 27 September 2005 (UTC)
- OK, and I agree "label" kind of ref/note templates being complex, while I think the footnote3 guideline OK in promoting the auto-number variant as first choice, and "label" kind of ref/note templates only as an accessory for re-using footnote numbers. People wanting to use "label" kind ref/note templates "stand-alone" is not made impossible by the guideline, but I'd not promote it (and that is *exactly* as it is in the footnote3 guideline now.) --Francis Schonken 11:27, 28 September 2005 (UTC)
- I meant it is easier to type {{rf|1|1}} than {{ref label|one|1|1}} . — Paul August ☎ 18:12, 27 September 2005 (UTC)
- Auto-numbered external links still screw up the auto-numbering of "ref" references to footnotes, but not of "ref label" references to footnotes. All this is in the wikipedia:footnote3 guideline. I don't understand your "not to have to type so much" comment, for which of the footnote systems did you intend that remark? --Francis Schonken 14:06, 27 September 2005 (UTC)
I don't want them in the wrong order. I was just trying to answer your concern about making it harder for other editors to edit articles which contain rf/ent templates. For a print medium, it is essential that the note numbers be in numerical order, since otherwise it would be extremely difficult to match up the numeral in the text with the numeral in the note. However since rf/ent provides links between the numeral in the text and the note, and visa versa numerical order is not really essential. Esthetically, however, I do like the note numbers to be in order. And I will myself go to the trouble of manual renumbering to achieve this. — Paul August ☎ 17:35, 26 September 2005 (UTC)
- That's why the wikipedia:footnote3 guideline rather promotes the plain ref/note templates than the "label" variants, describing the use of these "label" variants only for several references to the same footnote (which occurs, for instance, in tables). --Francis Schonken 14:06, 27 September 2005 (UTC)
Footnotes are not a guideline for references
If you read the Wikipedia:Cite sources page, you'll notice that there has never been consensus that numbered footnotes should be used for citing references. In contrast, it recommends using Harvard referencing (Author, Year).
The disconnect between that page and this one disturbs me, especially the fact that this one lists itself as a "Wikipedia guideline" and implies that everyone should be using footnotes for citing sources.
What seems to have happened is that all the footnote fans have congregated here and formed their own "consensus" independent of the larger community of editors interested in citation style.
—Steven G. Johnson 20:01, 20 September 2005 (UTC)
- The discussion about citations often includes mention of people preferring numbered links, but due to their not being available defer to (Author, Year) format as a secondary preference. Some express a preference, but these two styles are repeatedly discussed. (ie, Wikipedia_talk:Cite_sources/archive1#Why_APA.3F) I think since Footnote3 appeared in 2005, a number of those preferring this style have reached here when looking for citation methods; those who prefer other methods probably aren't looking here. (SEWilco 03:55, 21 September 2005 (UTC))
- However, comparing the activity here to elsewhere may suggest the relative amounts of interest. Note how little discussion took place in Wikipedia_talk:Cite_sources#Inline_links_vs._Reference_citations. (SEWilco 03:55, 21 September 2005 (UTC))
- Don't mix things. The "footnote3" guideline is not about whether this should yes or no be the only system to make references. there's no so-called contradiction between using author-year references (which are very appropriate for referencing the background of a whole article); and on the other hand in-line footnotes, that are not always necessarily about references: yes footnotes support "cite sources" - nobody ever said that they are or should be the only system for citing sources, neither did anyone say the opposite "that they couldn't be used for references"; but there was some sort of consensus they're the most advised system among the 4 or 5 or 6 systems of numbered footnotes.
- It's maybe not even up to the cite sources guideline to make a unique decision on that. That guideline could perfectly advise several methods for referencing. But where it mentions in-line numbered footnotes as one of the possibilities, as one out of several methods, then one of the available "footnote" systems should maybe the one that is most advised. And presently that's "3" and not 0 or 2 or 4 or an/anb or Paul's system.
- Also, somebody removed the "guideline" template from the project page. There was no consensus to remove that template, so I put it back. Until some sort of consensus is (re-)established. --Francis Schonken 01:53, 23 September 2005 (UTC)
- And I updated Wikipedia:Cite_sources#Numbered_footnotes_for_external_citations: it still mentioned a no longer existing disadvantage of numbered footnotes, now perfectly covered by the footnote3 software. --Francis Schonken 10:22, 23 September 2005 (UTC)
- That there is no mutual exclusiveness of Harvard/APA style references on the one side and numbered footnotes on the other is for instance clear from this example: Gymnopédie#Notes and References --Francis Schonken 11:56, 23 September 2005 (UTC)
- Rewrote intro of the footnote3 guideline --Francis Schonken 06:59, 24 September 2005 (UTC)
Footnote3 has been discussed and this is the correct place.
Before we assume vandalism, let's assume good faith. Steven has perhaps not been following the various citation discussions and this discussion has been going on for a while, so maybe he missed the earlier discussions.
Footnote3 has been publicised;
- on the discussion page of cite sources
- on the village pump
- on each preceding footnote page (Wikipedia:Footnote, Wikipedia:Footnote2)
- in relevant different projects (Fact and reference check)
- in discussion on the featured articles page and it's talk page
- etc.
A large number of earlier concerns have been addressed by many people. Saying that this has not been widely discussed seems incorrect to me. Mozzerati 09:34, 25 September 2005 (UTC)
- Please give a reference who would have said this had not been widely discussed? --Francis Schonken 06:41, 26 September 2005 (UTC)
I don't comment on this one outside the wiki medium.
The (recent) page history of wikipedia:footnote3 is very well known to me, and I can only conclude that that page history shows nobody having asserted "that this has not been widely discussed". --Francis Schonken 14:19, 27 September 2005 (UTC)
- I think the mention of how widely this has been discussed are due to the above comment that this was produced by footnote fans in isolation of other citation participants.[4] I don't think that is the case; when I was looking for citation formats I found the Footnote discussions and ended up here. There haven't been many participants in discussions about citations, so it is hard to judge how much of a community exists and how many are involved where. (SEWilco 16:25, 27 September 2005 (UTC))
(Summary moved to a new section below --Francis Schonken 15:36, 28 September 2005 (UTC))
Guideline template
I have removed the "guideline" template from this page. I think we need more discussion about this. I do not think there has been enough of a consensus developed for this yet. Paul August ☎ 13:17, 28 September 2005 (UTC)
- I have put it back, there was no consensus to remove it, while I assume there was consensus when it got there (otherwise it wouldn't have been there for several months, as simple as that). Nor I, nor, apparently, Paul know how the previous consensus was defined or reached. But that doesn't make it less a consensus. Removing the "guideline" template is a major change, so, consensus to remove the template is needed before an editor on his own can decide to remove such template.
- Since I don't agree to remove the guideline template, there is presently no consensus to remove that template.
- Try and convince me otherwise.
- I move my proposed summary of the discussions below, so that we can check whether a consensus can be reached regarding that summary. --Francis Schonken 15:36, 28 September 2005 (UTC)
As far as I can tell the {{guideline}} tag was added just a month ago, by Beland (talk • contribs) on August 27 [5]. I have no reason to assume that there was a consensus for this change. In fact I have found no discussion regarding this at all. What I have found is the following:
- 08:08, September 15, 2005: Steve_block (talk • contribs) wrote above: I note WP:CITE mentions there is no consensual usage of footnotes or a footnote system. Therefore, why is this listed as a guideline? I can see no discussion on this page regarding making it a guideline, nor at WP:CITE.
- 20:06, September 20, 2005: Stevenj (talk • contribs) removed the "guideline" tag, saying: remove guideline tag (see talk): [6].
- 22:03, September 24, 2005: Stevenj again removed the tag writing: this is not a guideline for citing sources; it has been developed independently of the Wikipedia:Cite sources page and not defended there
- Encephalon (talk • contribs) also seems to have some concern that labeling this a guideline might proscribe the usage of other ways of doing footnotes.
Given the above concerns I don't really see a consensus here.
I also don't really see any one giving any reasons why this should be a guideline, and what the implications of that means for other note (by the way this is the better name for these, not footnotes) systems and styles. There has been some talk by Francis of deleting rf/ent, and there seems to be some attempt to justify their deletion by citing the "fact" that this is a guideline. Frankly that is one of my chief concerns. I don't think we should try to impose a single footnoting system or style, at least not yet. I strongly support source citation, and I strongly support the judicious use of notes (I would say I am a "footnote fan") But I think we need to build a consensus for this, not just railroad it through. I know it is difficult trying to make decisions through consensus — we are all impatient — but that is the Wiki-way. And in the long run any other way will be counterproductive. (as an aside to Francis: I don't think it is helpful to call my edit vandalism, which it most certainly was not) Paul August ☎ 17:51, 28 September 2005 (UTC)
- I can't agree with Paul's deliberate attempts to break a prior consensus. --Francis Schonken 06:34, 29 September 2005 (UTC)
- I am not trying to break a prior consensus. My view as I expressed it above, is that as far as I can tell there was no prior consensus. As I said above I see no evidence to of any consensus. In fact I see no evidence of any discussion at all. Just asserting that there is a consensus does not make it so. Where was the discussion? If you can't demonstrate that there was a discussion where consensus was achieved, then i will continue to doubt that it exists. (As an aside to Francis, mischaracterizing my actions in an inflammatory way is not helpful) — Paul August ☎ 13:40, 29 September 2005 (UTC)
- I can't agree with Paul's deliberate attempts to break a prior consensus. --Francis Schonken 06:34, 29 September 2005 (UTC)
- My concern stemnmed from the fact that I've been using the footnote 2 system since about June, because no footnote had any consensual support and I thought we were free to pick and choose, and at the time I understood the mechanics of 2 better. I'm not fussed which footnote is made the guideline, just that there has been adequate discussion, and I couldn't find any. It also puzzled me that WP:CITE contradicted this page, and rather than amend it I thought it would be better to get some discussion. I admit I was slightly alarmed to discover footnote2 had been deprecated without any announcement to that effect as I wasn't relishing the conversion of footnotes. Steve block talk 18:11, 28 September 2005 (UTC)
- I'm engaged in harmonising WP:CITE with the footnote guideline. And as Steve says: which footnote systems are available is another discussion from the tedious discussion at WP:CITE to discredit footnotes entirely for use as a support of wikipedia:verifiability - neither of these two separate discussions give however a doubt that there was a previous consensus about footnote3 being a guideline. --Francis Schonken 06:34, 29 September 2005 (UTC)
Consensus proposal
OK, I think we all basicly agree. Can I summarize in these four points:
- Wikipedia:Footnote3 remains guideline after Steve block's RfC question about this;
- All other previous "numbered-footnotes-by-templates" systems as listed in the "see also" section of footnote3 are still technically supported, but not encouraged, while no longer "state of the art";
- Wikipedia:Footnote3 is not a "style & howto" guideline giving instruction on which style to apply for good wikipedia references (that is topic of WP:CITE), while Wikipedia:Footnote3 is a technical guideline on how to implement numbered footnotes with a set of templates. Besides, numbered footnotes also have other uses than citation of sources (e.g., text clarifications without referencing to anything);
- Wikipedia:Footnote3 describes a technique that *can* be used in support of Wikipedia:verifiability, there's no unanimous decision it can't be used for that, nor for a general discouragment of people wanting to use this type of footnotes for citing sources.
Further comments? --Francis Schonken 11:58, 28 September 2005 (UTC)</nowiki>
- I broadly agree, yes, but does that mean I have to convert all my footnotes? :(Steve block talk 18:13, 28 September 2005 (UTC)
- I don't think you are required to convert. If you want an article converted, I can see if my bot can handle it. (SEWilco 19:46, 28 September 2005 (UTC))
- Indeed, I don't see what's unclear about "technically supported but not encouraged" (point 2 of the consensus proposal). The present version of that consensus proposal says: you can use the alternate footnote methods ad infinitum, you can find the guidelines about how they work, but the ref/note templates are explained first in the guideline, and you have to scroll to the "see also" section for the links to the other alternatives.
- As for conversion of one type of references to another, that's in point 3 of the consensus proposal: that point states that changing reference style is a subject of WP:CITE, not of the footnote guideline, the footnote guideline only explains which footnote systems are available, and how each of them works. --Francis Schonken 06:24, 29 September 2005 (UTC)
- I don't think you are required to convert. If you want an article converted, I can see if my bot can handle it. (SEWilco 19:46, 28 September 2005 (UTC))
Guideline proposal
I found the process for proposing a guideline: Wikipedia:Policy_thinktank#How_to_propose_a_new_policy Footnote3 describes how to use footnotes, but a summary and explanation of reasoning should be assembled.
- Create a new page with a rough draft of your proposal. Try to include:
- A brief summary of your proposal.
- An explanation of the reasoning behind the proposal.
— (SEWilco 19:54, 28 September 2005 (UTC))
This seems like a reasonable course of action. I will remove the "guideline" tag until the above proposal is "accepted" Paul August ☎ 20:22, 28 September 2005 (UTC)
See above, where I wrote:
- If, as a consequence of Steve block's initiative, FN3 gets accepted as the mainstream footnote guideline I would proceed like this:
- Move the present wikipedia:footnotes page to wikipedia:footnote1
- Move the present wikipedia:footnote3 page to wikipedia:footnotes
- Re-style that page, so that it's no longer "footnote3"-the-exception-to-"footnotes", but "footnotes"-formerly-"footnote3" including a general introduction to footnotes, and still linking to the former footnote systems (only systems "1"; "2"; "4" and maybe "5", see below)
- change the WP:FN3 shortcut so that it redirects to wikipedia:footnotes too.
- (and don't forget to update help:footnotes, which now should be properly linked from the footnotes page too (not with the alert box I put there) - this point has already been executed, by Trevor - diff --Francis Schonken 06:53, 29 September 2005 (UTC)).
- --Francis Schonken 23:17, 18 September 2005 (UTC)
- If, as a consequence of Steve block's initiative, FN3 gets accepted as the mainstream footnote guideline I would proceed like this:
There's still no consensus to remove the guideline template from footnote3.
The points mentioned by SEWilco, retrieved from the guideline on writing guidelines have all been executed previously, are still included in the footnote3 guideline, after which it was converted into a guideline some time ago.
If someone wants another guideline on footnotes replacing the present one, such alternate proposal can be filed as described in guidelines, summarised by SEWilco, and also by myself higher on this page. As long as such new proposal is not accepted as a guideline (either as a replacement or an addition), there's no hail to be expected from de-guidelining the present one. --Francis Schonken 06:53, 29 September 2005 (UTC)
- I think that Footnote3 has been accepted by those who are using footnote style. However, it seems the Footnote3 document glosses over some material and could be improved with more clarification for newcomers. I'll add some such material. (SEWilco 14:08, 29 September 2005 (UTC))
I am not trying to de-guideline this page. I am saying I see no evidence that it was ever properly guidelined in the first place. The discussions on this page and elsewhere suggest that it was not. But perhaps I am wrong. Perhaps it was properly guidelined and I just missed it. If you can show me where that occurred I will stop objecting to the "guideline" template (and apologize for wasting everyones time ;-) I took SEWilco to be saying above that he agreed with me and that this page needed to be proposed and accepted to properly become a guideline. Perhaps I misunderstood him. However based on his presumed agreement, I again removed the "guideline" tag. (By the way Francis, please stop characterizing that action as "vandalism". It is either a careless use of language, or something worse.) Paul August ☎ 14:32, 29 September 2005 (UTC)
- Actually, the above process in Wikipedia:Policy thinktank is oriented toward Wikipedia policy. Most guideline documents indicate that guidelines are generally adopted rather than specified-and-accepted, as Wikipedia:Policies and guidelines#Types of guidelines states: "In addition to the generally accepted policies listed above, the following guidelines have been suggested by various participants". Footnote3 followed the Wikiproject path rather than growing out of a defined policy. Making footnotes be a mandatory style would require a policy. (SEWilco 16:23, 29 September 2005 (UTC))
- The 3500 pages which link to Template:Ref suggests some amount of awareness and adoption of the method. (SEWilco 16:32, 29 September 2005 (UTC))
Ok, although I am not altogether happy with how this has been handled, as long as no one else cares to voice a concern, I will drop my objection to calling this a guideline. I will however interpret that it is a guideline, to mean that, of those who are interested in and use notes, that, of all the publicized template systems, the preferred, one is footnote3. Is that a fair statement? My chief concern, as I said above, is that the use of other less preferred or less publicized template systems (in particular my current favorite rf/ent) will be somehow prohibited. Francis has mentioned several times now, submitting these templates to TfD. And has implied that the "fact" that footnotes3 was a guideline justified this. I think that would be inappropriate. And I don't see what that would accomplish, since the same style that those templates implement could just be done manually. It would all just be harder and more error prone, and less editor friendly. I also think it is premature, at best, to try and impose the use of a single template system, however beneficial having a single system might be. Paul August ☎ 18:54, 29 September 2005 (UTC)
- Oh no, don't twist my words around. I invited you several times to publicize how the rf/ent footnotes work. If you (or someone else) doesn't publicize how they work, they're potentially confusing to editors opening a page containing them. Editors should not be supposed to be thus technically experienced that they must be able to find out by themselves how these footnotes work. And if you're not going to do something about that, I think it best to ask the wikipedia community's opinion what they think about these templates. TfD is not deleting, TfD is asking what others think about it.
- And this has nothing to do with footnote3 yes or no being a guideline. The only thing involved is that templates that are not self-evident, and for which no guideline how to use them is available, should not be floating around on pages, while any wikipedia page should be inviting anyone to contribute, as much as any other page. Using a footnote system that might be "hermetic" to some wikipedians, is some sort of "appropriation", against wikipedia policies (see, e.g., NPOV tutorial). --Francis Schonken 19:43, 29 September 2005 (UTC)
Calm down Francis. I apologize if I've misrepresented what you've said. All I said was Francis has mentioned several times now, submitting these templates to TfD. And has implied that the "fact" that footnotes3 was a guideline justified this. You have mentioned TfDing these templates at least three times above. And you have also expressed your dislike for those templates, and in rather strong terms above. However, If you did not mean to imply that there was any connection with footnote3 being the "guideline" for numbered notes, and the argument for TfD'ing, then I misunderstood you. However I assure you I was doing my best to represent what I understood you to be saying. So the charge of "twisting your words around" is undeserved. Yes you have suggested that I document these templates several times, and I've said several times that I was willing to. I agree with you that I should have done this before now, and to not have done so was a disservice to my fellow editors. I hope to rectify that in a few days. Paul August ☎ 03:14, 30 September 2005 (UTC)
- When did TfD become a style consensus forum? (SEWilco 15:40, 30 September 2005 (UTC))
- As far as I know never, nor should it be. Paul August ☎ 18:17, 3 October 2005 (UTC)
Well Stevenj has chosen to remove the "guideline" tag again saying "like Paul August, I agree that there is not enough consensus to label this a "guideline" (please debate it on Wikipedia:Cite sources) …" . Francis has again reverted saying "Paul August agrees it to be a guideline, dear Stevenj, please follow debates on talk page". Well what I said above was: "… as long as no one else cares to voice a concern, I will drop my objection to calling this a guideline." Since Steven has chosen to voice a concern, I have removed the "guideline" tag again. I think that those who want this to be a guideline should do as Stevenj suggests and debate the issue on Wikipedia:Cite sources. Paul August ☎ 13:59, 30 September 2005 (UTC)
I haven't been following all this discussion. But both I and Dragonsflight have objected to the use of this system in articles like medieval warm period. Those objections are unresolved. William M. Connolley 14:22, 30 September 2005 (UTC).
- You object to any use of footnotes, to certain use of footnotes, or to this style of footnotes? (SEWilco 15:36, 30 September 2005 (UTC))
- Please refresh your memory of the discussion above which you participated in. William M. Connolley 15:47, 30 September 2005 (UTC).
- I think you're referring to the previous objection to the overall use of footnotes, not their appearance. State any objections to the present discussion about Footnote3 as a Guideline for footnote styling. (SEWilco 17:39, 30 September 2005 (UTC))
- Please refresh your memory of the discussion above which you participated in. William M. Connolley 15:47, 30 September 2005 (UTC).