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) | 40 |
Name of the user account (user_name) | 'TheSpiderNinjas' |
Age of the user account (user_age) | 14786495 |
Page ID (page_id) | 23655 |
Page namespace (page_namespace) | 0 |
Page title (without namespace) (page_title) | 'Sigq' |
Full page title (page_prefixedtitle) | 'Sigq' |
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) | 'Created by [[User:TheSpiderNinjas]]
== Stuff ==
<pre>
!
True
?
False
!?!
Binary, ! for 1 and ? for 0
1
Variable
{7}
Number, only works as a value
0 = !?!
Set a var to a value ^= for specifically bool #= for specifically int
0? [ ]
If the value is true run the block of code
0? < >
While the value is true run the loop
0? [ ]
If the value is true jump to specified label
0::1 [ ]
If the values are equal run the block of code
0::1 < >
While the values are equal
0::1 @label
If the values are equal jump to specified label
@label
Jump to specified label
label:
Declare label
0~
Halt program if value is true
~
Unconditional Halt
0. (int)
Print value as ASCII
0. (bool)
Print value as 0 / 1
0$ (int)
Accept input as ASCII
0$ (bool)
Accept input as 0 / 1
^0
Convert value to bool
#0
Convert value to int
0!
NOT, NOTs a value
0&1
AND, ANDs two values
0|1
OR, ORs two values
{ !?! }
Value, just a literal
[ ... ]
Block of code, Runs the code inside
( ... )
Parentheses, order of operations
< ... >
Loop, Like the block of code but loops forever
;Comment
Comment, Self explanatory
</pre>
== Examples ==
=== Truth Machine ===
^0$ ;Get input (0/1)
0? <0.> ;If 1 print input forever (1)
0. ;Print input
=== Cat program ===
<0$ 0.> ;Loop forever between getting input and outputting it
=== Hello World ===
{72}. {101}. {108}. {108}. {111}. {44}. {32}. {87}. {111}. {114}. {108}. {100}. {33}.' |
New page wikitext, after the edit (new_wikitext) | 'Created by [[User:TheSpiderNinjas|TheSpiderNinjas]]
== Stuff ==
<pre>
!
True
?
False
!?!
Binary, ! for 1 and ? for 0
1
Variable
{7}
Number, only works as a value
0 = !?!
Set a var to a value ^= for specifically bool #= for specifically int
0? [ ]
If the value is true run the block of code
0? < >
While the value is true run the loop
0? [ ]
If the value is true jump to specified label
0::1 [ ]
If the values are equal run the block of code
0::1 < >
While the values are equal
0::1 @label
If the values are equal jump to specified label
@label
Jump to specified label
label:
Declare label
0~
Halt program if value is true
~
Unconditional Halt
0. (int)
Print value as ASCII
0. (bool)
Print value as 0 / 1
0$ (int)
Accept input as ASCII
0$ (bool)
Accept input as 0 / 1
^0
Convert value to bool
#0
Convert value to int
0!
NOT, NOTs a value
0&1
AND, ANDs two values
0|1
OR, ORs two values
{ !?! }
Value, just a literal
[ ... ]
Block of code, Runs the code inside
( ... )
Parentheses, order of operations
< ... >
Loop, Like the block of code but loops forever
;Comment
Comment, Self explanatory
</pre>
== Examples ==
=== Truth Machine ===
^0$ ;Get input (0/1)
0? <0.> ;If 1 print input forever (1)
0. ;Print input
=== Cat program ===
<0$ 0.> ;Loop forever between getting input and outputting it
=== Hello World ===
{72}. {101}. {108}. {108}. {111}. {44}. {32}. {87}. {111}. {114}. {108}. {100}. {33}.
== Computational Class ==
Probably turing complete idk ¯\_(ツ)_/¯
[[Category:Languages]]
[[Category:2025]]
[[Category:Low-level]]' |
Unified diff of changes made by edit (edit_diff) | '@@ -1,3 +1,3 @@
-Created by [[User:TheSpiderNinjas]]
+Created by [[User:TheSpiderNinjas|TheSpiderNinjas]]
== Stuff ==
@@ -105,2 +105,9 @@
=== Hello World ===
{72}. {101}. {108}. {108}. {111}. {44}. {32}. {87}. {111}. {114}. {108}. {100}. {33}.
+
+== Computational Class ==
+Probably turing complete idk ¯\_(ツ)_/¯
+
+[[Category:Languages]]
+[[Category:2025]]
+[[Category:Low-level]]
' |
New page size (new_size) | 1571 |
Old page size (old_size) | 1420 |
Lines added in edit (added_lines) | [
0 => 'Created by [[User:TheSpiderNinjas|TheSpiderNinjas]]',
1 => '',
2 => '== Computational Class ==',
3 => 'Probably turing complete idk ¯\_(ツ)_/¯',
4 => '',
5 => '[[Category:Languages]]',
6 => '[[Category:2025]]',
7 => '[[Category:Low-level]]'
] |
Unix timestamp of change (timestamp) | '1759594733' |