Template:Sockpuppeteer/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(→‎Categories: use __NOINDEX__)
(Those examples were squeezed really. Altered content of the second columns, adding some spaces here and there. The third columns are now bigger.)
Line 2:
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{notice|Please do not [[WP:SUBST|substitute]] this template.}}
=== Usage===
====Non-checkuser usage====
{| class="mbox-inside wikitable"
! Usage
! Code
!width style="width:50%" | Output
|-
| Not blocked
Line 25:
| {{sockpuppeteer|proven|category=}}
|-
| Proven via a [[Wikipedia:Sockpuppet investigations]] report, not blocked, SPI page given and '''not''' the name of the user being tagged. <small>The template will automatically link to the spipage of the user being tagged if it exists.</small>
| <code><nowiki>{{sockpuppeteer|spipage= Example user}}</nowiki></code>
| {{sockpuppeteer|spipage=Example user}}
|-
| Proven via a [[Wikipedia:Sockpuppet investigations]] report, blocked, SPI page given and '''not''' the name of the user being tagged. <small>The template will automatically link to the spipage of the user being tagged if it exists.</small>
| <code><nowiki>{{sockpuppeteer|blocked| spipage=Example user}}</nowiki></code>
| {{sockpuppeteer|blocked|spipage=Example user}}
|-
| Blocked with specific non-[[Wikipedia:Sockpuppet investigations]] evidence
| <code><nowiki>{{sockpuppeteer|blocked| evidence=[[Foo]]}}</nowiki>;</code>
| {{sockpuppeteer|blocked|evidence=[[Foo]]|category=}}
|}
Line 49:
|-
| Blocked
| <code><nowiki>{{sockpuppeteer|blocked| checked=yes}}</nowiki></code>
| {{sockpuppeteer|blocked|checked=yes|category=}}
|-
| Checked via a [[Wikipedia:Sockpuppet investigations]] report, not blocked, SPI page given and '''not''' the name of the user being tagged. <small>The template will automatically link to the spipage of the user being tagged if it exists.</small>
| <code><nowiki>{{sockpuppeteer|checked=yes| spipage=Example user}}</nowiki></code>
| {{sockpuppeteer|checked=yes|spipage=Example user}}
|-
| Checked via a [[Wikipedia:Sockpuppet investigations]] report, blocked, SPI page given and '''not''' the name of the user being tagged. <small>The template will automatically link to the spipage of the user being tagged if it exists.</small>
| <code><nowiki>{{sockpuppeteer|blocked| checked=yes|spipage=Example user}}</nowiki></code>
| {{sockpuppeteer|checked=yes|blocked|spipage=Example user}}