Template:Verification: Difference between revisions
Jump to navigation
Jump to search
Tag: Undo |
No edit summary |
||
| Line 11: | Line 11: | ||
- Inside the infobox: shows a compact inline label (CSS controls which one is visible) | - Inside the infobox: shows a compact inline label (CSS controls which one is visible) | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
<div class="ic-verify-banner" data-status="{{{status|{{{1|Unverified}}}}}}"> | {{#switch: {{{mode|both}}} | ||
| inline = | |||
</div> | <span class="ic-verify-inline" data-status="{{{status|{{{1|Unverified}}}}}}"> | ||
<span class="ic-verify-inline" data-status="{{{status|{{{1|Unverified}}}}}}"> | {{{status|{{{1|Unverified}}}}}} | ||
</span> | |||
</span> | |||
| banner = | |||
<div class="ic-verify-banner" data-status="{{{status|{{{1|Unverified}}}}}}"> | |||
<strong>Verification status:</strong> {{{status|{{{1|Unverified}}}}}} | |||
</div> | |||
| both = | |||
<div class="ic-verify-banner" data-status="{{{status|{{{1|Unverified}}}}}}"> | |||
<strong>Verification status:</strong> {{{status|{{{1|Unverified}}}}}} | |||
</div> | |||
<span class="ic-verify-inline" data-status="{{{status|{{{1|Unverified}}}}}}"> | |||
{{{status|{{{1|Unverified}}}}}} | |||
</span> | |||
| #default = | |||
<div class="ic-verify-banner" data-status="{{{status|{{{1|Unverified}}}}}}"> | |||
<strong>Verification status:</strong> {{{status|{{{1|Unverified}}}}}} | |||
</div> | |||
<span class="ic-verify-inline" data-status="{{{status|{{{1|Unverified}}}}}}"> | |||
{{{status|{{{1|Unverified}}}}}} | |||
</span> | |||
}} | |||
</includeonly> | </includeonly> | ||
Revision as of 18:50, 16 December 2025
Displays verification status.
Usage:
{{#switch: both
| inline =
Verified
| banner =
| both =
Verified
| #default =
Verified
}}
{{#switch: both
| inline =
Partially Verified
| banner =
| both =
Partially Verified
| #default =
Partially Verified
}}
{{#switch: both
| inline =
Unverified
| banner =
| both =
Unverified
| #default =
Unverified
}}
Works in BOTH places:
- On the page: shows a banner
- Inside the infobox: shows a compact inline label (CSS controls which one is visible)