عدد التعديلات للمستخدم (user_editcount ) | 0 |
اسم حساب المستخدم (user_name ) | 'DannyS712' |
عمر حساب المستخدم (user_age ) | 18905541 |
المجموعات (متضمنة غير المباشرة) التي المستخدم فيها (user_groups ) | [
0 => '*',
1 => 'user'
] |
المجموعات العالميَّة التي يمتلكها الحساب (global_user_groups ) | [
0 => 'global-ipblock-exempt'
] |
ما إذا كان المستخدم يعدل من تطبيق المحمول (user_app ) | false |
ما إذا كان المستخدم يعدل عبر واجهة المحمول (user_mobile ) | false |
هوية الصفحة (page_id ) | 0 |
نطاق الصفحة (page_namespace ) | 9 |
عنوان الصفحة (بدون نطاق) (page_title ) | 'Common.js/sign.js' |
عنوان الصفحة الكامل (page_prefixedtitle ) | 'نقاش ميدياويكي:Common.js/sign.js' |
فعل (action ) | 'edit' |
ملخص التعديل/السبب (summary ) | 'request fix to script - sorry, I don't know arabic' |
نموذج المحتوى القديم (old_content_model ) | '' |
نموذج المحتوى الجديد (new_content_model ) | 'wikitext' |
نص الويكي القديم للصفحة، قبل التعديل (old_wikitext ) | '' |
نص الويكي الجديد للصفحة، بعد التعديل (new_wikitext ) | '==Fix==
Sorry, I don't know any arabic - there is currently an error when the user isn't editing, because this script runs anyway. See [[phab:T229888]]. To fix this, please change <syntaxhighlight lang="JavaScript">if ((mw.config.get( 'wgNamespaceNumber' ) % 2) == 1 && mw.config.get( 'wgUserEditCount' ) < 1000) {</syntaxhighlight> to <syntaxhighlight lang="JavaScript">if ((mw.config.get( 'wgNamespaceNumber' ) % 2) == 1 && mw.config.get( 'wgUserEditCount' ) < 1000 && $('#wpTextbox1').length > 0) {</syntaxhighlight>
Thanks, --~~~~' |
فرق موحد للتغييرات المصنوعة بواسطة التعديل (edit_diff ) | '@@ -1,0 +1,3 @@
+==Fix==
+Sorry, I don't know any arabic - there is currently an error when the user isn't editing, because this script runs anyway. See [[phab:T229888]]. To fix this, please change <syntaxhighlight lang="JavaScript">if ((mw.config.get( 'wgNamespaceNumber' ) % 2) == 1 && mw.config.get( 'wgUserEditCount' ) < 1000) {</syntaxhighlight> to <syntaxhighlight lang="JavaScript">if ((mw.config.get( 'wgNamespaceNumber' ) % 2) == 1 && mw.config.get( 'wgUserEditCount' ) < 1000 && $('#wpTextbox1').length > 0) {</syntaxhighlight>
+Thanks, --~~~~
' |
حجم الصفحة الجديد (new_size ) | 534 |
حجم الصفحة القديم (old_size ) | 0 |
الحجم المتغير في التعديل (edit_delta ) | 534 |
السطور المضافة في التعديل (added_lines ) | [
0 => '==Fix==',
1 => 'Sorry, I don't know any arabic - there is currently an error when the user isn't editing, because this script runs anyway. See [[phab:T229888]]. To fix this, please change <syntaxhighlight lang="JavaScript">if ((mw.config.get( 'wgNamespaceNumber' ) % 2) == 1 && mw.config.get( 'wgUserEditCount' ) < 1000) {</syntaxhighlight> to <syntaxhighlight lang="JavaScript">if ((mw.config.get( 'wgNamespaceNumber' ) % 2) == 1 && mw.config.get( 'wgUserEditCount' ) < 1000 && $('#wpTextbox1').length > 0) {</syntaxhighlight>',
2 => 'Thanks, --~~~~'
] |
السطور المزالة في التعديل (removed_lines ) | [] |
نص الصفحة الجديد، مجردا من أية تهيئة (new_text ) | 'Fix[edit]
Sorry, I don't know any arabic - there is currently an error when the user isn't editing, because this script runs anyway. See phab:T229888. To fix this, please change if ((mw.config.get( 'wgNamespaceNumber' ) % 2) == 1 && mw.config.get( 'wgUserEditCount' ) < 1000) {
to if ((mw.config.get( 'wgNamespaceNumber' ) % 2) == 1 && mw.config.get( 'wgUserEditCount' ) < 1000 && $('#wpTextbox1').length > 0) {
Thanks, --DannyS712 (نقاش) 22:36، 5 أغسطس 2019 (ت ع م)
' |
مصدر HTML المعروض للمراجعة الجديدة (new_html ) | '<div class="mw-parser-output"><h2><span class="mw-headline" id="Fix">Fix</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=%D9%86%D9%82%D8%A7%D8%B4_%D9%85%D9%8A%D8%AF%D9%8A%D8%A7%D9%88%D9%8A%D9%83%D9%8A:Common.js/sign.js&action=edit&section=1" title="Edit section: Fix">edit</a><span class="mw-editsection-bracket">]</span></span></h2><p>
Sorry, I don't know any arabic - there is currently an error when the user isn't editing, because this script runs anyway. See <a href="https://phabricator.wikimedia.org/T229888" class="extiw" title="phab:T229888">phab:T229888</a>. To fix this, please change </p><div class="mw-highlight mw-content-ltr" dir="ltr"><pre><span></span><span class="k">if</span> <span class="p">((</span><span class="nx">mw</span><span class="p">.</span><span class="nx">config</span><span class="p">.</span><span class="nx">get</span><span class="p">(</span> <span class="s1">'wgNamespaceNumber'</span> <span class="p">)</span> <span class="o">%</span> <span class="mi">2</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span> <span class="o">&&</span> <span class="nx">mw</span><span class="p">.</span><span class="nx">config</span><span class="p">.</span><span class="nx">get</span><span class="p">(</span> <span class="s1">'wgUserEditCount'</span> <span class="p">)</span> <span class="o"><</span> <span class="mi">1000</span><span class="p">)</span> <span class="p">{</span>
</pre></div><p> to </p><div class="mw-highlight mw-content-ltr" dir="ltr"><pre><span></span><span class="k">if</span> <span class="p">((</span><span class="nx">mw</span><span class="p">.</span><span class="nx">config</span><span class="p">.</span><span class="nx">get</span><span class="p">(</span> <span class="s1">'wgNamespaceNumber'</span> <span class="p">)</span> <span class="o">%</span> <span class="mi">2</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span> <span class="o">&&</span> <span class="nx">mw</span><span class="p">.</span><span class="nx">config</span><span class="p">.</span><span class="nx">get</span><span class="p">(</span> <span class="s1">'wgUserEditCount'</span> <span class="p">)</span> <span class="o"><</span> <span class="mi">1000</span> <span class="o">&&</span> <span class="nx">$</span><span class="p">(</span><span class="s1">'#wpTextbox1'</span><span class="p">).</span><span class="nx">length</span> <span class="o">></span> <span class="mi">0</span><span class="p">)</span> <span class="p">{</span>
</pre></div>
<p>Thanks, --<a href="/wiki/%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85:DannyS712" title="مستخدم:DannyS712">DannyS712</a> (<a href="/wiki/%D9%86%D9%82%D8%A7%D8%B4_%D8%A7%D9%84%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85:DannyS712" title="نقاش المستخدم:DannyS712">نقاش</a>) 22:36، 5 أغسطس 2019 (ت ع م)
</p>
<!--
NewPP limit report
Parsed by mw1273
Cached time: 20190805223651
Cache expiry: 2592000
Dynamic content: false
Complications: []
CPU time usage: 0.004 seconds
Real time usage: 0.006 seconds
Preprocessor visited node count: 8/1000000
Preprocessor generated node count: 0/1500000
Post‐expand include size: 0/2097152 bytes
Template argument size: 0/2097152 bytes
Highest expansion depth: 2/40
Expensive parser function count: 0/500
Unstrip recursion depth: 0/20
Unstrip post‐expand size: 2060/5000000 bytes
Number of Wikibase entities loaded: 0/400
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00% 0.000 1 -total
-->
</div>' |
ما إذا كان التعديل قد تم عمله من خلال عقدة خروج تور (tor_exit_node ) | false |
طابع زمن التغيير ليونكس (timestamp ) | 1565044611 |