User talk:Azahn123
Welcome!
[edit]
|
October 2010
[edit]Welcome to Wikipedia. Although everyone is welcome to contribute constructively to the encyclopedia, your addition of one or more external links to the page OutFest Philadelphia (street festival) has been reverted.
Your edit here was reverted by an automated bot that attempts to remove links which are discouraged per our external links guideline from Wikipedia. The external link you added or changed is on my list of links to remove and probably shouldn't be included in Wikipedia. I removed the following link(s): http://www.facebook.com/photo.php?fbid=1265192438326&set=a.1265192238321.42098.1485226604. If the external link you inserted or changed was to a media file (e.g. an image file) on an external server, then note that linking to such files may be subject to Wikipedia's copyright policy and therefore probably should not be linked to. Please consider using our upload facility to upload a suitable media file.
If you were trying to insert an external link that does comply with our policies and guidelines, then please accept my creator's apologies and feel free to undo the bot's revert. However, if the link does not comply with our policies and guidelines, but your edit included other, constructive, changes to the article, feel free to make those changes again without re-adding the link. Please read Wikipedia's external links guideline for more information, and consult my list of frequently-reverted sites. For more information about me, see my FAQ page. Thanks! --XLinkBot (talk) 07:06, 11 October 2010 (UTC)
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:Azahn123/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.