Nintendo
Register
No edit summary
mNo edit summary
Tag: sourceedit
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
References are sources used to prove information. Our policy here on the Nintendo Wiki is that references aren't required except for controversial edits (ex. Information about a just announced console or game). References can be either text, links, or both. Text references would generally only be used to use a quote(s) as a source.
+
References are sources used to prove information. Our policy here on the Nintendo Wiki is that references aren't required except for controversial edits (ex. Information about a just announced console or game). References can be either text, links, or both. Text references would generally only be used to use a quote(s) as a source. Whenever you add a source you should put it directly after the sentence or text that it applies to.
 
   
 
{| width="500px" class="wikitable" cellpadding="10px" style="margin:auto; text-align:center"
 
{| width="500px" class="wikitable" cellpadding="10px" style="margin:auto; text-align:center"
Line 8: Line 7:
 
|}
 
|}
   
Adding references is easy.
 
   
  +
Adding references is easy. References use a very simple coding structure. To make a link reference use the following format, but change the link and the link text. A text link can be done the same way, but you just have to put the text between the "<span style= color:Black;><nowiki><ref></nowiki></span>" tags.
{{pre2|<nowiki><ref>[http://Example.com/Example.html Text]</ref></nowiki>}}
 
  +
 
:{{pre2|<nowiki><ref>[http://Example.com/Example.html Text]</ref></nowiki>|650px}}
  +
  +
One difficulty you might face with adding references is having two or more things from the same source. If you try doing it normally it would create two of the same sources. To fix that you can give the source a name. Below you can see an example of a named source.
  +
  +
'''Note:''' For every source that is repeated you do not have to put anything between the "<span style= color:Black;><nowiki><ref></nowiki></span>" tags, you just have to make sure that it has the correct source name.
  +
  +
:{{pre2|<nowiki><ref name="exampleSourceName">[http://Example.com/Example.html Text]</ref></nowiki>|650px}}
  +
  +
If there are any references in an article then you must make sure to add this code to the bottom of the article (But above any stub templates) in the source editor.
  +
  +
:{{pre2|<nowiki>==References==</nowiki><br>
  +
<nowiki>{{Reflist}}</nowiki>|650px}}
  +
{{Guides}}
  +
[[Category:Nintendo Wiki guides]]

Latest revision as of 12:44, 18 August 2016

References are sources used to prove information. Our policy here on the Nintendo Wiki is that references aren't required except for controversial edits (ex. Information about a just announced console or game). References can be either text, links, or both. Text references would generally only be used to use a quote(s) as a source. Whenever you add a source you should put it directly after the sentence or text that it applies to.

Reference Guide - Ref
An Example of some references


Adding references is easy. References use a very simple coding structure. To make a link reference use the following format, but change the link and the link text. A text link can be done the same way, but you just have to put the text between the "<ref>" tags.

<ref>[http://Example.com/Example.html Text]</ref>

One difficulty you might face with adding references is having two or more things from the same source. If you try doing it normally it would create two of the same sources. To fix that you can give the source a name. Below you can see an example of a named source.

Note: For every source that is repeated you do not have to put anything between the "<ref>" tags, you just have to make sure that it has the correct source name.

<ref name="exampleSourceName">[http://Example.com/Example.html Text]</ref>

If there are any references in an article then you must make sure to add this code to the bottom of the article (But above any stub templates) in the source editor.

==References==

{{Reflist}}