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) | 0 |
Name of the user account (user_name) | 'Yayimhere' |
Age of the user account (user_age) | 4045 |
Page ID (page_id) | 0 |
Page namespace (page_namespace) | 0 |
Page title (without namespace) (page_title) | 'Get there' |
Full page title (page_prefixedtitle) | 'Get there' |
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) | ''''get there''' is a esolang where need to use a stack to go to each line.
else than that there is these operations:
w: push a number onto the stack
q: pop the bottom value of the stack
t: push a value to the stack as a ascii character.
fu: print the full stack from bottom to top
f: flip the bottom and top of the stack
st: read the top of the stack
tfu: push a full string onto the stack(first you need to put it in as morse code)
now as i told before we need to refrence a line from a number in the stack by doing this:
goto s
s=st
or
goto st
you use @ for comments(you can not use space but you can use _)
and also everytime you use a variable every operation that uses that variable will run unless you write lock before it
use / to seperate commands on the same line
==extra things and notes==
hello world:
tfu: ".... . .-.. .-.. --- / .-- --- .-. .-.. -.."
fu
i think this works as a infinite loop
w 4 @make_the top of the stack 4
s = st @set_s_to_the_top_of_the_stack
goto s @goto_whatever_line_s_is
w 1 @put_a_1
a random script i made:
w 4
s = st
goto s
w 1/fu' |
Unified diff of changes made by edit (edit_diff) | '@@ -1,0 +1,31 @@
+'''get there''' is a esolang where need to use a stack to go to each line.
+else than that there is these operations:
+ w: push a number onto the stack
+ q: pop the bottom value of the stack
+ t: push a value to the stack as a ascii character.
+ fu: print the full stack from bottom to top
+ f: flip the bottom and top of the stack
+ st: read the top of the stack
+ tfu: push a full string onto the stack(first you need to put it in as morse code)
+now as i told before we need to refrence a line from a number in the stack by doing this:
+ goto s
+ s=st
+or
+ goto st
+you use @ for comments(you can not use space but you can use _)
+and also everytime you use a variable every operation that uses that variable will run unless you write lock before it
+use / to seperate commands on the same line
+==extra things and notes==
+hello world:
+ tfu: ".... . .-.. .-.. --- / .-- --- .-. .-.. -.."
+ fu
+i think this works as a infinite loop
+ w 4 @make_the top of the stack 4
+ s = st @set_s_to_the_top_of_the_stack
+ goto s @goto_whatever_line_s_is
+ w 1 @put_a_1
+a random script i made:
+ w 4
+ s = st
+ goto s
+ w 1/fu
' |
New page size (new_size) | 1089 |
Old page size (old_size) | 0 |
Lines added in edit (added_lines) | [
0 => ''''get there''' is a esolang where need to use a stack to go to each line.',
1 => 'else than that there is these operations:',
2 => ' w: push a number onto the stack',
3 => ' q: pop the bottom value of the stack',
4 => ' t: push a value to the stack as a ascii character.',
5 => ' fu: print the full stack from bottom to top',
6 => ' f: flip the bottom and top of the stack',
7 => ' st: read the top of the stack',
8 => ' tfu: push a full string onto the stack(first you need to put it in as morse code)',
9 => 'now as i told before we need to refrence a line from a number in the stack by doing this:',
10 => ' goto s',
11 => ' s=st',
12 => 'or',
13 => ' goto st',
14 => 'you use @ for comments(you can not use space but you can use _)',
15 => 'and also everytime you use a variable every operation that uses that variable will run unless you write lock before it',
16 => 'use / to seperate commands on the same line',
17 => '==extra things and notes==',
18 => 'hello world:',
19 => ' tfu: ".... . .-.. .-.. --- / .-- --- .-. .-.. -.."',
20 => ' fu',
21 => 'i think this works as a infinite loop',
22 => ' w 4 @make_the top of the stack 4',
23 => ' s = st @set_s_to_the_top_of_the_stack',
24 => ' goto s @goto_whatever_line_s_is',
25 => ' w 1 @put_a_1',
26 => 'a random script i made:',
27 => ' w 4',
28 => ' s = st',
29 => ' goto s',
30 => ' w 1/fu'
] |
Unix timestamp of change (timestamp) | 1712070502 |