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) | 'Gggfr' |
Age of the user account (user_age) | 68609 |
Page ID (page_id) | 18821 |
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) | 'wikitext' |
New content model (new_content_model) | 'wikitext' |
Old page wikitext, before the edit (old_wikitext) | '{{Lowercase}}
'''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)
h: put in front of any operation to do user input
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 for multiline use ""(but then they also need to be morsecode)
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
strings begins and end # and ascii characters counts as strings
==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
get there has io
[[Category:Languages]]
[[Category:2024]]
[[Category:Stack-based]]
[[Category:Unimplemented]]
[[Category:Unknown computational class]]
[[Category:Output only]]' |
New page wikitext, after the edit (new_wikitext) | '{{Lowercase}}
'''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)
h: put in front of any operation to do user input
Hello: plus together the bottom and top values on the stack and add this new value to the stack
Goodbye: divide the bottom ad top values of the stack and add this new value to the stack
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 for multiline use ""(but then they also need to be morsecode)
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
strings begins and end # and ascii characters counts as strings
Function:
|{name}:{paramaters}|f:starting line of the function,l:ending line of the function|
==errors==
Stackunderflow: you do a operation the requires atleast 2 numbers on the stack and there is less numbers on the Stack than that
000: dividng by 0
==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
get there has io
[[Category:Languages]]
[[Category:2024]]
[[Category:Stack-based]]
[[Category:Unimplemented]]
[[Category:Unknown computational class]]
[[Category:Output only]]' |
Unified diff of changes made by edit (edit_diff) | '@@ -10,4 +10,6 @@
tfu: push a full string onto the stack(first you need to put it in as morse code)
h: put in front of any operation to do user input
+ Hello: plus together the bottom and top values on the stack and add this new value to the stack
+ Goodbye: divide the bottom ad top values of the stack and add this new value to the stack
now as i told before we need to refrence a line from a number in the stack by doing this:
goto s
@@ -19,4 +21,9 @@
use / to seperate commands on the same line
strings begins and end # and ascii characters counts as strings
+Function:
+ |{name}:{paramaters}|f:starting line of the function,l:ending line of the function|
+==errors==
+Stackunderflow: you do a operation the requires atleast 2 numbers on the stack and there is less numbers on the Stack than that
+000: dividng by 0
==extra things and notes==
hello world:
' |
New page size (new_size) | 1934 |
Old page size (old_size) | 1461 |
Lines added in edit (added_lines) | [
0 => ' Hello: plus together the bottom and top values on the stack and add this new value to the stack',
1 => ' Goodbye: divide the bottom ad top values of the stack and add this new value to the stack',
2 => 'Function:',
3 => ' |{name}:{paramaters}|f:starting line of the function,l:ending line of the function|',
4 => '==errors==',
5 => 'Stackunderflow: you do a operation the requires atleast 2 numbers on the stack and there is less numbers on the Stack than that',
6 => '000: dividng by 0'
] |
Unix timestamp of change (timestamp) | 1713702659 |