• About Good Acts
  • Veterans Resources
  • From Pharms to Farms | A Veteran’s Road to Freedom
  • Petition to Educate the DEA on the Medical Benefits of Cannabis
Good Acts

The best road to progress is freedom's road. - JFK

Texas

When citing sources in Wikipedia articles, the citation must clearly support the material as presented in the article, per the verifiability policy. It helps to give a page number or page range—or a section, chapter, or other division of the source—because then the reader does not have to carefully review the whole cited source to find the relevant supporting evidence, which promotes efficient source checking. This page shows examples of various ways to include a page number or page range in citations as well as various ways to cite the same source multiple times with different page numbers. It also summarizes ways to include other in-source locations.

The following examples use Citation Style 1 templates, but these are not required (see the section Inline citations in the guideline Citing sources for alternatives). For a basic introduction to citation templates, see Help:Referencing for beginners with citation templates.

Contents

  • 1 Page numbers in the reference list
  • 2 Shortened footnotes
  • 3 Inline page numbers
    • 3.1 Named references
  • 4 Other in-source locations
  • 5 See also

Page numbers in the reference list

This example uses Footnotes.

This example is the most basic and includes unique references for each citation, showing the page numbers in the reference list. This repeats the citation, changing the page number. A disadvantage is that this can create a lot of redundant text in the reference list when a source is cited many times.

However this style is deprecated in the Citing sources guideline (see the section Duplicate citations). So consider using one of the alternatives listed in the sections below this one.

Markup Renders as
The brontosaurus is thin at one end.<ref>{{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972 |page=5}}</ref> Then it becomes much thicker in the middle.<ref>{{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972 |pages=6–7}}</ref>

==References==
{{reflist}}

The brontosaurus is thin at one end.[1] Then it becomes much thicker in the middle.[2]

References
  1. ^ Elk, Anne (November 16, 1972). Anne Elk's Theory on Brontosauruses. p. 5.
  2. ^ Elk, Anne (November 16, 1972). Anne Elk's Theory on Brontosauruses. pp. 6–7.

Shortened footnotes

The following two examples use Shortened footnotes, showing the author(s) and date and page number(s) in the notes list and a separate list for the full reference. An advantage is that the list of full references can be sorted arbitrarily—for example, by author last name or by publication date. A disadvantage is that it is necessary to have two separate sections for short and full references.

Shortened footnotes using {{harvtxt}} or {{harvnb}}:
Markup Renders as
The brontosaurus is thin at one end.<ref>{{harvtxt|Elk|1972|p=5}}</ref> Then it becomes much thicker in the middle.<ref>{{harvnb|Elk|1972|p=6–7}}</ref>

==Notes==
{{reflist}}

==References==
{{refbegin}}
* {{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972}}
{{refend}}

The brontosaurus is thin at one end.[1] Then it becomes much thicker in the middle.[2]

Notes
  1. ^ Elk 1972, p. 5
  2. ^ Elk 1972, p. 6–7
References
  • Elk, Anne (November 16, 1972). Anne Elk's Theory on Brontosauruses.
Shortened footnotes using {{sfn}}:
Markup Renders as
The brontosaurus is thin at one end.{{sfn|Elk|1972a|p=5}} Then it becomes much thicker in the middle.{{sfn|Elk|1972a|p=6–7}}

==Notes==
{{reflist}}

==References==
{{refbegin}}
* {{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972a}}
{{refend}}

The brontosaurus is thin at one end.[1] Then it becomes much thicker in the middle.[2]

Notes
  1. ^ Elk 1972a, p. 5.
  2. ^ Elk 1972a, p. 6–7.
References
  • Elk, Anne (November 16, 1972a). Anne Elk's Theory on Brontosauruses.

The next example shows that it is possible to mix Footnotes and Shortened footnotes with the full reference in the first footnote and shortened footnotes for subsequent references. An advantage is that it is not necessary to have two separate sections for short and full references. A disadvantage is that the full references cannot be sorted arbitrarily—for example, by author last name or by publication date—as in the previous two examples.

Markup Renders as
The brontosaurus is thin at one end.<ref>{{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972b |page=5}}</ref> Then it becomes much thicker in the middle.{{sfn|Elk|1972b|p=6–7}}

==References==
{{reflist}}

The brontosaurus is thin at one end.[1] Then it becomes much thicker in the middle.[2]

References
  1. ^ Elk, Anne (November 16, 1972b). Anne Elk's Theory on Brontosauruses. p. 5.
  2. ^ Elk 1972b, p. 6–7.

Inline page numbers

This example uses Footnotes with the addition of adjacent page numbers in the text by using {{rp}}. This allows named references to be used, combining multiple references to the same citation in a single footnote.

Markup Renders as
The brontosaurus is thin at one end.<ref name=elk1972>{{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972}}</ref>{{rp|5}} Then it becomes much thicker in the middle.<ref name=elk1972 />{{rp|6–7}}

==References==
{{reflist}}

The brontosaurus is thin at one end.[1]:5 Then it becomes much thicker in the middle.[1]:6–7

References
  1. ^ a b Elk, Anne (November 16, 1972). Anne Elk's Theory on Brontosauruses.

Named references

The following two examples use {{r}}. Whether using List-defined references or inline named references, {{r}} compactly combines the functions of <ref /> and {{rp}}.

Inline named references:
Markup Renders as
The brontosaurus is thin at one end.<ref name=elk1972>{{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972}}</ref>{{rp|5}} Then it becomes much thicker in the middle.{{r|elk1972|p=6–7}}

==References==
{{reflist}}

The brontosaurus is thin at one end.[1]:5 Then it becomes much thicker in the middle.[1]:6–7

References
  1. ^ a b Elk, Anne (November 16, 1972). Anne Elk's Theory on Brontosauruses.
List-defined references:
Markup Renders as
The brontosaurus is thin at one end.{{r|elk1972|p=5}} Then it becomes much thicker in the middle.{{r|elk1972|p=6–7}}

==References==
{{reflist|refs=
<ref name=elk1972>{{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972}}</ref>
}}

The brontosaurus is thin at one end.[1]:5 Then it becomes much thicker in the middle.[1]:6–7

References
  1. ^ a b Elk, Anne (November 16, 1972). Anne Elk's Theory on Brontosauruses.

Other in-source locations

Further information: Wikipedia:Citing sources § Sound recordings

Often, a page number is not appropriate such as when citing an audio or video source or a book that has no page numbers. The Citation Style 1 templates have an |at= parameter that can be used to include non-page locators. The Author-date citation templates use |loc=.

Some example locators: section (sec.), column (col.), paragraph (para.); track; hours, minutes and seconds; act, scene, canto, book, part, folio, stanza, back cover, liner notes, indicia, colophon, dust jacket, verse

See also

  • Wikipedia:Citing sources § Citing multiple pages of the same source
Wikipedia referencing
Policies and guidelines
  • Verifiability
  • No original research
  • Biographies of living persons
  • Reliable sources
    • Medicine
  • Citing sources
  • Scientific citations
General advice
  • Citation needed
  • Find sources
  • Combining sources
  • Offline sources
  • Referencing styles
Citing sources
  • Citation Style 1
  • Citation Style 2
  • Citation Style Vancouver
  • LSA
  • Comics
  • Citation templates
  • Reflist template
Inline citations
  • Footnotes
  • Punctuation and footnotes
  • Shortened footnotes
  • Nesting footnotes
Help for beginners
  • Reference-tags
  • Citations quick reference
  • Introduction to referencing
  • Referencing with citation templates
  • Referencing without using templates
  • Referencing dos and don'ts
  • Citing Wikipedia
Advanced help
  • Cite link labels
  • Citation tools
  • Cite errors
  • Cite messages
  • Converting between references formats
  • Reference display customization
  • References and page numbers
  • Guidance on source reviewing at FAC
Template documentation
  • {{Edit refs}}
  • {{Refref}}
  • {{Refref2}}
  • {{Refstart}}
Tools
  • Wikipedia Library
Deprecated
  • Parenthetical referencing
Wikipedia help pages
  • Visit the Teahouse or the Help desk for an interactive Q & A forum.

  • FAQs (?)
  • Reference desks (?)
  • Noticeboards (?)
  • Cheatsheet (?)
  • Directories (?)
About Wikipedia (?)
  • Administration
    • Purpose
    • Principles
  • Policies and guidelines
  • What Wikipedia is not
  • Disclaimer (parental advice)
  • Making requests
  • Who writes Wikipedia?
Help for readers (?)
  • FAQ
  • Books
  • Copyright
  • Glossary
  • Mobile access
  • Navigation
  • Other languages
  • Searching
  • Students
  • Viewing media
Contributing
to Wikipedia
 (?)
  • Advice for young editors
  • Avoiding common mistakes
  • Etiquette
  • Simplified Manual of Style
  • Simplified rule-set
    • "Ignore all rules"
    • "The rules are principles"
  • Style-tips
  • Tip of the day
  • Your first article (article wizard)
Getting started (?)
  • Why create an account?
  • Introductions by topic
  • The Wikipedia Adventure
  • Graphics tutorials
    • Picture tutorial
    • IRC (live chat) tutorial
  • VisualEditor user guide
Dos and don'ts (?)
  • Accessibility
  • Biographies
  • Biographies (living)
  • Categorization
  • Consensus
  • Discussions
  • Disambiguation
  • Images
  • Leads
  • Links
  • Lists
  • References
  • Tables
  • Titles (of articles)
How-to pages and
information pages (?)
  • Appealing blocks
  • Article deletion
  • Categories
  • Citations/references
    • Referencing for beginners
    • Citation Style 1
    • Cite errors
    • References and page numbers
  • Convert
  • Diff
  • Editing
    • Minor edit
    • toolbar
    • edit conflict
  • Find sources
  • Files
  • Footnotes
  • Image deletion
  • Infoboxes
  • Linking (link color)
  • Logging in
  • Merging
  • Page name
    • Renaming pages
  • Redirect
  • Passwords
    • Email confirmation
  • Reverting
    • Simple vandalism cleanup
  • Talk pages (archiving)
  • User contributions
  • WP search protocol
Coding (?)
  • Wiki markup
  • Barcharts
  • Calculations
  • Characters
  • Columns
  • Hidden text
  • HTML
  • Lists
  • Magic words
  • Music symbols
  • Sections
  • Sounds
  • Tables
  • Templates
  • Transclusion
  • URL
  • Visual files
Directories (?)
  • Abbreviations
  • Contents (Encyclopedia proper)
  • Departments
  • Editor's index
  • Essays
  • FAQs
  • Glossary
  • Guidelines
  • Manual of Style
  • Policies
  • Tasks
  • Tips
  • Tools
Missing Manual
Ask for help on your talk page (?)
source: https://en.wikipedia.org/wiki/Help:References_and_page_numbers
  • This page was last edited on 18 February 2021, at 22:55 (UTC).
  • Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.
  • Privacy policy
  • About Wikipedia
  • Disclaimers
  • Contact Wikipedia
  • Mobile view
  • Developers
  • Statistics
  • Cookie statement
  • Wikimedia Foundation
  • Powered by MediaWiki

Please consider signing this Petition to Educate the DEA and UN on the medical benefits of Cannabis.

State Resources

  • Texas

    Texas

    January 22, 2018
  • Repetitive Transcranial Magnetic Stimulation | rTMS | Depression Therapy for Veterans at the Waco, Tx. VA

    Repetitive Transcranial Magnetic Stimulation | rTMS | Depression Therapy for Veterans at the Waco, Tx. VA

    February 22, 2019
  • San Diego Vet Centers

    San Diego Vet Centers

    January 22, 2018

Resources

  • VA Administration Sets National Policy Allowing Robotic Prosthetics

    VA Administration Sets National Policy Allowing Robotic Prosthetics

    December 26, 2015
  • VA benefits for Veterans of the Armed Forces of the United States of America

    VA benefits for Veterans of the Armed Forces of the United States of America

    March 18, 2016
  • Human Tissue Regeneration with Pigs Bladder Powder

    Human Tissue Regeneration with Pigs Bladder Powder

    March 18, 2016

Latest Posts

  • The American Legion Urge the Drug Enforcement Agency to License Privately-Funded Medical Marijuana Production Operations in the United States

    The American Legion Urge the Drug Enforcement Agency to License Privately-Funded Medical Marijuana Production Operations in the United States

    September 11, 2016
  • Compassionate Care Act of 2015 in Texas Discriminates Against Veterans

    Compassionate Care Act of 2015 in Texas Discriminates Against Veterans

    March 27, 2016
  • National Second Opinion Day 4/20/16 - All Veterans Ask VA for Second Opinion

    National Second Opinion Day 4/20/16 – All Veterans Ask VA for Second Opinion

    March 18, 2019

FOIA Contacts

  • Veterans Affairs | Veteran Claims File Request

  • Postal Inspection Service

  • USPS Field Office

Copyright © 2021 Good Acts.

Omega WordPress Theme by ThemeHall