Consumer Rights Wiki:Verifiability: Difference between revisions
Add a how-to section |
formatting |
||
Line 1: | Line 1: | ||
All content on the '''Consumer Rights Wiki''' must be verified by presence of a citation in the article. That means whenever you assert something as true (ex. Samsung requiring a subscription to display pictures on a TV they sell) requires an ''inline citation''. The corresponding citation for the example would look like this: <ref name="forum2">{{cite web |date=2025-08-01 |title=Solved: Frame TV cannot display slideshow of my own personal pictures unless I pay membership fee |url=https://eu.community.samsung.com/t5/tv/frame-tv-cannot-display-slideshow-of-my-own-personal-pictures/td-p/12892255 |publisher=Samsung Community}}</ref>. | All content on the '''Consumer Rights Wiki''' must be verified by presence of a citation in the article. That means whenever you assert something as true (ex. Samsung requiring a subscription to display pictures on a TV they sell) requires an ''inline citation''. The corresponding citation for the example would look like this: <ref name="forum2">{{cite web |date=2025-08-01 |title=Solved: Frame TV cannot display slideshow of my own personal pictures unless I pay membership fee |url=https://eu.community.samsung.com/t5/tv/frame-tv-cannot-display-slideshow-of-my-own-personal-pictures/td-p/12892255 |publisher=Samsung Community}}</ref>. | ||
Ideally, sources are introduced when new content is added to this wiki. If you see content that should have a citation, yet doesn't, please use the <nowiki>{{citation needed}}</nowiki> template. | Ideally while editing, sources are introduced when new content is added to this wiki. If you see content that should have a citation, yet doesn't, please use the <code><nowiki>{{citation needed}}</nowiki></code> template. | ||
==Reliable sources== | ==Reliable sources== | ||
Line 40: | Line 40: | ||
In source editor, paste in the following wikitext: | In source editor, paste in the following wikitext: | ||
<nowiki><ref> | <nowiki><ref> | ||
{{cite web | |||
|last= | |||
|first= | |||
|title= | |||
|url= | |||
|website= | |||
|date= | |||
|access-date= | |||
}}</ref></nowiki> | |||
Then fill in the information you have, with the url and title fields being mandatory. | Then fill in the information you have, with the url and title fields being mandatory. | ||