
Dragon Quest Wiki:Citations
This policy covers the guidelines of citing sources and references in articles. We would like to thank the Super Mario Wiki for their original policy page.
Why sourcing? What needs it?
On Dragon Quest Wiki, we take most of our information directly from Dragon Quest games, publications, and other media. However, in some cases, we also take information from guide books and magazines, as well as official, fan-run and press websites reporting on unreleased games. In order to ensure that all information covered is official, and not speculation by fans, we need to cite our sources.
For the most part, you don't need to provide a reference for basic information taken directly from the games. This includes level layouts, gameplay mechanics, item and enemy descriptions, characters, the plot of the game, etc. However, if information is more obscure and its validity may be questioned, citing specific text found in the game (i.e. dialogue in an RPG), its manual or some other official guide book will help maintain Dragon Quest Wiki's credibility. Similarly, controversial and/or complex topics benefit from having direct quotations, especially if any translation work or other analysis is performed. However, even backed up with solid references, excessive speculation should be avoided, with only the most straightforward and logical coverage of ambiguous or inconsistent information being permitted (see here for more info). For translations, the original writing should be provided along with a translation, and whenever possible, translations should be done by members of the wiki, rather than relying on third parties.
As well as games and their manuals, information may come from official websites, guide books and magazines, as well as third party print and internet sources, all of which must be cited when used. Rumors and misleading info is commonplace online, so showing readers that we are not fabricating our info and in turn, letting them evaluate the trustworthiness of our sources is especially important. Users should also be aware of the dangers of using internet sources and must use care in choosing what websites to reference: whenever possible, stick to reputable, well-known and/or official sites, and always try to track down the original source, rather than citing something that, in turn, is citing something different. Also, while some sources are more reliable than others, even professional outlets may make mistakes sometimes (see here for an example), and it is important to be vigilant about the information you're bringing to the wiki, especially if it concerns specialized fields such as game development or internal policies. Using the games themselves or otherwise getting information directly from Nintendo is ideal, however this is not always possible, such as when dealing with upcoming games, in which case, citing something is still better than nothing.
Finally, keep in mind that this is not an exhaustive summary of where references should be used: no matter what you are writing about, it is always best to err on the side of caution and when in doubt, cite your sources.
What to put as references
To cite a written source, which you cannot provide a link to, you only need to state it exactly. Remember that a reference section does not always need a link. For example:
"Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ..." ~ Dragon Quest I & II instruction booklet, page 9.
To cite external websites, you include the the author (when available), the date when the info became published (when available) in parentheses, an external link to the page with the article title (if applicable) or page title as the link name, the name of the publisher in italics, and the date in which the reference was retrieved. For YouTube citations, the name of the channel should be used as the author, the upload date should be the publication date, and the title of the video as the link name. Here are two examples of how all this information should be formatted:
Petty, Jared (August 28, 2018). Dragon Quest XI: Echoes of an Elusive Age Review. IGN. Retrieved March 18, 2021.
IGN. (June 15, 2010). Dragon Quest IX Trailer - E3 2010. YouTube. Retrieved August 12, 2021.
How to add references
We have a system of references that is quite similar to Wikipedia, if you are familiar with it (this does not mean we go to the same scale as Wikipedia, but rather we use the same code). The special tags you will need are <ref></ref> and <references/>.
Using the reference system
Take the Dragon Quest article as an example. It features a paragraph of information which was not present in the game at all, but came from an official April Fool's Joke from Google in 2012. A reference is given in the first sentence of this paragraph:
Many aspects of pop culture still reference Dragon Quest. On April Fools' Day 2012, Google added a Dragon Quest-inspired 8-bit option to Google Maps.[1]
As shown above, it's preferred to insert the <ref></ref> tag after any punctuation such as a comma or period. The end of the page features the references section, where the reader can see the source of this text:
- ↑ "Google Maps: Dragon Quest edition!". Destructoid. Published March 31, 2012.
When looking at the code of this example, you can see that the content of the note is not given at the end of the article under the References header, but directly in the text:
Many aspects of pop culture still reference ''Dragon Quest''. On April Fools' Day 2012, Google added a ''Dragon Quest''-inspired 8-bit option to Google Maps.<ref>"[https://www.destructoid.com/google-maps-dragon-quest-edition--224894.phtml Google Maps: Dragon Quest edition!]". Destructoid. Published March 31, 2012.</ref>
The end of the article, the References header, just features a single line:
==References== <references/>
As you can see, the reference given between the <ref></ref> text is automatically placed wherever <references/> is put in the text. This allows you to keep the overview of where you have put your sources. You do not have to care about the links that are provided to the footnote, they are automatically created by the system.
Multiple citations of the same source
In long articles, you could come across the problem of needing to give the same source twice. To do this, you do not need to say the same things twice and add it to the References list two times, but can reuse your previous reference and give it again. For this, you need to give names to your references:
If you give two or more references the same name,<ref name="test">Only the description in the first ref with the name (that is, a) is shown.</ref> they will have the same number.<ref name="test"/>
The first time you give the reference, you have to use the name= parameter to give a specific, preferably descriptive name (e.g. "official_guide"). The second time you use the reference, you simply use an empty <ref/> tag with the same name given as your previous. Both references will then share the same number, and in the list of references at the bottom of the page, there will only be one entry, with links back to each part of the article from where it is linked, so that the reader can continue to read exactly where they have clicked on the reference:
If you give two or more references the same name,[2] they will have the same number.[2][...]
2. ^ a b Only the description in the first ref with the name (that is, a) is shown.
Requesting a source
Use the {{ref needed}} template to mark any statements that require properly documented source material. This includes information from non-English versions of games, supplementary material (i.e. game manuals or websites), secondary sources (i.e. news outlets, game review sites or other wikis), media (i.e. interviews or advertisements), obscure in-game facts, any information about glitches, upcoming or pre-release content, or any disputed and/or controversial subject matter. The template is used like this:
The release of ''Dragon Quest'' has been noted as a notable turning point in video game history, especially for RPGs. Many of its development techniques used were intended to compensate for hardware limitations, but contemporary RPG developers continue to use these techniques despite technological advances that made them unnecessary.{{ref needed}}
The result is this (with the link leading back to this very page):
The release of Dragon Quest has been noted as a notable turning point in video game history, especially for RPGs. Many of its development techniques used were intended to compensate for hardware limitations, but contemporary RPG developers continue to use these techniques despite technological advances that made them unnecessary.[citation needed]
Except in cases of newly released titles making most of their information easily accessible in-game, references should never be removed. If a link being used as a reference stops working, either replace it with a new reference.
Having some sort of reference is better than nothing, however some sources are more trustworthy than others. In order to ensure that we are transparent about where we are getting our info, and how reliable that info is, {{better source}} can be used (once again, following the reference in the text) to flag any iffy references. In addition, when citing print media, it is not enough to simply state the title: bibliographic information is preferable, but at the very least, a page number should be provided. Unlike the other two templates, however, this one can be embedded within the page-less reference.