Template:Verification: Difference between revisions
| [unchecked revision] | [unchecked revision] |
Created page with "<noinclude> Displays verification status for pages. Usage: {{Verification|status=Verified}} {{Verification|status=Partially Verified}} {{Verification|status=Unverified}} </noinclude> <includeonly> <div style="border:1px solid #ccc; background:#fdfdfd; padding:0.4em 0.6em; margin:0.5em 0; font-size:92%;"> {{#switch: {{{status|Unverified}}} | Verified = <span style="color:#006400; font-weight:bold;">โ Verified</span> โ Confirmed through multiple independent sources...." ย |
No edit summary ย |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Displays verification status | Displays verification status. | ||
ย | |||
Usage: | Usage: | ||
{{Verification| | {{Verification|Verified}} | ||
{{Verification| | {{Verification|Partially Verified}} | ||
{{Verification| | {{Verification|Unverified}} | ||
ย | |||
Note: | |||
This template always outputs BOTH: | |||
- an inline label (for infobox) | |||
- a banner (for the page body) | |||
ย | |||
CSS decides which one is visible where. | |||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
< | <span class="ic-verify-inline" data-status="{{{status|{{{1|Unverified}}}}}}"> | ||
ย | {{{status|{{{1|Unverified}}}}}} | ||
{{ | </span> | ||
<div class="ic-verify-banner" data-status="{{{status|{{{1|Unverified}}}}}}"> | |||
<strong>Verification status:</strong> {{{status|{{{1|Unverified}}}}}} | |||
}} | |||
ย | |||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
Latest revision as of 18:59, 16 December 2025
Displays verification status.
Usage:
Verified
Partially Verified
Unverified
Note:
This template always outputs BOTH:
- an inline label (for infobox)
- a banner (for the page body)
CSS decides which one is visible where.