Template:Unverified: Difference between revisions

From PZwiki
m (add "section" field with Template:Page ns)
Line 6: Line 6:


==Usage==
==Usage==
*{{tll|Unverified}}
{{Unverified|hidecat=true}}
===Parameters===
===Parameters===
;<code>section</code>
:If set to <code>true</code>, will display "section" instead of "article" in the title.
;<code>hidecat</code>
;<code>hidecat</code>
:If not empty, the page will not be added to the "{{ll|:Category:Articles requiring verification|Articles requiring verification}}" category.
:If not empty, the page will not be added to the "{{ll|:Category:Articles requiring verification|Articles requiring verification}}" category.
==Examples==
*{{tll|Unverified}}
{{Unverified|hidecat=true}}


{{Translation guide|<syntaxhighlight lang="html">
{{Translation guide|<syntaxhighlight lang="html">
{{#switch: {{{1|}}}
{{#switch: {{{1|}}}
| title = This article may have claims which require verification.
| title = This {{{2}}} may have claims which require verification.
| content = Editors should verify the article's current content and, while adding content, check new information.
| content = Editors should verify the article's current content and, while adding content, check new information.
| #default = [[Category:Incorrect template usage]]
| #default = [[Category:Incorrect template usage]]
Line 29: Line 32:
| sign = [[File:CandleLit.png|link=Template:Unverified{{lcs}}]]
| sign = [[File:CandleLit.png|link=Template:Unverified{{lcs}}]]
| title = {{tt|name=Unverified
| title = {{tt|name=Unverified
   | default = This article may have claims which require verification.
   | default = This {{Page ns|{{{section|}}}}} may have claims which require verification.
   | arg1 = title
   | arg1 = title
  | arg2 = {{Page ns|{{{section|}}}}}
   }}
   }}
| content = {{tt|name=Unverified
| content = {{tt|name=Unverified

Revision as of 18:01, 13 January 2024

Notebook.pngTemplate Documentation

Added to articles or sections with little to no notability, either because the author has written based on speculation, or an article appears to be fictional.

Adds articles to the "Articles requiring verification" category.

Usage

Parameters

section
If set to true, will display "section" instead of "article" in the title.
hidecat
If not empty, the page will not be added to the "Articles requiring verification" category.

Examples

CandleLit.png
This template may have claims which require verification.
Editors should verify the article's current content and, while adding content, check new information.

How to translate

This template is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

{{#switch: {{{1|}}}
| title = This {{{2}}} may have claims which require verification.
| content = Editors should verify the article's current content and, while adding content, check new information.
| #default = [[Category:Incorrect template usage]]
}}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.

See also

Editors can experiment in this template's sandbox.