Template:Verify: Difference between revisions
Jump to navigation
Jump to search
MetalManeMc (talk | contribs) (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">''[[[ | <includeonly><sup class="noexcerpt navigation-not-searchable">''[[[bg3wiki:Verification|{{#if: {{{1|}}}|{{tooltip|Needs Verification|{{{details|{{{1|}}}}}}}}|Needs Verification}}]]]''</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 [[ | {{documentation|content= | ||
Insert this template to indicate that the proceeding statement (sentence or paragraph) needs [[bg3wiki:Verification|verification]] or in-game testing. | |||
== Examples == | |||
{{Template demo | |||
| 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> | |||
}} | |||
== Template data == | == Template data == | ||
Line 15: | Line 18: | ||
"1": { | "1": { | ||
"label": "Details", | "label": "Details", | ||
"description": "Details what needs to be | "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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Details | 1 details | Details what needs to be verified | String | suggested |