Template:Verification: Difference between revisions
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
{{Verification|Unverified}} | {{Verification|Unverified}} | ||
Note: | |||
- | This template always outputs BOTH: | ||
- | - an inline label (for infobox) | ||
</noinclude><includeonly> | - a banner (for the page body) | ||
CSS decides which one is visible where. | |||
</noinclude> | |||
<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}}}}}}"> | <div class="ic-verify-banner" data-status="{{{status|{{{1|Unverified}}}}}}"> | ||
<strong>Verification status:</strong> {{{status|{{{1|Unverified}}}}}} | |||
</div> | </div> | ||
</includeonly> | </includeonly> | ||