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) | 7 |
Name of the user account (user_name) | 'Sourceguy' |
Age of the user account (user_age) | 44677072 |
Page ID (page_id) | 0 |
Page namespace (page_namespace) | 0 |
Page title (without namespace) (page_title) | 'Bfppp' |
Full page title (page_prefixedtitle) | 'Bfppp' |
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) | ''''Bfppp''' is an esolang created by [[User:Sourceguy|User:Sourceguy]]. It's an extension of Brainfuck. It contains a standard library, that makes coding in it a bit easier.
== Instructions ==
'''Bfppp supports all Brainfuck instructions, and includes some new ones:'''
* # - Comment
* @ - reset current cell
* $ - output current cell as number
* %''name''{''arguments''}(''body'') - define a function
* ?''name''{''arguments''} - call a function
* = - set current cell to the next character's cell ASCII value
* !''filename'' - import external file and execute its contents
== std/io.bfppp ==
The github repo includes a file named io.bfppp inside the std folder:
%printChar{o}(=o.)
%inputChar{}(,)' |
Unified diff of changes made by edit (edit_diff) | '@@ -1,0 +1,20 @@
+'''Bfppp''' is an esolang created by [[User:Sourceguy|User:Sourceguy]]. It's an extension of Brainfuck. It contains a standard library, that makes coding in it a bit easier.
+
+
+== Instructions ==
+
+'''Bfppp supports all Brainfuck instructions, and includes some new ones:'''
+
+* # - Comment
+* @ - reset current cell
+* $ - output current cell as number
+* %''name''{''arguments''}(''body'') - define a function
+* ?''name''{''arguments''} - call a function
+* = - set current cell to the next character's cell ASCII value
+* !''filename'' - import external file and execute its contents
+
+== std/io.bfppp ==
+The github repo includes a file named io.bfppp inside the std folder:
+
+ %printChar{o}(=o.)
+ %inputChar{}(,)
' |
New page size (new_size) | 706 |
Old page size (old_size) | 0 |
Lines added in edit (added_lines) | [
0 => ''''Bfppp''' is an esolang created by [[User:Sourceguy|User:Sourceguy]]. It's an extension of Brainfuck. It contains a standard library, that makes coding in it a bit easier.',
1 => '',
2 => '',
3 => '== Instructions ==',
4 => '',
5 => ''''Bfppp supports all Brainfuck instructions, and includes some new ones:'''',
6 => '',
7 => '* # - Comment',
8 => '* @ - reset current cell',
9 => '* $ - output current cell as number',
10 => '* %''name''{''arguments''}(''body'') - define a function',
11 => '* ?''name''{''arguments''} - call a function',
12 => '* = - set current cell to the next character's cell ASCII value',
13 => '* !''filename'' - import external file and execute its contents',
14 => '',
15 => '== std/io.bfppp ==',
16 => 'The github repo includes a file named io.bfppp inside the std folder:',
17 => '',
18 => ' %printChar{o}(=o.)',
19 => ' %inputChar{}(,)'
] |
Unix timestamp of change (timestamp) | '1769276757' |