Abuse filter log

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search
Details for log entry 7,027

22:21, 13 December 2017: K1nzy (talk | contribs) triggered filter 9, performing the action "edit" on Kappa. Actions taken: Disallow; Filter description: require new users to introduce themselves (examine)

Changes made in edit

  +
Kappa, a new working lang in javascript
Kappa was created by k1nzy, although this wiki was (mostly) written by Minin, other edits are other users. It was intended to be simple to write and work with. The earliest thought-of uses for it was to host and create [http://discordapp.com Discord] bots.
 
   
  +
# examples
== Examples ==
 
Hello World
 
console.log("Hello, World!")
 
   
Connect to WebSocket
+
<pre> // WebSocket Connections
new WebsocketConnection {example.com/api}
+
new WebsocketConnection {example.com/api}.then(onConnection += {
  +
console.log("Connected to" + websocketConnection + "!")
 
  +
} += )
on("200").console.log("there was a 200 error responce")
 
  +
 
  +
ifn(WebsocketConnection = "200") {console.log("There was a 200 error responce connecting to" + WebsocketConnection).then(onConnection += {
auth = "Bearer"
 
  +
onConnection.stop()
 
  +
} += )
WebSocketConnection.auth.login()
 
  +
</pre>

Action parameters

VariableValue
Whether or not the edit is marked as minor (no longer in use) (minor_edit)
false
Edit count of the user (user_editcount)
0
Name of the user account (user_name)
'K1nzy'
Age of the user account (user_age)
1415
Page ID (page_id)
11470
Page namespace (page_namespace)
0
Page title (without namespace) (page_title)
'Kappa'
Full page title (page_prefixedtitle)
'Kappa'
Action (action)
'edit'
Edit summary/reason (summary)
''
Old content model (old_content_model)
'wikitext'
New content model (new_content_model)
'wikitext'
Old page wikitext, before the edit (old_wikitext)
'Kappa was created by k1nzy, although this wiki was (mostly) written by Minin, other edits are other users. It was intended to be simple to write and work with. The earliest thought-of uses for it was to host and create [http://discordapp.com Discord] bots. == Examples == Hello World console.log("Hello, World!") Connect to WebSocket new WebsocketConnection {example.com/api} on("200").console.log("there was a 200 error responce") auth = "Bearer" WebSocketConnection.auth.login()'
New page wikitext, after the edit (new_wikitext)
'Kappa, a new working lang in javascript # examples <pre> // WebSocket Connections new WebsocketConnection {example.com/api}.then(onConnection += { console.log("Connected to" + websocketConnection + "!") } += ) ifn(WebsocketConnection = "200") {console.log("There was a 200 error responce connecting to" + WebsocketConnection).then(onConnection += { onConnection.stop() } += ) </pre> '
Old page size (old_size)
493
Unix timestamp of change (timestamp)
1513203710