Template:Hacker: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(updated UNKNOWN message)
(spaced the template code out and added something that -should- make {{{1}}} be case-insensitive)
Line 3: Line 3:
This user is a hacker deemed:
This user is a hacker deemed:


{{#ifeq:{{{1}}}|SUSPECTED|<span style="color:yellow">'''SUSPECTED'''</span>: Strange behavior observed. Watch any edits they make and attempt to communicate.|}}{{#ifeq:{{{1}}}|suspected|<span style="color:yellow">'''SUSPECTED'''</span>: Strange behavior observed. Watch any edits they make and attempt to communicate.|}}{{#ifeq:{{{1}}}|UNKNOWN|<span style="color:grey">'''UNKNOWN'''</span>: Clear hacking attempt observed. Watch any edits they make and attempt to communicate.|}}{{#ifeq:{{{1}}}|unknown|<span style="color:grey">'''UNKNOWN'''</span>: Clear hacking attempt observed. Watch any edits they make and attempt to communicate.|}}{{#ifeq:{{{1}}}|MALICIOUS|<span style="color:red">'''MALICIOUS'''</span>: Stay safe, and possibly contact Valve!|}}{{#ifeq:{{{1}}}|malicious|<span style="color:red">'''MALICIOUS'''</span>: Stay safe, and possibly contact Valve!|}}{{#ifeq:{{{1}}}|FRIENDLY|<span style="color:green">'''FRIENDLY'''</span>: Let them do their thing.|}}{{#ifeq:{{{1}}}|friendly|<span style="color:green">'''FRIENDLY'''</span>: Let them do their thing.|}}
<!---
--->{{#ifeq:{{uc:{{{1}}}}}|SUSPECTED|<span style="color:yellow">'''SUSPECTED'''</span>: Strange behavior observed. Watch any edits they make and attempt to communicate.|}}<!---
--->{{#ifeq:{{uc:{{{1}}}}}|UNKNOWN|<span style="color:grey">'''UNKNOWN'''</span>: Clear hacking attempt observed. Watch any edits they make and attempt to communicate.|}}<!---
--->{{#ifeq:{{uc:{{{1}}}}}|MALICIOUS|<span style="color:red">'''MALICIOUS'''</span>: Stay safe, and possibly contact Valve!|}}<!---
--->{{#ifeq:{{uc:{{{1}}}}}|FRIENDLY|<span style="color:green">'''FRIENDLY'''</span>: Let them do their thing.|}}


''See: [[User:Pinsplash/How to deal with hackers|How to deal with hackers]]</includeonly><noinclude>
''See: [[User:Pinsplash/How to deal with hackers|How to deal with hackers]]</includeonly><noinclude>
Line 19: Line 23:


<pre>{{hacker|UNKNOWN}}</pre>
<pre>{{hacker|UNKNOWN}}</pre>
{{hacker|UNKNOWN}}
{{hacker|unknown}}


[[Category:Notice Templates]]</noinclude>
[[Category:Notice Templates]]</noinclude>

Revision as of 03:43, 10 August 2018


This is a template for marking accounts of hackers for the future, in the wake of the Early July 2018 hacking incident. It accepts SUSPECTED, UNKNOWN, MALICIOUS, and FRIENDLY as parameters.

{{hacker|SUSPECTED}}
Info content.png

This user is a hacker deemed:

SUSPECTED: Strange behavior observed. Watch any edits they make and attempt to communicate.

See: How to deal with hackers

{{hacker|FRIENDLY}}
Info content.png

This user is a hacker deemed:

FRIENDLY: Let them do their thing.

See: How to deal with hackers

{{hacker|MALICIOUS}}
Info content.png

This user is a hacker deemed:

MALICIOUS: Stay safe, and possibly contact Valve!

See: How to deal with hackers

{{hacker|UNKNOWN}}
Info content.png

This user is a hacker deemed:

UNKNOWN: Clear hacking attempt observed. Watch any edits they make and attempt to communicate.

See: How to deal with hackers