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)
10
Name of the user account (user_name)
'BODOKE2801e'
Age of the user account (user_age)
549776
Page ID (page_id)
0
Page namespace (page_namespace)
0
Page title (without namespace) (page_title)
'ZecZec'
Full page title (page_prefixedtitle)
'ZecZec'
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)
'{{wrongtitle|title=<nowiki>>|<>|<</nowiki>}} >|<>|< is a language made by [[User:BODOKE2801e|BODOKE2801e]] here's all the things (n is a number, . is a thing, and .- is a boolean, also the amount of dots is the ID of the variable/boolean): ==Syntax== Here's the syntax: {| class="wikitable" |+ Outputters |- ! Code !! Name !! Description |- | (.) || Print || Prints . |- | (.<.->) || Print Conditional || Prints . if .- is true |- | (.>)> || Print and jump || Prints . and jumps the next command |- | (.)<.-> || Print and jump conditional || Prints . unconditionally and jumps the next command if .- is true |- | (.<.->>)> || Print conditional and jump || Prints . if .- is true and jumps to the next command unconditionally |- | (<.->.>)> || Print conditional and jump conditional || Prints . and jumps the next command if .- is true |} {| class="wikitable" |+ Shifters |- ! Code !! Name !! Description |- | n> || Jump n times || Skips the next n commands |- | >> or <nowiki>>|</nowiki> || End || Ends the program |- | <n || Go back n times || Goes back n times |- | << || Go to the start || Goes to the start |- | n>?<.-> || Jump conditional || Jumps n times if .- is true |- | <n?<.-> || Go back conditional || Goes back n times if .- is true |} {| class="wikitable" |+ Comparators |- ! Code !! Name !! Description |- |<nowiki <.-+|<> </nowiki>|| And || none |- |<nowiki> <.-* </nowiki>|<> || Or || none |- |<nowiki> -<.-> </nowiki> || Not || none |- |<nowiki> -<.-+|<> </nowiki> || Nand || none |- |<nowiki> -<.-*|<> </nowiki> || Nor || none |- |<nowiki> <.-^|<> </nowiki> || Xor || none |- |<nowiki> -<.-^|<> </nowiki> || Xnor || none |- |<nowiki> >.>|<< </nowiki> || Greater || Checks if . is greater than the last storage, then grabs the one which is higher (via unicode) |- |<nowiki> >.<|<< </nowiki> || Less || Checks if . is less than the last storage, then grabs the one which is lower (via unicode) |- | <.> || Storage || Stores . , When the marker has a value and passes through a storage, it will swap the stored thing, even if the storage has nothing |} {| class="wikitable" |+ Misc |- ! Code !! Header text !! Header text |- |<nowiki> >|< </nowiki>|| Intake || Intakes the input thing |- | ><.->< || Intake conditional || Intakes the input thing if .- is true |- | / || Escape || Escapes a character after it |- | -* || True || Boolean |- | *- || False || Boolean |- |<nowiki> |< </nowiki> || Last storage || Checks the last storage it met, if there's none, it's automatically *- |- | , || Separate || Separates stuff |- | >?< || Contain || Boolean that throws -* if the marker has a thing |} ==Examples== (Hello world!) prints "Hello world!" (Hello world!), << prints "Hello world! Hello world! Hello world! Hello world!"...'
Unified diff of changes made by edit (edit_diff)
'@@ -1,0 +1,96 @@ +{{wrongtitle|title=<nowiki>>|<>|<</nowiki>}} +>|<>|< is a language made by [[User:BODOKE2801e|BODOKE2801e]] here's all the things (n is a number, . is a thing, and .- is a boolean, also the amount of dots is the ID of the variable/boolean): + +==Syntax== + +Here's the syntax: + +{| class="wikitable" +|+ Outputters +|- +! Code !! Name !! Description +|- +| (.) || Print || Prints . +|- +| (.<.->) || Print Conditional || Prints . if .- is true +|- +| (.>)> || Print and jump || Prints . and jumps the next command +|- +| (.)<.-> || Print and jump conditional || Prints . unconditionally and jumps the next command if .- is true +|- +| (.<.->>)> || Print conditional and jump || Prints . if .- is true and jumps to the next command unconditionally +|- +| (<.->.>)> || Print conditional and jump conditional || Prints . and jumps the next command if .- is true +|} + +{| class="wikitable" +|+ Shifters +|- +! Code !! Name !! Description +|- +| n> || Jump n times || Skips the next n commands +|- +| >> or <nowiki>>|</nowiki> || End || Ends the program +|- +| <n || Go back n times || Goes back n times +|- +| << || Go to the start || Goes to the start +|- +| n>?<.-> || Jump conditional || Jumps n times if .- is true +|- +| <n?<.-> || Go back conditional || Goes back n times if .- is true +|} + +{| class="wikitable" +|+ Comparators +|- +! Code !! Name !! Description +|- +|<nowiki <.-+|<> </nowiki>|| And || none +|- +|<nowiki> <.-* </nowiki>|<> || Or || none +|- +|<nowiki> -<.-> </nowiki> || Not || none +|- +|<nowiki> -<.-+|<> </nowiki> || Nand || none +|- +|<nowiki> -<.-*|<> </nowiki> || Nor || none +|- +|<nowiki> <.-^|<> </nowiki> || Xor || none +|- +|<nowiki> -<.-^|<> </nowiki> || Xnor || none +|- +|<nowiki> >.>|<< </nowiki> || Greater || Checks if . is greater than the last storage, then grabs the one which is higher (via unicode) +|- +|<nowiki> >.<|<< </nowiki> || Less || Checks if . is less than the last storage, then grabs the one which is lower (via unicode) +|- +| <.> || Storage || Stores . , When the marker has a value and passes through a storage, it will swap the stored thing, even if the storage has nothing +|} + +{| class="wikitable" +|+ Misc +|- +! Code !! Header text !! Header text +|- +|<nowiki> >|< </nowiki>|| Intake || Intakes the input thing +|- +| ><.->< || Intake conditional || Intakes the input thing if .- is true +|- +| / || Escape || Escapes a character after it +|- +| -* || True || Boolean +|- +| *- || False || Boolean +|- +|<nowiki> |< </nowiki> || Last storage || Checks the last storage it met, if there's none, it's automatically *- +|- +| , || Separate || Separates stuff +|- +| >?< || Contain || Boolean that throws -* if the marker has a thing +|} + +==Examples== + +(Hello world!) prints "Hello world!" + +(Hello world!), << prints "Hello world! Hello world! Hello world! Hello world!"... '
New page size (new_size)
2750
Old page size (old_size)
0
Lines added in edit (added_lines)
[ 0 => '{{wrongtitle|title=<nowiki>>|<>|<</nowiki>}}', 1 => '>|<>|< is a language made by [[User:BODOKE2801e|BODOKE2801e]] here's all the things (n is a number, . is a thing, and .- is a boolean, also the amount of dots is the ID of the variable/boolean):', 2 => '', 3 => '==Syntax==', 4 => '', 5 => 'Here's the syntax:', 6 => '', 7 => '{| class="wikitable"', 8 => '|+ Outputters', 9 => '|-', 10 => '! Code !! Name !! Description', 11 => '|-', 12 => '| (.) || Print || Prints .', 13 => '|-', 14 => '| (.<.->) || Print Conditional || Prints . if .- is true', 15 => '|-', 16 => '| (.>)> || Print and jump || Prints . and jumps the next command', 17 => '|-', 18 => '| (.)<.-> || Print and jump conditional || Prints . unconditionally and jumps the next command if .- is true', 19 => '|-', 20 => '| (.<.->>)> || Print conditional and jump || Prints . if .- is true and jumps to the next command unconditionally', 21 => '|-', 22 => '| (<.->.>)> || Print conditional and jump conditional || Prints . and jumps the next command if .- is true', 23 => '|}', 24 => '', 25 => '{| class="wikitable"', 26 => '|+ Shifters', 27 => '|-', 28 => '! Code !! Name !! Description', 29 => '|-', 30 => '| n> || Jump n times || Skips the next n commands', 31 => '|-', 32 => '| >> or <nowiki>>|</nowiki> || End || Ends the program', 33 => '|-', 34 => '| <n || Go back n times || Goes back n times', 35 => '|-', 36 => '| << || Go to the start || Goes to the start', 37 => '|-', 38 => '| n>?<.-> || Jump conditional || Jumps n times if .- is true', 39 => '|-', 40 => '| <n?<.-> || Go back conditional || Goes back n times if .- is true', 41 => '|}', 42 => '', 43 => '{| class="wikitable"', 44 => '|+ Comparators', 45 => '|-', 46 => '! Code !! Name !! Description', 47 => '|-', 48 => '|<nowiki <.-+|<> </nowiki>|| And || none', 49 => '|-', 50 => '|<nowiki> <.-* </nowiki>|<> || Or || none', 51 => '|-', 52 => '|<nowiki> -<.-> </nowiki> || Not || none', 53 => '|-', 54 => '|<nowiki> -<.-+|<> </nowiki> || Nand || none', 55 => '|-', 56 => '|<nowiki> -<.-*|<> </nowiki> || Nor || none', 57 => '|-', 58 => '|<nowiki> <.-^|<> </nowiki> || Xor || none', 59 => '|-', 60 => '|<nowiki> -<.-^|<> </nowiki> || Xnor || none', 61 => '|-', 62 => '|<nowiki> >.>|<< </nowiki> || Greater || Checks if . is greater than the last storage, then grabs the one which is higher (via unicode)', 63 => '|-', 64 => '|<nowiki> >.<|<< </nowiki> || Less || Checks if . is less than the last storage, then grabs the one which is lower (via unicode)', 65 => '|-', 66 => '| <.> || Storage || Stores . , When the marker has a value and passes through a storage, it will swap the stored thing, even if the storage has nothing', 67 => '|}', 68 => '', 69 => '{| class="wikitable"', 70 => '|+ Misc', 71 => '|-', 72 => '! Code !! Header text !! Header text', 73 => '|-', 74 => '|<nowiki> >|< </nowiki>|| Intake || Intakes the input thing', 75 => '|-', 76 => '| ><.->< || Intake conditional || Intakes the input thing if .- is true', 77 => '|-', 78 => '| / || Escape || Escapes a character after it', 79 => '|-', 80 => '| -* || True || Boolean', 81 => '|-', 82 => '| *- || False || Boolean', 83 => '|-', 84 => '|<nowiki> |< </nowiki> || Last storage || Checks the last storage it met, if there's none, it's automatically *-', 85 => '|-', 86 => '| , || Separate || Separates stuff', 87 => '|-', 88 => '| >?< || Contain || Boolean that throws -* if the marker has a thing', 89 => '|}', 90 => '', 91 => '==Examples==', 92 => '', 93 => '(Hello world!) prints "Hello world!"', 94 => '', 95 => '(Hello world!), << prints "Hello world! Hello world! Hello world! Hello world!"...' ]
Unix timestamp of change (timestamp)
'1770441876'