ಟೆಂಪ್ಲೇಟು:Refstart: ಪರಿಷ್ಕರಣೆಗಳ ನಡುವಿನ ವ್ಯತ್ಯಾಸ

Content deleted Content added
imported>Wiggstar69
imported>Wiggstar69
oops
೯ ನೇ ಸಾಲು:
----
</noinclude> <!-- Template from Template:Refstart -->
== Guide to referencing ==
''Click on "show" on the right of the orange bar to open contents.''
{| class="navbox collapsible collapsed" style="text-align: center; border: 0px; margin-top: 0.2em; font-size: 100%; background: #ffefd5;"
|-
! style="background-color: #f90;" | <big>Using references (citations)</big>
|-
| style="border: solid 1px silver; padding: 8px; background-color: white;" style="text-align: left;" |
<center><small>Help another user by posting this to them. Put <nowiki>{{subst:refstart}}</nowiki> on their talk page or a relevant article talk page.</small></center>
<center><small>Otherwise the link [[WP:REFB]] goes to a help page.</small></center>
 
I thought you might find it useful to have some information about references (refs) on wikipedia. These are important to [[WP:V|validate]] your writing and inform the reader. Any editor can remove unreferenced material; and unsubstantiated articles may end up getting deleted, so when you add something to an article, it's highly advisable to also [[Wikipedia:When to cite|include a reference]] to say where it came from. Referencing may look daunting, but it's easy enough to do. Here's a guide to getting started.
 
;<big>Good references</big>
 
A reference must be accurate, i.e. it must prove the statement in the text. To validate "Mike Brown climbed Everest", it's no good linking to a page about Everest, if Mike Brown isn't mentioned, nor to one on 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 [[WP:Reliable sources|reliable sources]], such as published books, mainstream press, and authorised web sites. Blogs, Myspace, Youtube, fan sites and extreme minority texts are not usually acceptable, nor is [[WP:Original research|original research]] (e.g. your own unpublished, or self-published, essay or research), or another wikipedia article.
 
;<big>Inserting a reference</big>
 
The first thing you have to do is to create a "Notes and references" section (unless it already exists). This goes towards the bottom of the page, below the "See also" section and above the "External links" section. Enter this code:
 
:<nowiki>==Notes and references==</nowiki>
:<nowiki>{{reflist}}</nowiki>
 
The next step is to put a reference in the text. Here is the code to do that. It goes at the end of the relevant term, phrase, sentence, or paragraph to which the note refers, and ''after'' punctuation such as a full stop, without a space (to prevent separation through line wrap):
 
:<nowiki><ref> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </ref></nowiki>
 
Whatever text you put in between these two tags will become visible in the "Notes and references" section as your reference.
 
;<big>Test it out</big>
 
Open the edit box for this page, copy the following text (inserting your own text where indicated), paste it at the bottom of the page and save the page:
 
:<nowiki>==Reference test==</nowiki>
 
:This is the text which you are going to verify with a reference.<nowiki><ref></nowiki>''Reference details go here''<nowiki></ref></nowiki>
 
:<nowiki>==Notes and references==</nowiki>
 
:<nowiki>{{reflist}}</nowiki>
 
(End of text to copy and paste.)
 
It should appear like this:
 
:;Reference test
 
:This is the text which you are going to verify with a reference.<ref>''Reference details go here''</ref>
 
:;Notes and references
 
:{{reflist}}
 
;<big>Information to include</big>
 
You need to include the information to enable the reader to find your source. For an online newspaper source, it might look like this:
 
:<nowiki><ref>Plunkett, John. [http://media.guardian.co.uk/site/story/0,14173,1601858,00.html "Sorrell accuses Murdoch of panic buying"], ''[[The Guardian]]'', [[2005-10-27]]. Retrieved on [[2005-10-27]].</ref></nowiki>
 
When uploaded, it appears as:
:Plunkett, John. [http://media.guardian.co.uk/site/story/0,14173,1601858,00.html "Sorrell accuses Murdoch of panic buying"], ''[[The Guardian]]'', [[2005-10-27]]. Retrieved on [[2005-10-27]].
 
Note the single square brackets around the URL and the article title. The format is:
:<nowiki>[http://URL "Title of article"]</nowiki>
Make sure there is a space between the URL and the Title. This code results in the URL being hidden and the title showing as a link. Use double apostrophes for the article title (it is quoted text), and two single quote marks either side of the name of the paper (to generate italics). Double square brackets round the name of the paper create an internal link (a wikilink) to the relevant wikipedia article. Apostrophes must go outside the brackets.
 
The date after ''The Guardian'' is the date of the newspaper, and the date after "Retrieved on" is the date you accessed the site &ndash; useful for searching the [http://www.archive.org web archive] in case the link goes dead. Dates are wikilinked so that they work with user [[Help:Preferences|preference settings]] to display the date in the format the user wishes.
 
;<big>References not online</big>
 
You can use sources which are not online, but which you have found in a library or elsewhere&mdash;in which case leave out the information which is not relevant. The newspaper example above would be formatted like this:
:<nowiki><ref>Plunkett, John. "Sorrell accuses Murdoch of panic buying", ''[[The Guardian]]'', [[2005-10-27]].</ref></nowiki>
 
When uploaded, it appears as:
:Plunkett, John. "Sorrell accuses Murdoch of panic buying", ''[[The Guardian]]'', [[2005-10-27]].
 
Here is an example for a book:
 
:<nowiki><ref>Charmley, John (2006). ''The Princess and the Politicians'', p.60. Penguin Books Ltd., London. ISBN 0140289712.</ref></nowiki>
 
When uploaded, it appears as:
::Charmley, John (2006). ''The Princess and the Politicians''. Penguin Books Ltd., London. ISBN 0140289712.
 
Make sure you put two single quote marks round the title (to generate italics), rather than one double quote mark.
 
;<big>Date format</big>
 
These formats are all acceptable for dates:
:<nowiki>[[2005-01-27]]</nowiki>
:<nowiki>[[27 January]] [[2007]]</nowiki>
:<nowiki>[[January 27]], [[2007]]</nowiki>
 
;<big>Citation templates</big>
 
You may prefer to use a citation template to compile details of the source. The template goes between the ref tags and you fill out the fields you wish to. Basic templates can be found here: [[Wikipedia:Template messages/Sources of articles/Citation quick reference]]
 
;<big>Same ref used twice or more</big>
 
The first time a reference appears in the article, you can give it a simple name in the <nowiki><ref></nowiki> code:
 
:<nowiki><ref name=smith>Details of ref here</ref></nowiki>
 
The second time you use the same reference in the article, you need only to create a short cut instead of typing it all out again:
 
:<nowiki><ref name=smith/></nowiki>
 
You can then use the short cut as many times as you want. Don't forget the /, or it will blank the rest of the article! A short cut will only pick up from higher up the page, so make sure the first ref is the full one. Some symbols don't work in the ref name, but you'll find out if you use them.
 
You can see multiple use of the same refs in action in the article [http://en.wikipedia.org/w/index.php?title=William_Bowyer_%28artist%29&oldid=179436485 William Bowyer (artist).] There are 3 sources and they are each referenced 3 times. Each statement in the article has a footnote to show what its source is.
 
;<big>Alternative system</big>
The above method is simple and combines references and notes into one section. A refinement is to put the full details of the references in their own section headed "References", while the notes which apply to them appear in a separate section headed "Notes". The notes can be inserted in the main article text in an abbreviated form as seen in [http://en.wikipedia.org/w/index.php?title=Harriet_Arbuthnot&oldid=165667213 Harriet Arbuthnot] or in a full form as in [http://en.wikipedia.org/w/index.php?title=Brown_Dog_affair&oldid=179000868 Brown Dog affair.]
 
;<big>Further information</big>
 
More information can be found at:
*[[Wikipedia:Citing sources]]
*[[Wikipedia:Citing sources/example style]]
*[[Wikipedia:Template messages/Sources of articles/Citation quick reference]]
*[[Wikipedia:Citation templates]]
*[[Wikipedia:Footnotes]]
 
I hope this helps. If you need any assistance, let me know.
 
~~<includeonly>~~</includeonly><noinclude>~~</noinclude>
|}
"https://kn.wikipedia.org/wiki/ಟೆಂಪ್ಲೇಟು:Refstart" ಇಂದ ಪಡೆಯಲ್ಪಟ್ಟಿದೆ