Examine individual changes

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search

This page allows you to examine the variables generated by the Abuse Filter for an individual change.

Variables generated for this change

VariableValue
Edit count of the user (user_editcount)
2
Name of the user account (user_name)
'FurCantCodeAnything'
Age of the user account (user_age)
13247
Page ID (page_id)
0
Page namespace (page_namespace)
0
Page title (without namespace) (page_title)
'REdACT'
Full page title (page_prefixedtitle)
'REdACT'
Action (action)
'edit'
Edit summary/reason (summary)
'fun'
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)
'= REdACT = <small>(also known as "REDACT" or "REACT")</small> ==== Background ==== REdACT is a esolang based coding language that mainly uses block characters ("█", "▓", etc...) made by "[[User:FurCantCodeAnything|Fur]]" and is heavily inspired by [[brainfuck]] and [[whitespace]] First thought of at '''3/1/2025'''. This was created for a academic coding project for '''3/18/2025''' <small>(As of current, still being worked on)</small>. It is meant to look like a overly redacted document as a parody of people who overuse the "█" symbol. Its main way of data storage is similar to [[brainfuck]]'s, however, instead of being a 1D plane, its a 2D plane As of the time of this article being written, there is no interpreter made yet however there is one in progress by the creator. ==== Syntax ==== █ - Select ██ - Add 1 ███ - Subtract 1 ▌██ - Move pointer Left ██▐ - Move Pointer Right █▐▐ - Expand Drive X █▄▄ - Expand Drive Y █▄█ - Move Pointer Down █▀█ - Move Pointer Up ▓ - Next Instruction ▒ - Hold (Saves the current selected data) ▒▒ - Hold (Saves the current selected data) ▒▒▒ - Hold (Saves the current selected data) <small>and etc for every new saved interger</small> ▇ - If Equal To ▇▇ - Perform basic Divison ▇▇▇ - Perform basic Multiplication ▆ - Loop Start ▇▇ - Loop End ▉- Stop loop ▊- Print Current Selected Data as ASCII ==== Example Programs ==== ===== Hello World: ===== █▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓ << Expand the Drive by 10 in the X axis for each character of Hello World! ██▓██▓ << Repeated 70 more times... Represents "H" in ASCII ▊▓ << Print "H" ██▐ << Move Pointer Right ██▓██▓ << Repeated 99 more times... ▊▓ << Print "e" ██▐ << Move Pointer Right ██▓██▓ << Repeated 106 more times... ▊▓ << Print "l" ██▐ << Move Pointer Right ██▓██▓ << Repeated 106 more times... ▊▓ << Print "l" ██▐ << Move Pointer Right ██▓██▓ << Repeated 109 more times... ▊▓ << Print "o" ██▐ << Move Pointer Right ██▓██▓ << Repeated 30 more times... ▊▓ << Print " " ██▐ << Move Pointer Right << and etc for each letter.'
Unified diff of changes made by edit (edit_diff)
'@@ -1,0 +1,78 @@ += REdACT = +<small>(also known as "REDACT" or "REACT")</small> + +==== Background ==== + +REdACT is a esolang based coding language that mainly uses block characters ("█", "▓", etc...) made by "[[User:FurCantCodeAnything|Fur]]" and is heavily inspired by [[brainfuck]] and [[whitespace]] + +First thought of at '''3/1/2025'''. This was created for a academic coding project for '''3/18/2025''' <small>(As of current, still being worked on)</small>. It is meant to look like a overly redacted document as a parody of people who overuse the "█" symbol. + +Its main way of data storage is similar to [[brainfuck]]'s, however, instead of being a 1D plane, its a 2D plane + +As of the time of this article being written, there is no interpreter made yet however there is one in progress by the creator. + +==== Syntax ==== + █ - Select + + ██ - Add 1 + + ███ - Subtract 1 + + ▌██ - Move pointer Left + + ██▐ - Move Pointer Right + + █▐▐ - Expand Drive X + + █▄▄ - Expand Drive Y + + █▄█ - Move Pointer Down + + █▀█ - Move Pointer Up + + ▓ - Next Instruction + + ▒ - Hold (Saves the current selected data) + + ▒▒ - Hold (Saves the current selected data) + + ▒▒▒ - Hold (Saves the current selected data) + <small>and etc for every new saved interger</small> + + ▇ - If Equal To + + ▇▇ - Perform basic Divison + + ▇▇▇ - Perform basic Multiplication + + ▆ - Loop Start + + ▇▇ - Loop End + + ▉- Stop loop + + ▊- Print Current Selected Data as ASCII + +==== Example Programs ==== +===== Hello World: ===== + + █▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓ << Expand the Drive by 10 in the X axis for each character of Hello World! + ██▓██▓ << Repeated 70 more times... Represents "H" in ASCII + ▊▓ << Print "H" + ██▐ << Move Pointer Right + ██▓██▓ << Repeated 99 more times... + ▊▓ << Print "e" + ██▐ << Move Pointer Right + ██▓██▓ << Repeated 106 more times... + ▊▓ << Print "l" + ██▐ << Move Pointer Right + ██▓██▓ << Repeated 106 more times... + ▊▓ << Print "l" + ██▐ << Move Pointer Right + ██▓██▓ << Repeated 109 more times... + ▊▓ << Print "o" + ██▐ << Move Pointer Right + ██▓██▓ << Repeated 30 more times... + ▊▓ << Print " " + ██▐ << Move Pointer Right + << and etc for each letter. '
New page size (new_size)
2443
Old page size (old_size)
0
Lines added in edit (added_lines)
[ 0 => '= REdACT =', 1 => '<small>(also known as "REDACT" or "REACT")</small>', 2 => '', 3 => '==== Background ====', 4 => '', 5 => 'REdACT is a esolang based coding language that mainly uses block characters ("█", "▓", etc...) made by "[[User:FurCantCodeAnything|Fur]]" and is heavily inspired by [[brainfuck]] and [[whitespace]]', 6 => '', 7 => 'First thought of at '''3/1/2025'''. This was created for a academic coding project for '''3/18/2025''' <small>(As of current, still being worked on)</small>. It is meant to look like a overly redacted document as a parody of people who overuse the "█" symbol.', 8 => '', 9 => 'Its main way of data storage is similar to [[brainfuck]]'s, however, instead of being a 1D plane, its a 2D plane', 10 => '', 11 => 'As of the time of this article being written, there is no interpreter made yet however there is one in progress by the creator.', 12 => '', 13 => '==== Syntax ====', 14 => ' █ - Select', 15 => '', 16 => ' ██ - Add 1', 17 => '', 18 => ' ███ - Subtract 1', 19 => '', 20 => ' ▌██ - Move pointer Left', 21 => '', 22 => ' ██▐ - Move Pointer Right', 23 => '', 24 => ' █▐▐ - Expand Drive X', 25 => '', 26 => ' █▄▄ - Expand Drive Y', 27 => '', 28 => ' █▄█ - Move Pointer Down', 29 => '', 30 => ' █▀█ - Move Pointer Up', 31 => '', 32 => ' ▓ - Next Instruction', 33 => '', 34 => ' ▒ - Hold (Saves the current selected data)', 35 => '', 36 => ' ▒▒ - Hold (Saves the current selected data)', 37 => '', 38 => ' ▒▒▒ - Hold (Saves the current selected data)', 39 => ' <small>and etc for every new saved interger</small>', 40 => '', 41 => ' ▇ - If Equal To', 42 => '', 43 => ' ▇▇ - Perform basic Divison', 44 => '', 45 => ' ▇▇▇ - Perform basic Multiplication', 46 => '', 47 => ' ▆ - Loop Start', 48 => '', 49 => ' ▇▇ - Loop End', 50 => '', 51 => ' ▉- Stop loop', 52 => '', 53 => ' ▊- Print Current Selected Data as ASCII', 54 => '', 55 => '==== Example Programs ====', 56 => '===== Hello World: =====', 57 => '', 58 => ' █▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓█▐▐▓ << Expand the Drive by 10 in the X axis for each character of Hello World!', 59 => ' ██▓██▓ << Repeated 70 more times... Represents "H" in ASCII', 60 => ' ▊▓ << Print "H"', 61 => ' ██▐ << Move Pointer Right', 62 => ' ██▓██▓ << Repeated 99 more times...', 63 => ' ▊▓ << Print "e"', 64 => ' ██▐ << Move Pointer Right', 65 => ' ██▓██▓ << Repeated 106 more times...', 66 => ' ▊▓ << Print "l"', 67 => ' ██▐ << Move Pointer Right', 68 => ' ██▓██▓ << Repeated 106 more times...', 69 => ' ▊▓ << Print "l"', 70 => ' ██▐ << Move Pointer Right', 71 => ' ██▓██▓ << Repeated 109 more times...', 72 => ' ▊▓ << Print "o"', 73 => ' ██▐ << Move Pointer Right', 74 => ' ██▓██▓ << Repeated 30 more times...', 75 => ' ▊▓ << Print " "', 76 => ' ██▐ << Move Pointer Right', 77 => ' << and etc for each letter.' ]
Unix timestamp of change (timestamp)
'1740959199'