bg3wiki:Verification: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 2: | Line 2: | ||
BG3Wiki uses references to inform readers where in the game information on the wiki comes from. This is called '''verification'''. | BG3Wiki uses references to inform readers where in the game information on the wiki comes from. This is called '''verification'''. | ||
References are listed near the bottom of articles and 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 | 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. | ||
== | == Adding references == | ||
A reference is simply the the source of information. Footnotes and | |||
Use the template {{t link|ref}} to add an inline reference to an article. This template should generally be added at the end of the relevant sentence or paragraph, immediately after punctuation (with no space): | |||
; Example | |||
<div style="border:1px dotted;"> | |||
<nowiki>Lae'zel is good at sneering.{{ref|Lae'zel's introduction scene.}}</nowiki> | |||
; References | |||
<nowiki>{{reflist}}</nowiki> | |||
</div> | |||
; Result | |||
<div style="border:1px dotted;"> | |||
Lae'zel is good at sneering.{{ref|Lae'zel's introduction scene.}} | |||
; References | |||
{{reflist}} | |||
</div> | |||
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 reference. | |||
=== 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 | |||
<div style="border:1px dotted;"> | |||
<nowiki>Lae'zel is good at sneering.{{ref|Lae'zel's introduction scene.|act1}}</nowiki> | |||
References | |||
<nowiki>{{reflist|act1}}</nowiki> | |||
</div> | |||
; Result | |||
<div style="border:1px dotted;"> | |||
Lae'zel is good at sneering.{{ref|Lae'zel's introduction scene.|act1}} | |||
; References | |||
{{reflist|act1}} | |||
</div> | |||
To list these references, the group must also be added to the t:reflist template, as its first parameter. | |||
==== Citation templates ==== | |||
; 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}} under 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}} under the References section of an article. | |||
=== Using HTML tags === | |||
While less supported, 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> | |||
== 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: | |||
; Example | |||
<div style="border:1px dotted;"> | |||
<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> | |||
</div> | |||
; Result | |||
<div style="border:1px dotted;"> | |||
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}} | |||
</div> | |||
== 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. Do not remove information unless you know it to be incorrect – take it to the Talk Page instead. | |||
== 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. |
Revision as of 15:03, 13 December 2023
bg3.wiki sidebar |
---|
Maintenance |
Help |
Policy |
Manuals |
BG3Wiki uses references to inform readers where in the game information on the wiki comes from. This is called verification.
References are listed near the bottom of articles and 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.
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.
Adding references
A reference is simply the the source of information. Footnotes and
Use the template {{ref}} to add an inline reference to an article. This template should generally be added at the end of the relevant sentence or paragraph, immediately after punctuation (with no space):
- Example
Lae'zel is good at sneering.{{ref|Lae'zel's introduction scene.}}
- References
{{reflist}}
- Result
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 reference.
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
Lae'zel is good at sneering.{{ref|Lae'zel's introduction scene.|act1}} References {{reflist|act1}}
- Result
To list these references, the group must also be added to the t:reflist template, as its first parameter.
Citation templates
- 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}} under 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}} under the References section of an article.
Using HTML tags
While less supported, it is also possible to add simple references using HTML tags, substituting t:ref with <ref> </ref> and t:reflist with <references/>
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
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}}
- Result
Lae'zel is good at sneering.[note 1][act2 a]
- Footnotes
- References
- ↑ Lae'zel's camp dialogue throughout Act Two.
- ↑ Lae'zel romance scene.
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. Do not remove information unless you know it to be incorrect – take it to the Talk Page instead.
See also
- Pages with the verify template, which lists pages that need verification.
- Category:Citation templates, a list of citation templates.