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) | 'Strona' |
Age of the user account (user_age) | 284 |
Page ID (page_id) | 9560 |
Page namespace (page_namespace) | 0 |
Page title (without namespace) (page_title) | 'Taktentus' |
Full page title (page_prefixedtitle) | 'Taktentus' |
Action (action) | 'edit' |
Edit summary/reason (summary) | '/* links */ ' |
Old content model (old_content_model) | 'wikitext' |
New content model (new_content_model) | 'wikitext' |
Old page wikitext, before the edit (old_wikitext) | ''''Taktentus''' is an simple language with equal. Author is Jacek Szewczyk. Language was created in 2015.
== Syntax ==
if @ is zero then run <variable1> op <variable2>
copy variable2 into variable1 with some modyfications
op is:
:=
+=
-=
*=
/= divide
<=
>=
==
<variable> ++ is short <variable> += 1
-- is -= 1
!* is *= -1
literal = variable, now always integer
_ = next instructions
@ = if this variable is 0 instruction is runing
@wy_n = print variable as number
@wy = print integer as char
@we = input char as integer
@spacja = space
@n = new line
@losowe = random number
# =
== Examples ==
%% sum two values 15 + (-2)
a := 15
a += -2
%% print space
@wy := @spacja
%% print 'a' as integer (13)
@wy_n := a
%% print 'a' as char
@wy := a
== External resources ==
Binary executables for Linux,Mac Os X ,Haiku, Windows, examples
* [http://taktentus.herokuapp.com/ project page 0.9.4]
Docker
* [https://hub.docker.com/r/tak9/taktentus/ simple run docker in small linux]' |
New page wikitext, after the edit (new_wikitext) | ''''Taktentus''' is an simple language with equal. Author is Jacek Szewczyk. Language was created in 2015.
== Syntax ==
if @ is zero then run <variable1> op <variable2>
copy variable2 into variable1 with some modyfications
op is:
:=
+=
-=
*=
/= divide
<=
>=
==
<variable> ++ is short <variable> += 1
-- is -= 1
!* is *= -1
literal = variable, now always integer
_ = next instructions
@ = if this variable is 0 instruction is runing
@wy_n = print variable as number
@wy = print integer as char
@we = input char as integer
@spacja = space
@n = new line
@losowe = random number
# =
== Examples ==
%% sum two values 15 + (-2)
a := 15
a += -2
%% print space
@wy := @spacja
%% print 'a' as integer (13)
@wy_n := a
%% print 'a' as char
@wy := a
== External resources ==
Binary executables for Linux,Mac Os X ,Haiku, Windows, examples
* [http://taktentus.herokuapp.com/ project page 0.9.4]
Docker
* [https://hub.docker.com/r/tak9/taktentus/ simple run docker in small linux]
Version online
* [http://www.taktentus.doleczek.pl/ Taktentus in Javascript]' |
Unified diff of changes made by edit (edit_diff) | '@@ -50,2 +50,4 @@
Docker
* [https://hub.docker.com/r/tak9/taktentus/ simple run docker in small linux]
+Version online
+* [http://www.taktentus.doleczek.pl/ Taktentus in Javascript]
' |
New page size (new_size) | 1172 |
Old page size (old_size) | 1095 |
Lines added in edit (added_lines) | [
0 => 'Version online',
1 => '* [http://www.taktentus.doleczek.pl/ Taktentus in Javascript]'
] |
Unix timestamp of change (timestamp) | 1538056286 |