BG3Wiki:Verification: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
BG3Wiki uses references to inform readers where in the game information on the wiki comes from. This is called '''verification'''.
{{NavWiki|help}}
BG3Wiki uses ''references'' to inform readers where in the game information on the wiki comes from. This is called '''verification'''.


Verification allows readers to know where the information comes from, and allows other editors to ensure that it is [[BG3Wiki:Content rules|accurately represented]].
Verification ensures that information on the wiki is verifiable by readers. References allow readers to find the source of information on the wiki. They also allow other editors to ensure that the information on the wiki is being [[BG3Wiki:Content rules|accurately represented]].


Not all information on the wiki needs to have a reference. However, the more difficult it is to find a piece of information in the game, the more likely it is that it needs references.
; What is a reference?
A reference is simply a source of information. Reference tags are added inline to the article's body, and are listed near the bottom of articles.


To add references, use the {{code|<nowiki><ref></nowiki>}} ... {{code|<nowiki></ref></nowiki>}} tag. If there is no References section at the end of the article, add it, and add the <nowiki><references/></nowiki> tag as the only content in that section.
; When are references needed?
Not all information on the wiki needs to have a reference. However, the more difficult it is to find a piece of information in the game, the more important it is to add appropriate references.


If you come across information on the wiki without references, or if you don't believe the references are correct or sufficient, you can request verification by adding the [[Template:Verify|verify]] template ({{code|<nowiki>{{Verify}}</nowiki>}}) after the sentence or paragraph with the potentially incorrect information. Do not remove information unless you know it to be incorrect – take it to the Talk Page instead.
; Requesting verification
If you come across information on the wiki without references, or if you don't believe the references are sufficient, you can request verification by adding the {{t link|verify}} template after the sentence or paragraph with the potentially incorrect information. This lets other editors know that something is missing verification.


For a list of pages that need verification, see [[:Special:WhatLinksHere/Template:Verify]].
Do not remove information unless you know it to be incorrect – take it to the Talk Page instead.
__NOTOC__
== Adding references ==
Use the template {{t link|ref}} to add a reference tag to an article. This template should generally be added at the end of the relevant sentence or paragraph, immediately after punctuation (with no space).
 
References will only show correctly if you include the {{t link|reflist}} template in the article. To do this, simply add a ''References'' section, and add that template as the only content in that section.
 
{| class="wikitable" style="margin:auto; width: 500px;"
|-
! Example !! Result
|-
| <nowiki>Lae'zel is good at sneering.{{ref|Lae'zel's introduction scene.}}</nowiki>
; References
<nowiki>{{reflist}}</nowiki>
|| Lae'zel is good at sneering.{{ref|Lae'zel's introduction scene.}}
; References
{{reflist}}
|-
|}
 
=== Grouped references ===
It is possible to add ''grouped references'' to articles. These references have an assigned group and will be listed separately from other references
 
To add a group to a reference simply enter name of the group in the second parameter of the ref template.
{| class="wikitable" style="margin:auto; width: 500px;"
|-
! Example !! Result
|-
| <nowiki>Lae'zel is good at sneering.{{ref|Lae'zel's introduction scene.|act1}}</nowiki>
References
<nowiki>{{reflist|act1}}</nowiki>
|| Lae'zel is good at sneering.{{ref|Lae'zel's introduction scene.|act1}}
; References
{{reflist|act1}}
|-
|}
 
To list these references, the group must also be added to the t:reflist template, as its first parameter.
 
=== Ref tags ===
It is also possible to add simple references using HTML tags, substituting t:ref with <nowiki><ref> </ref></nowiki> and t:reflist with <nowiki><references/></nowiki>.
 
== Adding references to footnotes ==
Footnotes are added similarly to references, using the {{t link|note}} template instead of t:ref, and the {{t link|notelist}} template instead of t:reflist.
 
Footnotes can be used to add supplementary information or context to information in an article's body. When necessary, footnotes can also have references:
{| class="wikitable" style="margin:auto; width: 500px;"
|-
! Example !! Result
|-
| <nowiki>Lae'zel is good at sneering.{{note|This is evidenced by her inability to stop sneering no matter what dialogue is chosen during her romance scene.{{ref|Lae'zel romance scene.|act3}}}}{{ref|Lae'zel's camp dialogue throughout Act Two.|act2}}</nowiki>
; Footnotes
<nowiki>{{notelist}}</nowiki>
; References
<nowiki>{{reflist|act2}}</nowiki>
<nowiki>{{reflist|act3}}</nowiki>
|| Lae'zel is good at sneering.{{note|This is evidenced by her inability to stop sneering no matter what dialogue is chosen during her romance scene.{{ref|Lae'zel romance scene.|act3}}}}{{ref|Lae'zel's camp dialogue throughout Act Two.|act2}}
; Footnotes
{{notelist}}
; References
{{reflist|act2}}
{{reflist|act3}}
|-
|}
 
== Sectional references ==
It is possible to use add references limited to a specific section of an article by adding references to reference list:
 
{| class="wikitable" style="margin:auto; width: 500px;"
|-
! Example !! Result
|-
| <nowiki>This is an example text.<ref name="Example 1"/> This is also an example.<ref name="Example 2"/></nowiki>
; References
<nowiki><references></nowiki>
<nowiki><ref name="Example 1">Example reference 1</ref></nowiki>
<nowiki><ref name="Example 2">Example reference 2</ref></nowiki>
<nowiki></references></nowiki>
|| This is an example text.<ref name="Example 1"/> This is also an example.<ref name="Example 2"/>
; References
<references>
<ref name="Example 1">Example reference 1</ref>
<ref name="Example 2">Example reference 2</ref>
</references>
|-
|}
 
== List of citation templates ==
; General references : Use {{t link|ref}} to add a reference. These references  are listed by adding {{t link|reflist}} template in the References section of an article. These reference can use any group.
; Links : Use {{t link|cite web}} to add a URL as a reference. These references always have the ''url'' group, and are listed by adding {{t link|reflist|url}} in the References section of an article.
; Texts : Use {{t link|cite text}} to add an in-game book or as a reference. These references always have the ''text'' group, and are listed by adding {{t link|reflist|text}} in the References section of an article.
; Footnotes : Use {{t link|note}} to add a footnote. These references  are listed by adding {{t link|notelist}} template in the Footnotes section of an article. These footnotes can use any group.
; Verify : Use {{t link|verify}} to request verification.
 
== See also ==
* [[:Special:WhatLinksHere/Template:Verify|Pages with the verify template]], which lists pages that need verification.
* [[:Category:Citation templates]], a list of citation templates.

Latest revision as of 16:49, 13 December 2023

BG3Wiki uses references to inform readers where in the game information on the wiki comes from. This is called verification.

Verification ensures that information on the wiki is verifiable by readers. References allow readers to find the source of information on the wiki. They also allow other editors to ensure that the information on the wiki is being accurately represented.

What is a reference?

A reference is simply a source of information. Reference tags are added inline to the article's body, and are listed near the bottom of articles.

When are references needed?

Not all information on the wiki needs to have a reference. However, the more difficult it is to find a piece of information in the game, the more important it is to add appropriate references.

Requesting verification

If you come across information on the wiki without references, or if you don't believe the references are sufficient, you can request verification by adding the {{verify}} template after the sentence or paragraph with the potentially incorrect information. This lets other editors know that something is missing verification.

Do not remove information unless you know it to be incorrect – take it to the Talk Page instead.

Adding references

Use the template {{ref}} to add a reference tag to an article. This template should generally be added at the end of the relevant sentence or paragraph, immediately after punctuation (with no space).

References will only show correctly if you include the {{reflist}} template in the article. To do this, simply add a References section, and add that template as the only content in that section.

Example Result
Lae'zel is good at sneering.{{ref|Lae'zel's introduction scene.}}
References

{{reflist}}

Lae'zel is good at sneering.[1]
References
  1. Lae'zel's introduction scene.

Grouped references

It is possible to add grouped references to articles. These references have an assigned group and will be listed separately from other references

To add a group to a reference simply enter name of the group in the second parameter of the ref template.

Example Result
Lae'zel is good at sneering.{{ref|Lae'zel's introduction scene.|act1}}

References {{reflist|act1}}

Lae'zel is good at sneering.[act1 a]
References
  1. Lae'zel's introduction scene.

To list these references, the group must also be added to the t:reflist template, as its first parameter.

Ref tags

It is also possible to add simple references using HTML tags, substituting t:ref with <ref> </ref> and t:reflist with <references/>.

Adding references to footnotes

Footnotes are added similarly to references, using the {{note}} template instead of t:ref, and the {{notelist}} template instead of t:reflist.

Footnotes can be used to add supplementary information or context to information in an article's body. When necessary, footnotes can also have references:

Example Result
Lae'zel is good at sneering.{{note|This is evidenced by her inability to stop sneering no matter what dialogue is chosen during her romance scene.{{ref|Lae'zel romance scene.|act3}}}}{{ref|Lae'zel's camp dialogue throughout Act Two.|act2}}
Footnotes

{{notelist}}

References

{{reflist|act2}} {{reflist|act3}}

Lae'zel is good at sneering.[note 1][act2 a]
Footnotes
  1. This is evidenced by her inability to stop sneering no matter what dialogue is chosen during her romance scene.[act3 a]
References
  1. Lae'zel's camp dialogue throughout Act Two.
  1. Lae'zel romance scene.

Sectional references

It is possible to use add references limited to a specific section of an article by adding references to reference list:

Example Result
This is an example text.<ref name="Example 1"/> This is also an example.<ref name="Example 2"/>
References

<references> <ref name="Example 1">Example reference 1</ref> <ref name="Example 2">Example reference 2</ref> </references>

This is an example text.[1] This is also an example.[2]
References
  1. Example reference 1
  2. Example reference 2

List of citation templates

General references
Use {{ref}} to add a reference. These references are listed by adding {{reflist}} template in the References section of an article. These reference can use any group.
Links
Use {{cite web}} to add a URL as a reference. These references always have the url group, and are listed by adding {{reflist|url}} in the References section of an article.
Texts
Use {{cite text}} to add an in-game book or as a reference. These references always have the text group, and are listed by adding {{reflist|text}} in the References section of an article.
Footnotes
Use {{note}} to add a footnote. These references are listed by adding {{notelist}} template in the Footnotes section of an article. These footnotes can use any group.
Verify
Use {{verify}} to request verification.

See also