Jump to content

User talk:Scruffywiki

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

How references work

[edit]

Simple references

[edit]

These require two parts;

a)
Chzz is 98 years old.<ref> "The book of Chzz", Aardvark Books, 2009. </ref>

He likes tea. <ref> [http://www.nicecupofteaandasitdown.com Tea website] </ref>
b) A section called "References" with the special code "{{reflist}}";
== References ==
{{reflist}}

(an existing article is likely to already have one of these sections)

To see the result of that, please look at user:chzz/demo/simpleref. Edit it, and check the code; perhaps make a test page of your own, such as user:Scruffywiki/reftest and try it out.

Named references

[edit]
Chzz was born in 1837. <ref name=MyBook>
"The book of Chzz", Aardvark Books, 2009. 
</ref> 

Chzz lives in Footown.<ref name=MyBook/>

Note that the second usage has a / (and no closing ref tag). This needs a reference section as above; please see user:chzz/demo/namedref to see the result.

Citation templates

[edit]

You can put anything you like between <ref> and </ref>, but using citation templates makes for a neat, consistent look;

Chzz has 37 Olympic medals. <ref> {{Citation
 | last = Smith
 | first = John
 | title = Olympic medal winners of the 20th century
 | publication-date = 2001
 | publisher = [[Cambridge University Press]]
 | page = 125
 | isbn = 0-521-37169-4
}}
</ref>

Please see user:chzz/demo/citeref to see the result.

For more help and tips on that subject, see user:chzz/help/refs.

Please make sure to include an edit summary with each edit

[edit]

Thank you for your contributions to Wikipedia. Please make sure to include an edit summary. Please provide one before saving your changes to an article, as the summaries are quite helpful to people browsing an article's history. Thanks! HumphreyW (talk) 13:40, 24 October 2012 (UTC)[reply]