Help:References: Difference between revisions

From The Reed and Rite
m Changed table of Editorial Notation Examples to actually use the templates instead of linking to the template page.
 
(43 intermediate revisions by the same user not shown)
Line 1: Line 1:
<center><span style="font-size: 125%;">'''Table of Contents'''</span></center>
{{HelpContents}}
{{HelpContents}}


 
== Introduction ==
References, sometimes referred to as "footnotes", are an important method of providing context and factuality to the content of articles. It's important to provide references to the books or other source material so that facts can be confirmed and proven trustworthy. This is particularly true when a strong statement is being made, or when a fact is not well known. This page will tell you everything you need to know about citing references and making notes.  
References, sometimes referred to as "footnotes", are an important method of providing context and factuality to the content of articles. It's important to provide references to the books or other source material so that facts can be confirmed and proven trustworthy. This is particularly true when a strong statement is being made, or when a fact is not well known. This page will tell you everything you need to know about citing references and making notes.  


Line 19: Line 18:
There are two types of parameters: named and unnamed. '''Named parameters''', such as <code>text=</code>, can be recognized by their use of an equals sign (<code>=</code>), which is required with a named parameter. The equals sign is followed by your input. '''Unnamed parameters''', which you'll find in all caps in the examples below, should be completely replaced by your input.
There are two types of parameters: named and unnamed. '''Named parameters''', such as <code>text=</code>, can be recognized by their use of an equals sign (<code>=</code>), which is required with a named parameter. The equals sign is followed by your input. '''Unnamed parameters''', which you'll find in all caps in the examples below, should be completely replaced by your input.


:* '''Note:''' References at the end of sentences should be placed directly '''after''' the period.
:'''Note:''' References at the end of sentences should be placed directly '''after''' the period.


Next we'll list the most common reference templates, the parameters they require, and examples of how to use them. For a complete list of all reference templates see [[:Category:Reference Templates|Reference Templates]].
Next we'll list the most common reference templates, the parameters they require, and examples of how to use them. For a complete list of all reference templates see [[:Category:Reference Templates|Reference Templates]].
Line 39: Line 38:
|'''You Get'''
|'''You Get'''
|-
|-
| width=50%|
|<pre>
<pre>
This is a sentence that needs a reference/footnote.{{ref|text=This is a reference/footnote.}}
This is a sentence that needs a reference/footnote.{{ref|text=This is a reference/footnote.}}


Line 49: Line 47:
This is a sentence that needs a reference/footnote.{{ref|text=This is a reference/footnote.}}
This is a sentence that needs a reference/footnote.{{ref|text=This is a reference/footnote.}}


<span style="display: block; font-size: 1.65em; font-family: serif; font-weight: normal; margin-top: 1em; border-bottom: 1px solid #a2a9b1;">Notes</span>
<span style="display: block; font-size: 1.5em; font-family: Georgia; font-weight: normal; margin-top: 0.7em; border-bottom: 1px solid #a2a9b1;">Notes</span>
<references />
<references />
|}
|}


:'''Note:''' If you need to add a reference that is not strictly text or a specialized reference using one of the reference templates below, it is recommended you use the standard MediaWiki reference tag: <code><nowiki><ref>FOOTNOTE TEXT</ref></nowiki></code> See [https://www.mediawiki.org/wiki/Help:Cite MediaWiki's Cite Guide] for more information on how to use this tag.


=== Book Reference Templates ===
=== Book Reference Templates ===
'''Book Reference Templates''' are used to refer to a book written by [[Beth Brower]] that has a corresponding [[:Category:Summaries|summary page]]. For all non-Emma M. Lion books, you can use the general book template, which is listed first. However, the [[The Unselected Journals of Emma M. Lion (Series)|''Emma'']] books use a more specific template because of the way they are structured. These templates will automatically generate a footnote that links to that respective book's summary page.  
'''Book Reference Templates''' are used to refer to a book written by [[Beth Brower]] that has a corresponding [[:Category:Summary|summary page]]. For all non-Emma M. Lion books, you can use the general book template, which is listed first. However, the [[The Unselected Journals of Emma M. Lion|''Emma'']] books use a more specific template because of the way they are structured. These templates will automatically generate a footnote that links to that respective book's summary page.  


;General Book {{t|book ref}}
;General Book {{t|book ref}}
: Looks like: <code><nowiki>{{book ref|BOOK|CHAPTER}}</nowiki></code>, where:
: Looks like: <code><nowiki>{{book ref|BOOK|CHAPTER}}</nowiki></code>, where:
:* <code>book ref</code> is the name of the template and is required for this template.
:* <code>book ref</code> is the name of the template and is required for this template.
:* <code>BOOK</code> is the full book name or its accepted [[:Template:B|abbreviation]].
:* <code>BOOK</code> is the full book name or its accepted [[:Template:Book ref|abbreviation]].
:* <code>CHAPTER</code> is the chapter number, "prologue", or "epilogue".
:* <code>CHAPTER</code> is the chapter number, "prologue", or "epilogue".


Line 70: Line 69:
|'''You Get'''
|'''You Get'''
|-
|-
| width=50%|
|<pre>
<pre>
The Q is located on Gainsford Street.{{book ref|tq|1}}
The Q is located on Gainsford Street.{{book ref|tq|1}}


Line 86: Line 84:


;Emma M. Lion Book {{t|emma ref}}
;Emma M. Lion Book {{t|emma ref}}
: Looks like: <code><nowiki>{{emma ref|BOOK|DAY|MONTH|YEAR}}</nowiki></code>, where:
: Looks like: <code><nowiki>{{emma ref|BOOK|DATE}}</nowiki></code>, where:
:* <code>emma ref</code> is the name of the template and is required for this template.
:* <code>emma ref</code> is the name of the template and is required for this template.
:* <code>BOOK</code> is the full book name or its accepted [[:Template:B|abbreviation]].
:* <code>BOOK</code> is the full book name or its accepted [[:Template:Emma ref|abbreviation]].
:* <code>DAY</code> is the day number, without a leading zero.
:* <code>DATE</code> is the date. All date formats should be accepted.
:* <code>MONTH</code> is the month name, three-letter abbreviation, or number without a leading zero.
:* <code>YEAR</code> is the 4 digit Year number.


{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
Line 100: Line 96:
|'''You Get'''
|'''You Get'''
|-
|-
| width=50%|
|<pre>
<pre>
Lapis Lazuli House is located on Whereabouts Lane.{{Emma ref|e1|5 march 1883}}
Lapis Lazuli House is located on Whereabouts Lane.{{Emma ref|e1|5|march|1883}}


== Notes ==
== Notes ==
Line 108: Line 103:
</pre>
</pre>
|
|
Lapis Lazuli House is located on Whereabouts Lane.{{Emma ref|e1|5|march|1883}}
Lapis Lazuli House is located on Whereabouts Lane.{{Emma ref|e1|5 march 1883}}


<span style="display: block; font-size: 1.65em; font-family: serif; font-weight: normal; margin-top: 1em; border-bottom: 1px solid #a2a9b1;">Notes</span>
<span style="display: block; font-size: 1.65em; font-family: serif; font-weight: normal; margin-top: 1em; border-bottom: 1px solid #a2a9b1;">Notes</span>
<references />
<references />
|}
|}


=== File Reference Template ===
=== File Reference Template ===
Line 119: Line 113:


;General File {{t|file ref}}
;General File {{t|file ref}}
: Looks like: <code><nowiki>{{file ref|FILE|DESCRIPTION}}</nowiki></code>, where:
: Looks like: <code><nowiki>{{file ref|FILENAME|DESCRIPTION}}</nowiki></code>, where:
:* <code>file ref</code> is the name of the template and is required for this template.
:* <code>file ref</code> is the name of the template and is required for this template.
:* <code>FILE</code> is the file name, including the extension. (e.g., ".jpg", ".png", etc.)
:* <code>FILENAME</code> is the file name, including the extension. (e.g., ".jpg", ".png", etc.)
:* <code>DESCRIPTION</code> is a brief description of the file.
:* <code>DESCRIPTION</code> is a brief description of the file.


Line 131: Line 125:
|'''You Get'''
|'''You Get'''
|-
|-
| width=50%|
|<pre>
<pre>
Located where The Diagonal intersects Sterling Street.{{file ref|Map of St. Crispian's.jpg|St. Crispian's Map}}
Located where The Diagonal intersects Sterling Street.{{file ref|Map of St. Crispian's.jpg|St. Crispian's Map}}


Line 144: Line 137:
<references />
<references />
|}
|}


=== Additional Parameters ===
=== Additional Parameters ===
Line 152: Line 143:
== Named References ==
== Named References ==
If you are using the same reference multiple times in the same article, it can be useful to create a '''Named Reference'''. This will allow you to "nickname" a reference, and then call it again by using the nickname instead of writing out the whole template every time. To do this, append an additional named parameter (<code>|name=</code>) at the end of the first usage of the reference template, assigning it a nickname as your input. Then for all additional uses of the named reference, use the basic <code><nowiki>{{ref}}</nowiki></code> tag with the <code>name=</code> parameter to call it.
If you are using the same reference multiple times in the same article, it can be useful to create a '''Named Reference'''. This will allow you to "nickname" a reference, and then call it again by using the nickname instead of writing out the whole template every time. To do this, append an additional named parameter (<code>|name=</code>) at the end of the first usage of the reference template, assigning it a nickname as your input. Then for all additional uses of the named reference, use the basic <code><nowiki>{{ref}}</nowiki></code> tag with the <code>name=</code> parameter to call it.
''Example:'' Say you want to cite book X, chapter 4. For the first usage of that reference, use <code><nowiki>{{book ref|X|4|name=X4}}</nowiki></code>, and then for every other instance just use <code><nowiki>{{ref|name=X4}}</nowiki></code>.


{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
Line 162: Line 151:
|'''You Get'''
|'''You Get'''
|-
|-
| width=50%|
|<pre>
<pre>
Queen Eleanor studies papers of state in the garden.{{book ref|qg|1|name=qg1}}
Queen Eleanor studies papers of state in the garden. {{book ref|qg|1|name=qg1}}


She is approached by a stranger. {{ref|name=qg1}}
She is approached by a stranger.{{ref|name=qg1}}


== Notes ==
== Notes ==
Line 172: Line 160:
</pre>
</pre>
|
|
Queen Eleanor studies papers of state in the garden. {{book ref|qg|1|name=qg1}}
Queen Eleanor studies papers of state in the garden.{{book ref|qg|1|name=qg1}}


She is approached by a stranger. {{ref|name=qg1}}
She is approached by a stranger.{{ref|name=qg1}}


<span style="display: block; font-size: 1.65em; font-family: serif; font-weight: normal; margin-top: 1em; border-bottom: 1px solid #a2a9b1;">Notes</span>
<span style="display: block; font-size: 1.65em; font-family: serif; font-weight: normal; margin-top: 1em; border-bottom: 1px solid #a2a9b1;">Notes</span>
Line 191: Line 179:
|'''You Get'''
|'''You Get'''
|-
|-
| width=50%|
|<pre>
<pre>
Emma M. Lion arrived in London.{{ref|name=5 March}}
Emma M. Lion arrived in London. {{ref|name=5 March}}


She moved into Lapis Lazuli House. {{ref|name=5 March}}
She moved into Lapis Lazuli House.{{ref|name=5 March}}


== Notes ==
== Notes ==
<references>
<references>
{{Emma ref|e1|5|march|1883|name=5 March}}
{{Emma ref|e1|5 march 1883|name=5 March}}
</references>
</references>
</pre>
</pre>
|
|
Emma M. Lion arrived in London. {{ref|name=5 March}}
Emma M. Lion arrived in London.{{ref|name=5 March}}


She moved into Lapis Lazuli House. {{ref|name=5 March}}
She moved into Lapis Lazuli House.{{ref|name=5 March}}


<span style="display: block; font-size: 1.65em; font-family: serif; font-weight: normal; margin-top: 1em; border-bottom: 1px solid #a2a9b1;">Notes</span>
<span style="display: block; font-size: 1.65em; font-family: serif; font-weight: normal; margin-top: 1em; border-bottom: 1px solid #a2a9b1;">Notes</span>
<references>
<references>
{{Emma ref|e1|5|march|1883|name=5 March}}
{{Emma ref|e1|5 march 1883|name=5 March}}
</references>
</references>
|}
|}


== Editorial Notations ==
Not sure about a particular reference or are a bit daunted by reference templates? No worries! You can still help out by identifying statements that may need some attention. Just insert the following templates as shown in the [[:Help:References#Examples|examples below]]. Using these tags will automatically generate a category tag, indicating to other editors that that page needs referencing attention.
{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
|-
! colspan="3" style="text-align: center; font-size: 120%;" | Editorial Notations
|-
! width=18%| Type
! Template Tag
! style="text-align: left;"| Description
|-
| style="text-align: center;" | '''Request Citation'''
| style="text-align: center;" | {{t|cite}}
| Acts as a placeholder for future citation. It lets others know that the preceding fact needs a reference. Automatically adds the article to [[:Category: Articles in Need of Citations]].
|-
| style="text-align: center;" | '''Request Clarification'''
| style="text-align: center;" | {{t|clarify}}
| Lets others know that the preceding statement is unclear and needs some work. Automatically adds the article to [[:Category: Articles in Need of Clarification]].
|-
| style="text-align: center;" | '''Disputed Warning'''
| style="text-align: center;" | {{t|disputed}}
| Warns the reader that the preceding information may be incorrect or unverified. If you see something that doesn't sound correct (especially if it has no reference), use this. Automatically adds the article to [[:Category: Articles with Disputed Content]].
|-
| style="text-align: center;" | '''Expand Notice'''
| style="text-align: center;" | {{t|expand}}
| Lets others know that the section or statement with this template requires expansion. Automatically adds the article to [[:Category: Articles Missing Information]].
|}
=== Examples ===
{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
|-
! width=50%|You Type
!You Get
|- style="text-align: left;"
| <pre>
This sentence needs a citation.{{cite}}
This sentence needs clarification.{{clarify}}


== Editorial Notations ==
This sentence's claim is disputed.{{disputed}}
Not sure about a particular reference or are a bit daunted by reference templates? No worries! You can still help us out by identifying statements that may need some attention. Just insert the following templates, exactly as shown, after the statement. Using these tags will automatically generate a category tag, indicating to other editors that that page needs referencing attention.


;Request Citation {{t|cite}}
This sentence need expanding.{{expand}}
: <code><nowiki>{{cite}}</nowiki></code> acts as a placeholder for future citation. It lets others know that the preceding fact needs a reference.
</pre>
|
This sentence needs a citation.{{cite}}


;Request Clarification {{t|clarify}}
This sentence needs clarification.{{clarify}}
: <code><nowiki>{{clarify}}</nowiki></code> lets others know that the preceding statement is unclear and needs some work.


;Disputed Warning {{t|disputed}}
This sentence's claim is disputed.{{disputed}}
: <code><nowiki>{{disputed}}</nowiki></code> warns the reader that the preceding information may be incorrect or unverified. If you see something that doesn't sound correct (especially if it has no reference), use this.


;Expand Notice {{t|expand}}
This sentence need expanding.{{expand}}
: <code><nowiki>{{expand}}</nowiki></code> lets others know that the section or statement with this template requires expansion.
|}




{| style="width: 50%; margin: auto; font-size: 125%; text-align: center;" class="wikitable"
{| style="width: 50%; margin: auto; font-size: 110%; text-align: center;" class="wikitable"
|-
|-
| style="width: 33.33%; vertical-align: middle;" | ❮ [[Help: Markup|Markup]]
| style="width: 33.33%; vertical-align: middle;" | ❮ [[Help: Markup|Markup]]
Line 236: Line 260:
| style="width: 33.33%; vertical-align: middle;" | [[Help: Images|Images]] ❯  
| style="width: 33.33%; vertical-align: middle;" | [[Help: Images|Images]] ❯  
|}
|}
<br>


[[Category:Help]]
[[Category:Help]]

Latest revision as of 22:47, 5 June 2025

Table of Contents
Contents | Introduction | Guidelines | Markup | References | Images | Categories | Templates | What's Next?

Introduction

References, sometimes referred to as "footnotes", are an important method of providing context and factuality to the content of articles. It's important to provide references to the books or other source material so that facts can be confirmed and proven trustworthy. This is particularly true when a strong statement is being made, or when a fact is not well known. This page will tell you everything you need to know about citing references and making notes.

If you are unable to provide references. See the Editorial Notations section below for other ways you can help.

The Notes Section

References are housed in the Notes Section of an article. As discussed in the Guidelines article, this section is the last section of a page, before the various category tags. To have references made in the body of an article automatically list in the notes section, a reference tag (<references />) must be used.

Next we'll talk about how to create references.

Reference Templates

The standard method of creating references can get a bit complex—see MediaWiki's guidelines for an overwhelmingly in-depth guide—thus we have simplified this process by creating reference templates. (Keep in mind that a full knowledge of templates and their function is not necessary for understanding reference templates, however you can find more information regarding them in the Templates article.)

To implement one of these templates you must call it by using the correct wikitext. Templates are easy to spot as they are surrounded by double curly braces ({{ and }}), with the template name as the first parameter, followed by the various other parameters required—all of which are separated by vertical bars (|). The parameters required vary depending on which reference template you choose; and the appropriate template to choose is determined by the type of source being referenced.

There are two types of parameters: named and unnamed. Named parameters, such as text=, can be recognized by their use of an equals sign (=), which is required with a named parameter. The equals sign is followed by your input. Unnamed parameters, which you'll find in all caps in the examples below, should be completely replaced by your input.

Note: References at the end of sentences should be placed directly after the period.

Next we'll list the most common reference templates, the parameters they require, and examples of how to use them. For a complete list of all reference templates see Reference Templates.

Basic Reference Template

A Basic Reference Template, as the name suggests, is the most basic method of making a reference. This type of reference template should be used when you wish to provide a textual footnote that is not a reference to a particular source, but may be a small note of clarification that does not belong in the body of an article.

Basic Reference {{ref}}
Looks like: {{ref|text=input}}, where:
  • ref is the name of the template and is required for this template.
  • text= is a named parameter and is required for this template.
  • input is the input. This is the text you would like to appear in the footnote. This can be anything you want, however for this type of reference it is best to keep it brief.
Example: Basic Reference Template
You Type You Get
This is a sentence that needs a reference/footnote.{{ref|text=This is a reference/footnote.}}

== Notes ==
<references />

This is a sentence that needs a reference/footnote.[1]

Notes

  1. ^ This is a reference/footnote.
Note: If you need to add a reference that is not strictly text or a specialized reference using one of the reference templates below, it is recommended you use the standard MediaWiki reference tag: <ref>FOOTNOTE TEXT</ref> See MediaWiki's Cite Guide for more information on how to use this tag.

Book Reference Templates

Book Reference Templates are used to refer to a book written by Beth Brower that has a corresponding summary page. For all non-Emma M. Lion books, you can use the general book template, which is listed first. However, the Emma books use a more specific template because of the way they are structured. These templates will automatically generate a footnote that links to that respective book's summary page.

General Book {{book ref}}
Looks like: {{book ref|BOOK|CHAPTER}}, where:
  • book ref is the name of the template and is required for this template.
  • BOOK is the full book name or its accepted abbreviation.
  • CHAPTER is the chapter number, "prologue", or "epilogue".
Example: General Book Template
You Type You Get
The Q is located on Gainsford Street.{{book ref|tq|1}}

== Notes ==
<references />

The Q is located on Gainsford Street.[1]

Notes


Emma M. Lion Book {{emma ref}}
Looks like: {{emma ref|BOOK|DATE}}, where:
  • emma ref is the name of the template and is required for this template.
  • BOOK is the full book name or its accepted abbreviation.
  • DATE is the date. All date formats should be accepted.
Example: Emma M. Lion Template
You Type You Get
Lapis Lazuli House is located on Whereabouts Lane.{{Emma ref|e1|5 march 1883}}

== Notes ==
<references />

Lapis Lazuli House is located on Whereabouts Lane.[1]

Notes

File Reference Template

A File Reference Template is used to refer to a file hosted by The Reed and Rite, such as artwork or a map.

General File {{file ref}}
Looks like: {{file ref|FILENAME|DESCRIPTION}}, where:
  • file ref is the name of the template and is required for this template.
  • FILENAME is the file name, including the extension. (e.g., ".jpg", ".png", etc.)
  • DESCRIPTION is a brief description of the file.
Example: File Template
You Type You Get
Located where The Diagonal intersects Sterling Street.{{file ref|Map of St. Crispian's.jpg|St. Crispian's Map}}

== Notes ==
<references />

Located where The Diagonal intersects Sterling Street.[1]

Notes

Additional Parameters

Most reference templates can make use of additional parameters not mentioned above. Visit the template pages to learn about these other parameter options, if needed.

Named References

If you are using the same reference multiple times in the same article, it can be useful to create a Named Reference. This will allow you to "nickname" a reference, and then call it again by using the nickname instead of writing out the whole template every time. To do this, append an additional named parameter (|name=) at the end of the first usage of the reference template, assigning it a nickname as your input. Then for all additional uses of the named reference, use the basic {{ref}} tag with the name= parameter to call it.

Example: Named Reference
You Type You Get
Queen Eleanor studies papers of state in the garden.{{book ref|qg|1|name=qg1}}

She is approached by a stranger.{{ref|name=qg1}}

== Notes ==
<references />

Queen Eleanor studies papers of state in the garden.[1]

She is approached by a stranger.[1]

Notes


Alternate Method

Alternatively, you can reserve the full length reference template for the Notes section and only use the named reference(s) in the article body. To do this, in the Notes Section, you will need to replace the <references /> tag with </references>, and add a <references> tag above it. Then, put all of your long citations (with names added) between the two. See the example below for this alternative method in action.

Example: Alternate Named Reference Method
You Type You Get
Emma M. Lion arrived in London.{{ref|name=5 March}}

She moved into Lapis Lazuli House.{{ref|name=5 March}}

== Notes ==
<references>
{{Emma ref|e1|5 march 1883|name=5 March}}
</references>

Emma M. Lion arrived in London.[1]

She moved into Lapis Lazuli House.[1]

Notes

Editorial Notations

Not sure about a particular reference or are a bit daunted by reference templates? No worries! You can still help out by identifying statements that may need some attention. Just insert the following templates as shown in the examples below. Using these tags will automatically generate a category tag, indicating to other editors that that page needs referencing attention.

Editorial Notations
Type Template Tag Description
Request Citation {{cite}} Acts as a placeholder for future citation. It lets others know that the preceding fact needs a reference. Automatically adds the article to Category: Articles in Need of Citations.
Request Clarification {{clarify}} Lets others know that the preceding statement is unclear and needs some work. Automatically adds the article to Category: Articles in Need of Clarification.
Disputed Warning {{disputed}} Warns the reader that the preceding information may be incorrect or unverified. If you see something that doesn't sound correct (especially if it has no reference), use this. Automatically adds the article to Category: Articles with Disputed Content.
Expand Notice {{expand}} Lets others know that the section or statement with this template requires expansion. Automatically adds the article to Category: Articles Missing Information.

Examples

You Type You Get
This sentence needs a citation.{{cite}}

This sentence needs clarification.{{clarify}}

This sentence's claim is disputed.{{disputed}}

This sentence need expanding.{{expand}}

This sentence needs a citation.[citation needed]

This sentence needs clarification.[clarification needed]

This sentence's claim is disputed.[disputed]

This sentence need expanding.[expand]


Markup References Images