|
|
| Line 7: |
Line 7: |
| {{Verification|Unverified}} | | {{Verification|Unverified}} |
|
| |
|
| Optional:
| | Note: |
| |mode=inline → inline label only
| | This template always outputs BOTH: |
| |mode=banner → banner only
| | - an inline label (for infobox) |
| |mode=both → banner + inline
| | - a banner (for the page body) |
| | |
| | CSS decides which one is visible where. |
| </noinclude> | | </noinclude> |
| <includeonly>{{#switch: {{{mode|both}}} | | <includeonly> |
| | inline = {{#tag:span
| | <span class="ic-verify-inline" data-status="{{{status|{{{1|Unverified}}}}}}"> |
| | {{{status|{{{1|Unverified}}}}}}
| | {{{status|{{{1|Unverified}}}}}} |
| | class=ic-verify-inline
| | </span> |
| | data-status={{{status|{{{1|Unverified}}}}}}
| | <div class="ic-verify-banner" data-status="{{{status|{{{1|Unverified}}}}}}"> |
| }}
| | <strong>Verification status:</strong> {{{status|{{{1|Unverified}}}}}} |
| | banner = {{#tag:div
| | </div> |
| | <strong>Verification status:</strong> {{{status|{{{1|Unverified}}}}}}
| | </includeonly> |
| | class=ic-verify-banner
| |
| | data-status={{{status|{{{1|Unverified}}}}}}
| |
| }}
| |
| | both = {{#tag:div
| |
| | <strong>Verification status:</strong> {{{status|{{{1|Unverified}}}}}}
| |
| | class=ic-verify-banner
| |
| | data-status={{{status|{{{1|Unverified}}}}}}
| |
| }}{{#tag:span
| |
| | {{{status|{{{1|Unverified}}}}}}
| |
| | class=ic-verify-inline
| |
| | data-status={{{status|{{{1|Unverified}}}}}}
| |
| }}
| |
| | #default = {{#tag:div
| |
| | <strong>Verification status:</strong> {{{status|{{{1|Unverified}}}}}}
| |
| | class=ic-verify-banner
| |
| | data-status={{{status|{{{1|Unverified}}}}}}
| |
| }}{{#tag:span
| |
| | {{{status|{{{1|Unverified}}}}}}
| |
| | class=ic-verify-inline
| |
| | data-status={{{status|{{{1|Unverified}}}}}}
| |
| }}
| |
| }}</includeonly>
| |