Template:Verify: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Added parameter to specify what needs to be verified)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><sup class="noexcerpt navigation-not-searchable">''&#91;[[BG3Wiki:Verification|{{#if: {{{1|}}}|{{tooltip|Needs Verification|{{{1}}}}}|Needs Verification}}]]&#93;''</sup>{{main namespace only|[[Category:Articles needing verification]]}}</includeonly><noinclude>
<includeonly><sup class="noexcerpt navigation-not-searchable">''&#91;[[bg3wiki:Verification|{{#if: {{{1|}}}|{{tooltip|Needs Verification|{{{details|{{{1|}}}}}}}}|Needs Verification}}]]&#93;''</sup>{{main namespace only|[[Category:Articles needing verification]]}}</includeonly><noinclude>
{{documentation|content=Insert this template to indicate that the proceeding statement (sentence or paragraph) needs [[BG3Wiki:Verification|verification]].
{{documentation|content=
Insert this template to indicate that the proceeding statement (sentence or paragraph) needs [[bg3wiki:Verification|verification]] or in-game testing.


; Example : <pre>This item is dropped by Bob the Goblin.{{Verify|Or is it Rob?}}</pre>
== Examples ==
 
{{Template demo
; Result : This item is dropped by Bob the Goblin.{{Verify|Or is it Rob?}}
| style = table
 
| caption 1 = Basic usage
[[Category:Wiki Maintenance Templates]]
| <nowiki>This item is dropped by Bob the Goblin.{{Verify}}</nowiki>
[[Category:Citation templates]]
| caption 2 = With optional details
| <nowiki>This item is dropped by Bob the Goblin.{{Verify|Or is it Rob?}}</nowiki>
}}


== Template data ==
== Template data ==
Line 15: Line 18:
"1": {
"1": {
"label": "Details",
"label": "Details",
"description": "Details what needs to be specified",
            "aliases": ["details"],
"type": "string"
"description": "Details what needs to be verified",
"type": "string",
            "suggested": true
}
}
},
},
"description": "Insert this template to indicate that the preceding statement is tentative and needs verification."
"description": "Insert this template to indicate that the preceding statement is tentative and needs verification.",
    "format": "inline"
}
}
</templatedata>}}</noinclude>
</templatedata>}}
[[Category:Templates]]
[[Category:Wiki maintenance templates]]
[[Category:Citation templates]]
</noinclude>

Latest revision as of 01:24, 5 November 2024

Template documentation

Insert this template to indicate that the proceeding statement (sentence or paragraph) needs verification or in-game testing.

Examples

Example Markup Renders as
Basic usage
This item is dropped by Bob the Goblin.{{Verify}}
This item is dropped by Bob the Goblin.[Needs Verification]
With optional details
This item is dropped by Bob the Goblin.{{Verify|Or is it Rob?}}
This item is dropped by Bob the Goblin.[Needs Verification]

Template data

Insert this template to indicate that the preceding statement is tentative and needs verification.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Details1 details

Details what needs to be verified

Stringsuggested