User:Milton Beychok/Sandbox

From Citizendium
< User:Milton Beychok
Revision as of 20:53, 31 July 2010 by imported>Milton Beychok
Jump to navigation Jump to search

This article is about formatting embedded inline references (also called notes or footnotes) in an article. Embedded inline references are references that are meant to corroborate a specific word, statement, paragraph or even sub-section of an article by providing the readers of the article with the details of a book, journal, newspaper report or online website page that substantiates and validates the word, statement, paragraph or sub-section. The location of the word, statement, paragraph or subsection being referenced is marked with a superscript, bracketed number (colored blue) like this for a single reference [1] or this for multiple references [2][3].

Some authors use the word "reference" to mean providing the details of sources (such as books or journals) that provided information, corroboration or substantiation of the article as whole rather than any specific parts of the article. And such sources are usually listed at the end of the article with no indication as to what specific part of the article each source applies. Within the context of Citizendium, in most cases, such non-specific references are best placed in the Bibliography subpage rather than at the end of the article.




Valid references

A reference must be accurate, that is it must prove the statement in the text. To validate "Mike Brown climbed Everest", it's no good referencing to a publication about Mount Everest, if Mike Brown isn't mentioned, nor to one about Mike Brown, if it doesn't say that he climbed Everest. You have to link to a source that proves his achievement is true. You must use reliable, credible source], such as published books, mainstream press, and authorized web sites. Blogs, MySpace, YouTube, fan sites and extreme minority texts are not usually acceptable, nor are your own unpublished, essay or research, Wikipedia articles, or another Citizendium article.

Inserting references or footnotes

Inline (embedded) references (footnotes). Explain and discuss. Explain the tags used: <ref> and </ref>

Multiple insertion of the same reference

On the Edit page, this is placed at the first insertion point of citation:

<ref name=Perry>Perry's Handbook, Sixth Edition, McGraw-Hill Co., 1984.</ref>

This is placed at the second insertion point of citation:

<ref name=Perry/>

This is placed at the third insertion point of citation:

<ref name=Perry/> ..... and so forth for further insertion points

Single insertion of a reference

For the single insertion of a reference, the "name" parameter is not needed. On the Edit page, this is placed at the insertion point of citation:

<ref>Excel For Dummies, First Edition, Hungry Minds, Inc., 1980.</ref>

What is produced at the points of insertion

These are what is produced and note that the reference numbers in blue are automatically generated. Clicking on any one of the reference numbers causes the screen display to scroll down to that reference number in the Reference List section:

First [1] text word referenced to Perry's Handbook
Second [1] text word referenced to Perry's Handbook
Third [1] text word referenced to Perry's Handbook
The only [2] text word referenced to the Excel book.

Producing the reference or footnote list

On the Edit page, place this at the bottom of an article to produce a references (or footnotes) section:

==References (or Footnotes)==
{{reflist}}

This is what it produces and note that the list numbers are automatically generated:

  1. 1.0 1.1 1.2 Perry's Handbook, Sixth Edition, McGraw-Hill Co., 1984.
  2. Excel For Dummies, First Edition, Hungry Minds, Inc., 1980.

Notes on using the reference list

  • Clicking on the blue superscript 1.0 causes the screen display to scroll back up to the point where the first reference to Perry's Handbook was inserted. Clicking on the blue superscript 1.1 causes the screen display to scroll back up to the point where the the second reference to Perry's Handbook was inserted. Clicking on the blue superscript 1.2 causes the screen display to scroll back up to the point where the the third reference to Perry's Handbook was inserted ... and so forth.
  • Clicking on any up arrow () that has no associated superscripts cause the screen display to scroll back up to the point where that single-use references was inserted.

Using templates to insert reference text

A number of templates, such {{cite book}}, are available to format the text between the <ref> and </ref> tags in a more structured way.