Examine individual changes

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search

This page allows you to examine the variables generated by the Abuse Filter for an individual change.

Variables generated for this change

VariableValue
Edit count of the user (user_editcount)
0
Name of the user account (user_name)
'B-rib'
Rights that the user has (user_rights)
[ 0 => 'createaccount', 1 => 'read', 2 => 'createpage', 3 => 'createtalk', 4 => 'writeapi', 5 => 'viewmywatchlist', 6 => 'editmywatchlist', 7 => 'viewmyprivateinfo', 8 => 'editmyprivateinfo', 9 => 'editmyoptions', 10 => 'abusefilter-log-detail', 11 => 'abusefilter-view', 12 => 'abusefilter-log', 13 => 'runcargoqueries', 14 => 'viewedittab', 15 => 'move', 16 => 'move-subpages', 17 => 'move-rootuserpages', 18 => 'move-categorypages', 19 => 'movefile', 20 => 'edit', 21 => 'upload', 22 => 'reupload', 23 => 'reupload-shared', 24 => 'minoredit', 25 => 'editmyusercss', 26 => 'editmyuserjson', 27 => 'editmyuserjs', 28 => 'editmyuserjsredirect', 29 => 'purge', 30 => 'sendemail', 31 => 'applychangetags', 32 => 'changetags', 33 => 'editcontentmodel', 34 => 'mwoauthproposeconsumer', 35 => 'mwoauthupdateownconsumer', 36 => 'spamblacklistlog', 37 => 'oathauth-enable', 38 => 'mwoauthmanagemygrants', 39 => 'createclass', 40 => 'multipageedit', 41 => 'autoconfirmed', 42 => 'editsemiprotected', 43 => 'suppressredirect' ]
Page ID (page_id)
0
Page namespace (page_namespace)
14
Page title (without namespace) (page_title)
'Template styles'
Full page title (page_prefixedtitle)
'Category:Template styles'
Action (action)
'edit'
Edit summary/reason (summary)
'Test.css'
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)
'/* Responsive layout */ .fp-main { display: grid; grid-gap: 10px; grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h"; grid-template-columns: 1fr; } @media screen and (min-width:1290px) { .fp-main { grid-template-areas: "a a c" "b b c" "d e g" "d e h" "f f h"; grid-template-columns: 1fr 1fr 25%; } } @media screen and (min-width:1887px) { .fp-main { grid-template-areas: "a a c" "b b g" "d e h" "f f f"; } } @media screen and (min-width:2100px) { .fp-main { grid-template-areas: "a a c" "b b g" "d e h" "f f h"; } } @media screen and (max-width:1069px) { #fp-file { display: none; } } .fp-main .fp-header { display: grid; grid-template-areas: "aa" "ab"; grid-template-columns: 1fr; height: 100%; } .fp-main .fp-header #fp-file { grid-area: aa; margin-bottom: auto; margin-top: auto; } .fp-main .fp-header #fp-file img { height: auto; max-width: 200px; } @media screen and (min-width:1070px) { .fp-main .fp-header { grid-template-areas: "aa ab"; grid-template-columns: 1fr 3fr; } .fp-main .fp-header #fp-file img { max-width: 100%; height: auto; } } .fp-main .fp-header #fp-text { grid-area: ab; margin: auto 0; text-align: center; } /* Sections */ /* [[File:Border-menu.png]] */ .border-menu { background-color: #bc995e; border: 5px solid #9c703b; border-image: url("https://undermine.wiki.gg/images/e/ef/Border-menu.png") 49% / 2 / 0 stretch; border-radius: 13px; color: #453022; image-rendering: pixelated; margin-left: 5px; margin-right: 5px; margin-top: 20px; padding: 20px 5px 5px 5px; position: relative; text-align: center; } .border-menu a, .border-menu a:visited, .border-menu a.external, .border-menu a.external:visited { color: #1d0f00; font-weight: 600; text-shadow: none; } .border-menu a:hover { color: #744818; } /* Section title */ /* [[File:Dialog name.png]] */ .menu-title { background-image: url("https://undermine.wiki.gg/images/2/21/Dialog_name.png"); background-repeat: no-repeat; background-size: 100%; color: #fff; font-size: 1.2rem; font-weight: 800; height: 35px; left: -10px; line-height: 1.9; padding-left: 10px; position: absolute; text-align: left; text-shadow: 1px 1px #000; top: -20px; width: 295px; } /* Buttons */ /* [[File:Button regular.png]] */ /* [[File:Button gold.png]] */ .menu-button li { background-image: url("https://undermine.wiki.gg/images/d/df/Button_regular.png"); background-repeat: no-repeat; display: inline-block; height: 46px; margin: 3px 0; min-width: 178px; } .menu-button a, .menu-button a:visited, .menu-button a.external, .menu-button a.external:visited { border-radius: 8px 5px 25px 8px; color: #fff; display: inline-block; font-size: 1rem; line-height: 2.9; min-width: 178px; text-shadow: 1px 1px #000; } .menu-button a:hover { background-image: url("https://undermine.wiki.gg/images/b/bb/Button_gold.png"); background-repeat: no-repeat; color: #fff; text-decoration: none; } /* [[Category:Template styles]] */'
Unified diff of changes made by edit (edit_diff)
'@@ -1,0 +1,155 @@ +/* Responsive layout */ +.fp-main { + display: grid; + grid-gap: 10px; + grid-template-areas: "a" + "b" + "c" + "d" + "e" + "f" + "g" + "h"; + grid-template-columns: 1fr; +} +@media screen and (min-width:1290px) { + .fp-main { + grid-template-areas: "a a c" + "b b c" + "d e g" + "d e h" + "f f h"; + grid-template-columns: 1fr 1fr 25%; + } +} +@media screen and (min-width:1887px) { + .fp-main { + grid-template-areas: "a a c" + "b b g" + "d e h" + "f f f"; + } +} +@media screen and (min-width:2100px) { + .fp-main { + grid-template-areas: "a a c" + "b b g" + "d e h" + "f f h"; + } +} +@media screen and (max-width:1069px) { + #fp-file { + display: none; + } +} +.fp-main .fp-header { + display: grid; + grid-template-areas: "aa" "ab"; + grid-template-columns: 1fr; + height: 100%; +} +.fp-main .fp-header #fp-file { + grid-area: aa; + margin-bottom: auto; + margin-top: auto; +} +.fp-main .fp-header #fp-file img { + height: auto; + max-width: 200px; +} +@media screen and (min-width:1070px) { + .fp-main .fp-header { + grid-template-areas: "aa ab"; + grid-template-columns: 1fr 3fr; + } + .fp-main .fp-header #fp-file img { + max-width: 100%; + height: auto; + } +} +.fp-main .fp-header #fp-text { + grid-area: ab; + margin: auto 0; + text-align: center; +} + +/* Sections */ +/* [[File:Border-menu.png]] */ +.border-menu { + background-color: #bc995e; + border: 5px solid #9c703b; + border-image: url("https://undermine.wiki.gg/images/e/ef/Border-menu.png") 49% / 2 / 0 stretch; + border-radius: 13px; + color: #453022; + image-rendering: pixelated; + margin-left: 5px; + margin-right: 5px; + margin-top: 20px; + padding: 20px 5px 5px 5px; + position: relative; + text-align: center; +} +.border-menu a, +.border-menu a:visited, +.border-menu a.external, +.border-menu a.external:visited { + color: #1d0f00; + font-weight: 600; + text-shadow: none; +} +.border-menu a:hover { + color: #744818; +} + +/* Section title */ +/* [[File:Dialog name.png]] */ +.menu-title { + background-image: url("https://undermine.wiki.gg/images/2/21/Dialog_name.png"); + background-repeat: no-repeat; + background-size: 100%; + color: #fff; + font-size: 1.2rem; + font-weight: 800; + height: 35px; + left: -10px; + line-height: 1.9; + padding-left: 10px; + position: absolute; + text-align: left; + text-shadow: 1px 1px #000; + top: -20px; + width: 295px; +} + +/* Buttons */ +/* [[File:Button regular.png]] */ +/* [[File:Button gold.png]] */ +.menu-button li { + background-image: url("https://undermine.wiki.gg/images/d/df/Button_regular.png"); + background-repeat: no-repeat; + display: inline-block; + height: 46px; + margin: 3px 0; + min-width: 178px; +} +.menu-button a, +.menu-button a:visited, +.menu-button a.external, +.menu-button a.external:visited { + border-radius: 8px 5px 25px 8px; + color: #fff; + display: inline-block; + font-size: 1rem; + line-height: 2.9; + min-width: 178px; + text-shadow: 1px 1px #000; +} +.menu-button a:hover { + background-image: url("https://undermine.wiki.gg/images/b/bb/Button_gold.png"); + background-repeat: no-repeat; + color: #fff; + text-decoration: none; +} + +/* [[Category:Template styles]] */ '
New page size (new_size)
3100
Old page size (old_size)
0
Lines added in edit (added_lines)
[ 0 => '/* Responsive layout */', 1 => '.fp-main {', 2 => ' display: grid;', 3 => ' grid-gap: 10px;', 4 => ' grid-template-areas: "a"', 5 => ' "b"', 6 => ' "c"', 7 => ' "d"', 8 => ' "e"', 9 => ' "f"', 10 => ' "g"', 11 => ' "h";', 12 => ' grid-template-columns: 1fr;', 13 => '}', 14 => '@media screen and (min-width:1290px) {', 15 => ' .fp-main {', 16 => ' grid-template-areas: "a a c"', 17 => ' "b b c"', 18 => ' "d e g"', 19 => ' "d e h"', 20 => ' "f f h";', 21 => ' grid-template-columns: 1fr 1fr 25%;', 22 => ' }', 23 => '}', 24 => '@media screen and (min-width:1887px) {', 25 => ' .fp-main {', 26 => ' grid-template-areas: "a a c"', 27 => ' "b b g"', 28 => ' "d e h"', 29 => ' "f f f";', 30 => ' }', 31 => '}', 32 => '@media screen and (min-width:2100px) {', 33 => ' .fp-main {', 34 => ' grid-template-areas: "a a c"', 35 => ' "b b g"', 36 => ' "d e h"', 37 => ' "f f h";', 38 => ' }', 39 => '}', 40 => '@media screen and (max-width:1069px) {', 41 => ' #fp-file {', 42 => ' display: none;', 43 => ' }', 44 => '}', 45 => '.fp-main .fp-header {', 46 => ' display: grid;', 47 => ' grid-template-areas: "aa" "ab";', 48 => ' grid-template-columns: 1fr;', 49 => ' height: 100%;', 50 => '}', 51 => '.fp-main .fp-header #fp-file {', 52 => ' grid-area: aa;', 53 => ' margin-bottom: auto;', 54 => ' margin-top: auto;', 55 => '}', 56 => '.fp-main .fp-header #fp-file img {', 57 => ' height: auto;', 58 => ' max-width: 200px;', 59 => '}', 60 => '@media screen and (min-width:1070px) {', 61 => ' .fp-main .fp-header {', 62 => ' grid-template-areas: "aa ab";', 63 => ' grid-template-columns: 1fr 3fr;', 64 => ' }', 65 => ' .fp-main .fp-header #fp-file img {', 66 => ' max-width: 100%;', 67 => ' height: auto;', 68 => ' }', 69 => '}', 70 => '.fp-main .fp-header #fp-text {', 71 => ' grid-area: ab;', 72 => ' margin: auto 0;', 73 => ' text-align: center;', 74 => '}', 75 => '', 76 => '/* Sections */', 77 => '/* [[File:Border-menu.png]] */', 78 => '.border-menu {', 79 => ' background-color: #bc995e;', 80 => ' border: 5px solid #9c703b;', 81 => ' border-image: url("https://undermine.wiki.gg/images/e/ef/Border-menu.png") 49% / 2 / 0 stretch;', 82 => ' border-radius: 13px;', 83 => ' color: #453022;', 84 => ' image-rendering: pixelated;', 85 => ' margin-left: 5px;', 86 => ' margin-right: 5px;', 87 => ' margin-top: 20px;', 88 => ' padding: 20px 5px 5px 5px;', 89 => ' position: relative;', 90 => ' text-align: center;', 91 => '}', 92 => '.border-menu a,', 93 => '.border-menu a:visited,', 94 => '.border-menu a.external,', 95 => '.border-menu a.external:visited {', 96 => ' color: #1d0f00;', 97 => ' font-weight: 600;', 98 => ' text-shadow: none;', 99 => '}', 100 => '.border-menu a:hover {', 101 => ' color: #744818;', 102 => '}', 103 => '', 104 => '/* Section title */', 105 => '/* [[File:Dialog name.png]] */', 106 => '.menu-title {', 107 => ' background-image: url("https://undermine.wiki.gg/images/2/21/Dialog_name.png");', 108 => ' background-repeat: no-repeat;', 109 => ' background-size: 100%;', 110 => ' color: #fff;', 111 => ' font-size: 1.2rem;', 112 => ' font-weight: 800;', 113 => ' height: 35px;', 114 => ' left: -10px;', 115 => ' line-height: 1.9;', 116 => ' padding-left: 10px;', 117 => ' position: absolute;', 118 => ' text-align: left;', 119 => ' text-shadow: 1px 1px #000;', 120 => ' top: -20px;', 121 => ' width: 295px;', 122 => '}', 123 => '', 124 => '/* Buttons */', 125 => '/* [[File:Button regular.png]] */', 126 => '/* [[File:Button gold.png]] */', 127 => '.menu-button li {', 128 => ' background-image: url("https://undermine.wiki.gg/images/d/df/Button_regular.png");', 129 => ' background-repeat: no-repeat;', 130 => ' display: inline-block;', 131 => ' height: 46px;', 132 => ' margin: 3px 0;', 133 => ' min-width: 178px;', 134 => '}', 135 => '.menu-button a,', 136 => '.menu-button a:visited,', 137 => '.menu-button a.external,', 138 => '.menu-button a.external:visited {', 139 => ' border-radius: 8px 5px 25px 8px;', 140 => ' color: #fff;', 141 => ' display: inline-block;', 142 => ' font-size: 1rem;', 143 => ' line-height: 2.9;', 144 => ' min-width: 178px;', 145 => ' text-shadow: 1px 1px #000;', 146 => '}', 147 => '.menu-button a:hover {', 148 => ' background-image: url("https://undermine.wiki.gg/images/b/bb/Button_gold.png");', 149 => ' background-repeat: no-repeat;', 150 => ' color: #fff;', 151 => ' text-decoration: none;', 152 => '}', 153 => '', 154 => '/* [[Category:Template styles]] */' ]
Unix timestamp of change (timestamp)
'1694228881'