Forum:Updating policies, guidelines and the wiki/Ref

From Halopedia, the Halo wiki

One of the most common complaint in any wiki is that the information lacks authority/sources that verifies the content as legitimate. As such, this page attempts to address the issue: the following are guidelines on how to reference information added to the wiki.

Basic concept

Reference tags

When citing information, simply include the HTML <ref></ref> code at the end of the sentence. The basic concept of the <ref> tag is that it inserts the text enclosed by the ref tags as a footnote in a designated section, which you indicate with the this tag <references/>.

If you don't include <references/> at the end of the article, none of the footnotes will appear.

This page itself uses footnotes, such as the one at the end of this sentence.[1] If you view the wikicode of this page by clicking "Edit this page", you can see a working example of footnotes.

  • According to scientists, the Sun is pretty big.
  • The Moon, however, is not so big.

Multiple uses of the same footnote

To give a footnote a unique identifier, use <ref name="name"/>. You can then refer to the same footnote again by using a ref tag with the same name. The text inside the second tag doesn't matter, because the text already exists in the first reference. You can either copy the whole footnote, or you can use a terminated empty ref tag that looks like this: <ref name="name"/>.

In the following example, the same source is cited three times.

This is an example of multiple references to the same footnote.

Such references are particularly useful when citing sources, if different statements come from the same source. This text is superfluous, and won't show up anywhere. We may as well just use an empty tag.</ref>

A concise way to make multiple references is to use empty ref tags, which have a slash at the end. Although this may reduce redundant work, please be aware that if a future editor removes the first reference, this will result in the loss of all references using the empty ref tags.

Columns

If you have a lot of references they can be placed in columns to save space and ease reading. Just add the following code: {{reflist|NUMBER OF COLUMNS}}

Format

In order to differentiate to improve citation methods, it is recommended that editors use the following format when citing a source for an article.

Published media

Here, published media refers to literatures, i.e. novels, graphic books, magazines, but also includes but not limited to animation, films.[note 1][note 2] For those that have been reissued/republished, i.e. updated with new information or less mistakes, and is in conflict with the previous published media, use the second format under this section.

Default format

'''Title of media''', "chapter/section" (if needed), ''page number'' (''"Quote"'' (if needed))
For example, '''[[Halo: Ghosts of Onyx]]''', "Chapter 39", ''page 372'' (Kurt-051: ''"Spartans never die"'')
Result: Halo: Ghosts of Onyx, "Chapter 39", page 372 (Kurt-051: "Spartans never die")

Reissued/republished media

'''Title of media''', "chapter/section" (if needed), ''page number''; '''Date of new publish''', ''page number'' (''"Quote"'' (if needed))
For example, '''[[Halo: Fall of Reach]]''', "Chapter ??", ''page ???''; '''2010''', ''page ??''
Result: Halo: The Fall of Reach, "Chapter ??", page ???; 2010, page ??

Web content

Web content in this section refers generally news articles, i.e. IGN articles and Bungie Weekly Update. Also included in this section are video documentaries, trailers and YouTube videos. The citation format would be as so:

'''Title''': ''Title of article'' (''"Quote"'' (optional))
For example, [http://uk.xbox360.ign.com/articles/112/1126799p3.html '''IGN''': ''Beyond the Ring: Bungie's Renegade Development of Halo's Fiction''] ('''Joseph Staten''': ''""Bungie was maintaining creative oversight over all these initiatives -- we really did have a lot of control over what stories got told. Historically, over the decade of Halo storytelling, Bungie would maintain creative ownership and direction of these various projects." "'')
Result: IGN: Beyond the Ring: Bungie's Renegade Development of Halo's Fiction (Joseph Staten: ""Bungie was maintaining creative oversight over all these initiatives -- we really did have a lot of control over what stories got told. Historically, over the decade of Halo storytelling, Bungie would maintain creative ownership and direction of these various projects." ")

Gameplay content

For information using games as citations, the citation format would be as so:

'''Title of game''', campaign/multiplayer level ''Name of Level'' (''"Quote"'' (optional))
For example, '''Halo: Combat Evolved''', campaign level ''The Truth and Reconciliation'' (''"Captain Keyes: They call it Halo"'')
Result: Halo: Combat Evolved, campaign level The Truth and Reconciliation ("Captain Keyes: They call it Halo")

Notes

  1. ^ The format under this section would be the de facto format for all citation.
  2. ^ "Do note that the main format of citation should focus on title of novels/magazines and page numbers. If relevant as to providing clarification, include the paragraph/section and quote."

Sources

  1. ^ An example source

External link