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 |
---|---|
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) | 'Antoxyde' |
Age of the user account (user_age) | 42 |
Page ID (page_id) | 10310 |
Page namespace (page_namespace) | 0 |
Page title (without namespace) (page_title) | '++brainfuck++' |
Full page title (page_prefixedtitle) | '++brainfuck++' |
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) | '++brainfuck++ - joke language , writed by [[User:Maximngy]] 27.05.2016.
That is updated version of [[Brainfuck]]
<p>That is ++Brainfuck++ and Brainfuck commands :</p>
{| class="wikitable"
|-
! BrainFuck !! ++BrainFuck++ !! Command
|-
| > || > || Move the pointer to the right
|-
| < || < || Move the pointer to the left
|-
| + || + || Increment the memory cell under the pointer
|-
| - || - || Decrement the memory cell under the pointer
|-
| . || . || Output the character signified by the cell at the pointer
|-
| , || , || Input a character and store it in the cell at the pointer
|-
| [ || { || Jump past the matching ] or } if the cell under the pointer is 0
|-
| ] || } || Jump back to the matching [ or { if the cell under the pointer is nonzero
|-
| none || c || Copying memory cell to temporary variable
|-
| none || p || Pasting memory to cell from temporary variable
|-
| none || o || Setting cell's memory to 0
|-
| none || e || Exiting from interpreter
|-
| none || n || Writing cell's memory by a number
|-
| none || r || Getting random number from 1 to 1000 and save it to cell
|}
Examles:
<code>
++c>pn>p.
</code>
<p>Output:</p>
<code>
2
�
</code>
<p>And this :</p>
<code>
rcn>p-.
</code>
<p>For examle(random) output this:</p>
<code>
509
Ǽ
</code>
<p>And this cool programm:(For example)</p>
<code>
rc+>p++>p+++{<.n}
</code>
<p>Write that:</p>
<p><code><br />
|124<br />
{123<br />
z122</code></p>
<p>
Thanks for reading me =3
</p>' |
New page wikitext, after the edit (new_wikitext) | '++brainfuck++ - joke language , writed by [[User:Maximngy]] 27.05.2016.
That is updated version of [[Brainfuck]]
<p>That is ++Brainfuck++ and Brainfuck commands :</p>
{| class="wikitable"
|-
! BrainFuck !! ++BrainFuck++ !! Command
|-
| > || > || Move the pointer to the right
|-
| < || < || Move the pointer to the left
|-
| + || + || Increment the memory cell under the pointer
|-
| - || - || Decrement the memory cell under the pointer
|-
| . || . || Output the character signified by the cell at the pointer
|-
| , || , || Input a character and store it in the cell at the pointer
|-
| [ || { || Jump past the matching ] or } if the cell under the pointer is 0
|-
| ] || } || Jump back to the matching [ or { if the cell under the pointer is nonzero
|-
| none || c || Copying memory cell to temporary variable
|-
| none || p || Pasting memory to cell from temporary variable
|-
| none || o || Setting cell's memory to 0
|-
| none || e || Exiting from interpreter
|-
| none || n || Writing cell's memory by a number
|-
| none || r || Getting random number from 1 to 1000 and save it to cell
|}
Examles:
<code>
++c>pn>p.
</code>
<p>Output:</p>
<code>
2
�
</code>
<p>And this :</p>
<code>
rcn>p-.
</code>
<p>For example(random) output this:</p>
<code>
509
Ǽ
</code>
<p>And this cool programm:(For example)</p>
<code>
rc+>p++>p+++{<.n}
</code>
<p>Write that:</p>
<p><code><br />
|124<br />
{123<br />
z122</code></p>
<p>
Thanks for reading me =3
</p>' |
Old page size (old_size) | 1461 |
Unix timestamp of change (timestamp) | 1513952136 |