Editing Help:Citing sources

From SABR Encyclopedia

Jump to: navigation, search
Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 32: Line 32:
=== Basic usage: citing a source once ===
=== Basic usage: citing a source once ===
-
Footnotes are written in articles by surrounding the source with <nowiki>{{footnote|source=</nowiki>''source''<nowiki>}}</nowiki>.  To pick up on the example above, if you found a particular fact in a team's media guide, and felt it was important that the connection between the fact and the source be recorded explicitly, you might write
+
Footnotes are written in articles by surrounding the source with the tags <tt><nowiki><ref></nowiki></tt> and <tt><nowiki></ref></nowiki></tt>.  To pick up on the example above, if you found a particular fact in a team's media guide, and felt it was important that the connection between the fact and the source be recorded explicitly, you might write
<pre>
<pre>
-
Smith claims to be descended from Charlemagne.{{Footnote|source=2010 New York Knights Media Guide}}
+
Smith claims to be descended from a family that came over on the Mayflower.<ref>2010 New York Knights Media Guide</ref>
</pre>
</pre>
Line 43: Line 43:
You may encounter a case where you want to use footnotes to specifically mention the same source multiple times within an article.  There would be nothing wrong with repeating the reference tag multiple times:
You may encounter a case where you want to use footnotes to specifically mention the same source multiple times within an article.  There would be nothing wrong with repeating the reference tag multiple times:
<pre>
<pre>
-
Smith claims to be descended from Charlemagne.{{Footnote|source=2010 New York Knights Media Guide}}
+
Smith claims to be descended from a family that came over on the Mayflower.<ref>2010 New York Knights Media Guide</ref> 
-
 
+
He was also the first Major League player to swim across the English Channel.<ref>2010 New York Knights Media Guide</ref>
-
He was also the first Major League player to swim across the English Channel.{{Footnote|source=2010 New York Knights Media Guide}}
+
</pre>
</pre>
A more sophisticated method, which can also save you some typing, is to use the same reference multiple times.  To do this, the first time you use the reference, you'll give it a label; for instance, you might abbreviate the source as <tt>2010knights</tt>.  Then, you can use it multiple times like so:
A more sophisticated method, which can also save you some typing, is to use the same reference multiple times.  To do this, the first time you use the reference, you'll give it a label; for instance, you might abbreviate the source as <tt>2010knights</tt>.  Then, you can use it multiple times like so:
<pre>
<pre>
-
Smith claims to be descended from Charlemagne.{{Footnote|source=2010 New York Knights Media Guide|label=2010knights}}  
+
Smith claims to be descended from a family that came over on the Mayflower.<ref name="2010knights">2010 New York Knights Media Guide</ref>  
-
 
+
He was also the first Major League player to swim across the English Channel.<ref name="2010knights"/>
-
He was also the first Major League player to swim across the English Channel.{{Footnote-reuse|label=2010knights}}
+
</pre>
</pre>
-
The first time you use the source, you give the full details in the note, and give it a name. After that, you only need to refer to the source using the label; the Encyclopedia will know to re-use that same footnote again the second and subsequent times.
+
The first time you use the source, you give the full details in the note, and give it a name. After that, you only need to refer to the source using the name; the Encyclopedia will know to re-use that same footnote again the second and subsequent times.
A few notes on this procedure:
A few notes on this procedure:
-
# The label for the footnote is completely arbitrary, though it makes sense to try to pick something that is derived from the name of the source you're using.
+
# The name of the footnote is completely arbitrary, though it makes sense to try to pick something that is derived from the name of the source you're using.
-
# You only need to label footnotes if you plan to re-use them somewhere else, but it is harmless if you label a footnote and don't re-use it.
+
# You only need to name footnotes if you plan to re-use them somewhere else, but it is harmless if you name a footnote and don't re-use it.
 +
# The second and subsequent times you use the footnote, note that the reference is closed with a <tt><nowiki>/></nowiki></tt>; the trailing slash is used in the second and subsequent uses of the footnote only.
'''Examples''': See [[Marv Danielson]]'s page for an example of the multiple-use technique in action.
'''Examples''': See [[Marv Danielson]]'s page for an example of the multiple-use technique in action.
Line 81: Line 80:
* For full description of a template and the parameters which can be used with it — click the template name (e.g. {{[[Template:cite-book|cite-book]]}} in the "Template" column of the table below.
* For full description of a template and the parameters which can be used with it — click the template name (e.g. {{[[Template:cite-book|cite-book]]}} in the "Template" column of the table below.
* Copy and paste the text under "Common usage" to use the template.
* Copy and paste the text under "Common usage" to use the template.
-
* For each type of source, there is an alternate version that automatically creates a footnote. This adds the "label" option for footnote re-use.
 
{| class="prettytable"
{| class="prettytable"
! Source
! Source
! Template
! Template
-
! Common usage and example
+
! Common usage  
 +
! Example
|-
|-
| Book  
| Book  
-
| {{[[Template:cite-book|cite-book]]}} or {{[[Template:footnote-book|footnote-book]]}}
+
| {{[[Template:cite-book|cite-book]]}}
-
| <pre>{{cite-book | title= | last=| first=| publisher= | city= | year= }}
+
| <pre>{{cite-book | title= | last=| first=| publisher= | city= | year= }}</pre>
-
{{footnote-book | title= | last=| first=| publisher= | city= | year= | label= }}</pre>
+
|-
|-
| Newspaper
| Newspaper
-
| {{[[Template:cite-newspaper|cite-newspaper]]}} or {{[[Template:footnote-newspaper|footnote-newspaper]]}}
+
| {{[[Template:cite-newspaper|cite-newspaper]]}}
-
| <pre>{{cite-newspaper | title= | newspaper= | year= | month= | day= | pages= | last= | first= }}
+
| <pre>{{cite-newspaper | title= | newspaper= | year= | month= | day= | pages= | last= | first= }}</pre>
-
{{footnote-newspaper | title= | newspaper= | year= | month= | day= | pages= | last= | first= | label= }}</pre>
+
-
|-
+
-
| Periodical
+
-
| {{[[Template:cite-periodical|cite-periodical]]}} or {{[[Template:footnote-periodical|footnote-periodical]]}}
+
-
| <pre>{{cite-periodical | title= | periodical= | year= | month= | day= | pages= | last= | first= | volume= | issue= }}
+
-
{{footnote-periodical | title= | periodical= | year= | month= | day= | pages= | last= | first= | volume= | issue= | label= }}</pre>
+
|-
|-
| Web
| Web
-
| {{[[Template:cite-web|cite-web]]}} or {{[[Template:footnote-web|footnote-web]]}}
+
| {{[[Template:cite-web|cite-web]]}}
-
| <pre>{{cite-web | url= | year= | month= | day= }}
+
| <pre>{{cite-web | url= | year= | month= | day= }}</pre>
-
{{footnote-web | url= | year= | month= | day= | label= }}</pre>
+
-
|-
+
-
| MLBAM bio
+
-
| {{[[Template:cite-mlbam-bio|cite-mlbam-bio]]}}
+
-
| <pre>{{cite-mlbam-bio | year= | month= | day= }}</pre>
+
|-
|-
| SSDI
| SSDI
-
| {{[[Template:cite-ssdi|cite-ssdi]]}} or {{[[Template:footnote-ssdi|footnote-ssdi]]}}
+
| {{[[Template:cite-ssdi|cite-ssdi]]}}
-
| <pre>{{cite-ssdi | ssn=  }}
+
| <pre>{{cite-ssdi | ssn=  }}</pre>
-
{{footnote-ssdi | ssn=  | label= }}</pre>
+
|-
|-
| Scorecard
| Scorecard
-
| {{[[Template:cite-scorecard|cite-scorecard]]}} or {{[[Template:footnote-scorecard|footnote-scorecard]]}}
+
| {{[[Template:cite-scorecard|cite-scorecard]]}}
-
| <pre>{{cite-scorecard | team= | month= | day= | year= }}
+
| <pre>{{cite-scorecard | team= | month= | day= | year= }}</pre>
-
{{footnote-scorecard | team= | month= | day= | year= | label= }}</pre>
+
|-
|-
| Baseball card
| Baseball card
-
| {{[[Template:cite-baseball-card|cite-baseball-card]]}} or {{[[Template:footnote-baseball-card|footnote-baseball-card]]}}
+
| {{[[Template:cite-baseball-card|cite-baseball-card]]}}
-
| <pre>{{cite-baseball-card | year= | team= | league= | maker= }}
+
| <pre>{{cite-baseball-card | year= | team= | league= | maker= }}</pre>
-
{{footnote-baseball-card | year= | team= | league= | maker= | label= }}</pre>
+
|-
|-
| Official rules
| Official rules
-
| {{[[Template:cite-mlb-rules|cite-mlb-rules]]}} or {{[[Template:footnote-mlb-rules|footnote-mlb-rules]]}}
+
| {{[[Template:cite-mlb-rules|cite-mlb-rules]]}}
-
| <pre>{{cite-mlb-rules | | | }}
+
| <pre>{{cite-mlb-rules | | | }}</pre>
-
{{footnote-mlb-rules | | | | label= }}
+
| <pre>{{Cite-mlb-rules|6|05|f}})</pre>
-
{{footnote-mlb-rules|6|05|f}})</pre>
+
-
|-
+
-
| SABR bulletin
+
-
| {{[[Template:cite-sabr-bulletin|cite-sabr-bulletin]]}} or {{[[Template:footnote-sabr-bulletin|footnote-sabr-bulletin]]}}
+
-
| <pre>{{cite-sabr-bulletin | title= | pages= | year= | issue= }}
+
-
{{footnote-sabr-bulletin | title= | pages= | year= | issue= }}</pre>
+
|}
|}

Encyclopedic content must be verifiable, and should be properly sourced. You irrevocably agree to release your contributions under the CC-BY-SA License. You agree to be credited, at minimum through a hyperlink or URL, when your contributions are reused in any form.


Cancel | Editing help (opens in new window)
Personal tools