Template:Verify: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(BG3Wiki -> bg3wiki in links)
(Updated documentation)
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
| <nowiki>This item is dropped by Bob the Goblin.{{Verify}}</nowiki>
| caption 2 = With optional details
| <nowiki>This item is dropped by Bob the Goblin.{{Verify|Or is it Rob?}}</nowiki>
}}


[[Category:Wiki Maintenance Templates]]
[[Category:Wiki Maintenance Templates]]
Line 15: Line 21:
"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>

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