Examine individual changes
This page allows you to examine the variables generated by the Abuse Filter for an individual change.
Variables generated for this change
Variable | Value |
---|---|
Edit count of the user (user_editcount) | 0 |
Name of the user account (user_name) | 'Alwaqad' |
Age of the user account (user_age) | 48729 |
Page ID (page_id) | 0 |
Page namespace (page_namespace) | 0 |
Page title (without namespace) (page_title) | 'Thread' |
Full page title (page_prefixedtitle) | 'Thread' |
Action (action) | 'edit' |
Edit summary/reason (summary) | '' |
Old content model (old_content_model) | '' |
New content model (new_content_model) | 'wikitext' |
Old page wikitext, before the edit (old_wikitext) | '' |
New page wikitext, after the edit (new_wikitext) | '== Introduction ==
'''Thread Language''' is a '''mini file-based programming language'''. Instead of writing code inside files, you encode the program directly in the '''filename'''. The file must be empty, and its name defines the syntax.
== How it Works ==
'''File extension:''' must be .th
''' Empty file: ''' the file content must be empty.
== Syntax ==
<code> for printstr("text ||", [command]).th</code>
"text" → String to be printed.
commands → Optional rates are separated by . Like repeat:n and reverse.
|| → Add new line.
== Examples ==
=== Hello, World! ===
Input:
<code> for printstr("Hello, World!")</code>
Output:
<code>Hello, World!</code>' |
Unified diff of changes made by edit (edit_diff) | '@@ -1,0 +1,26 @@
+== Introduction ==
+
+'''Thread Language''' is a '''mini file-based programming language'''. Instead of writing code inside files, you encode the program directly in the '''filename'''. The file must be empty, and its name defines the syntax.
+
+== How it Works ==
+'''File extension:''' must be .th
+
+''' Empty file: ''' the file content must be empty.
+
+== Syntax ==
+<code> for printstr("text ||", [command]).th</code>
+
+"text" → String to be printed.
+
+commands → Optional rates are separated by . Like repeat:n and reverse.
+
+|| → Add new line.
+
+
+== Examples ==
+=== Hello, World! ===
+Input:
+<code> for printstr("Hello, World!")</code>
+
+Output:
+<code>Hello, World!</code>
' |
New page size (new_size) | 673 |
Old page size (old_size) | 0 |
Lines added in edit (added_lines) | [
0 => '== Introduction ==',
1 => '',
2 => ''''Thread Language''' is a '''mini file-based programming language'''. Instead of writing code inside files, you encode the program directly in the '''filename'''. The file must be empty, and its name defines the syntax.',
3 => '',
4 => '== How it Works == ',
5 => ''''File extension:''' must be .th',
6 => '',
7 => '''' Empty file: ''' the file content must be empty.',
8 => '',
9 => '== Syntax ==',
10 => '<code> for printstr("text ||", [command]).th</code>',
11 => '',
12 => '"text" → String to be printed. ',
13 => '',
14 => 'commands → Optional rates are separated by . Like repeat:n and reverse.',
15 => '',
16 => '|| → Add new line.',
17 => '',
18 => '',
19 => '== Examples ==',
20 => '=== Hello, World! ===',
21 => 'Input:',
22 => '<code> for printstr("Hello, World!")</code>',
23 => '',
24 => 'Output: ',
25 => '<code>Hello, World!</code>'
] |
Unix timestamp of change (timestamp) | '1757924636' |