Only detect comments with real signatures

Consequences of this are visible in the test cases:

* (en) Tech News posts are not detected.
  Examples: "21:22, 1 July 2019 (UTC)", "21:42, 29 July 2019 (UTC)"

* (en) Comments by users who customize the timestamp are not detected.
  Examples: "10:49, 28 June 2019 (UTC)", "21:34, 14 July 2019 (UTC)"

* (en) Comments with signatures missing a username are not detected.
  This sometimes happens if a comment is accidentally signed with
  '~~~~~' (five tildes), which only inserts the timestamp.
  Examples: "17:17, 27 July 2019 (UTC)", "10:25, 29 July 2019 (UTC)"

* (pl) A lone timestamp at the beginning of a thread is not detected.
  It's not part of a post, it was added to aid automatic archiving.
  Example: "21:03, 18 paź 2018 (CET)"

Bug: T245692
Change-Id: I0767bb239a1800f2e538917b5995fc4f0fa4d043
This commit is contained in:
Bartosz Dziewoński 2020-02-20 23:06:17 +01:00
parent 7761f62b42
commit ff0386239f
9 changed files with 122 additions and 499 deletions

View file

@ -650,7 +650,7 @@ function getComments( rootNode ) {
dfParser = getLocalTimestampParser(),
comments = [],
timestamps, nextTimestamp, treeWalker,
node, range, fakeHeading, curComment, startNode, match, startLevel, endLevel;
node, range, fakeHeading, curComment, author, startNode, match, startLevel, endLevel;
timestamps = findTimestamps( rootNode );
@ -694,6 +694,15 @@ function getComments( rootNode ) {
};
comments.push( curComment );
} else if ( timestamps[ nextTimestamp ] && node === timestamps[ nextTimestamp ][ 0 ] ) {
author = findSignature( node )[ 1 ];
if ( !author ) {
// Ignore timestamps for which we couldn't find a signature. It's probably not a real
// comment, but just a false match due to a copypasted timestamp.
nextTimestamp++;
continue;
}
// Everything from last comment up to here is the next comment
startNode = nextInterestingLeafNode( curComment.range.endContainer, rootNode );
match = timestamps[ nextTimestamp ][ 1 ];
@ -717,20 +726,14 @@ function getComments( rootNode ) {
// no way to indicate which one you're replying to (this might matter in the future for
// notifications or something).
if (
nextTimestamp > 0 &&
timestamps[ nextTimestamp ][ 0 ].parentNode === timestamps[ nextTimestamp - 1 ][ 0 ].parentNode
curComment.type === 'comment' &&
node.parentNode === curComment.range.endContainer.parentNode
) {
// Merge this with the previous comment.
// Merge this with the previous comment. Use that comment's author and timestamp.
// (As a result, the comment's timestamp node is in the middle of it, this should be okay?)
curComment.range.endContainer = node;
curComment.range.endOffset = match.index + match[ 0 ].length;
curComment.level = Math.min( Math.min( startLevel, endLevel ), curComment.level );
// Use previous comment's author and timestamp, unless it has no author, in which case it's
// probably not a real comment, but just a false match due to a copypasted timestamp.
if ( !curComment.author ) {
curComment.timestamp = dfParser( match );
curComment.author = findSignature( node )[ 1 ];
}
nextTimestamp++;
continue;
@ -739,7 +742,7 @@ function getComments( rootNode ) {
curComment = {
type: 'comment',
timestamp: dfParser( match ),
author: findSignature( node )[ 1 ],
author: author,
range: range,
// Should this use the indent level of `startNode` or `node`?
level: Math.min( startLevel, endLevel )

View file

@ -288,7 +288,7 @@
</p>
<dl><dd>When I said <i>WP files</i>, I meant <i>WP pages</i>. Can someone at least tell me, where should I ask my question? --<a href="//en.wikipedia.org/wiki/User:Jotamar" title="User:Jotamar">Jotamar</a> (<a href="//en.wikipedia.org/wiki/User_talk:Jotamar" title="User talk:Jotamar">talk</a>) 19:01, 26 June 2019 (UTC)
<dl><dd>Yes, <a href="//en.wikipedia.org/wiki/User:Jotamar" title="User:Jotamar">Jotamar</a>, probably <a href="//en.wikipedia.org/wiki/Wikipedia:BOTREQ" class="mw-redirect" title="Wikipedia:BOTREQ">WP:BOTREQ</a>, how many edits are you looking for? There will be many millions. Fist step might be to look for edits preceding those with an edit summary of "rvv". Another good place to look is the edits prior to <a href="//en.wikipedia.org/wiki/User:ClueBot" title="User:ClueBot">User:ClueBot</a>'s edits.</dd>
<dd>All&nbsp;the&nbsp;best: <i><a href="//en.wikipedia.org/wiki/User:Rich_Farmbrough" title="User:Rich Farmbrough">Rich</a>&nbsp;<a href="//en.wikipedia.org/wiki/User_talk:Rich_Farmbrough" title="User talk:Rich Farmbrough">Farmbrough</a></i>,<small> 10:49, 28 June 2019 (UTC).</small><dl><dd data-parsoid="{}">Reply to |2019-06-28T10:49:00.000Z|0</dd></dl><br>
<dd>All&nbsp;the&nbsp;best: <i><a href="//en.wikipedia.org/wiki/User:Rich_Farmbrough" title="User:Rich Farmbrough">Rich</a>&nbsp;<a href="//en.wikipedia.org/wiki/User_talk:Rich_Farmbrough" title="User talk:Rich Farmbrough">Farmbrough</a></i>,<small> 10:49, 28 June 2019 (UTC).</small><br>
<dl><dd>If you already know specific vandalized text in an article and want the edit which added it then click "Find addition/removal" at the top of the page history. It used <a href="//en.wikipedia.org/wiki/Wikipedia:WikiBlame" title="Wikipedia:WikiBlame">WikiBlame</a> until recently but the tool has problems and another is currently used. It's discussed at <a href="//en.wikipedia.org/wiki/MediaWiki_talk:Histlegend#Wikiblame_replacement" title="MediaWiki talk:Histlegend">MediaWiki talk:Histlegend#Wikiblame replacement</a>. <a href="//en.wikipedia.org/wiki/User:PrimeHunter" title="User:PrimeHunter">PrimeHunter</a> (<a href="//en.wikipedia.org/wiki/User_talk:PrimeHunter" title="User talk:PrimeHunter">talk</a>) 11:09, 28 June 2019 (UTC)
<dl><dd>What I have in mind is some sort of heuristic tool, capable of finding a short list of possible vandalazing editions that have not been reverted, in a group of pages, for instance, the pages under one category. In less popular, poorly maintained pages, it's not uncommon that such an edition can be easily reverted even after months or years, but first you have to find them, and that takes up a lot of time. --<a href="//en.wikipedia.org/wiki/User:Jotamar" title="User:Jotamar">Jotamar</a> (<a href="//en.wikipedia.org/wiki/User_talk:Jotamar" title="User talk:Jotamar">talk</a>) 13:48, 1 July 2019 (UTC)<dl><dd data-parsoid="{}">Reply to Jotamar|2019-07-01T13:48:00.000Z|0</dd></dl></dd></dl></dd><dd data-parsoid="{}">Reply to PrimeHunter|2019-06-28T11:09:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Jotamar|2019-06-26T19:01:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Jotamar|2019-06-19T23:56:00.000Z|0</dd></dl>
<h2><span class="mw-headline" id="RefList_falling_in_the_wrong_place">RefList falling in the wrong place</span></h2>
@ -332,7 +332,7 @@ Tag: Rescuing 14 sources and tagging 0 as dead. #IABot (v2.0beta15)
<p><i><b><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" class="extiw" title="m:Special:MyLanguage/Tech/News">Tech news</a></b> prepared by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" class="extiw" title="m:Special:MyLanguage/Tech/News/Writers">Tech News writers</a> and posted by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki_message_delivery" class="extiw" title="m:Special:MyLanguage/User:MediaWiki message delivery">bot</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" class="extiw" title="m:Special:MyLanguage/Tech/News">Contribute</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/27" class="extiw" title="m:Special:MyLanguage/Tech/News/2019/27">Translate</a><a href="https://meta.wikimedia.org/wiki/Tech" class="extiw" title="m:Tech">Get help</a><a href="https://meta.wikimedia.org/wiki/Talk:Tech/News" class="extiw" title="m:Talk:Tech/News">Give feedback</a><a href="https://meta.wikimedia.org/wiki/Global_message_delivery/Targets/Tech_ambassadors" class="extiw" title="m:Global message delivery/Targets/Tech ambassadors">Subscribe or unsubscribe</a>.</i>
</p>
</div></div><p> 21:22, 1 July 2019 (UTC)
</p><dl><dd data-parsoid="{}">Reply to |2019-07-01T21:22:00.000Z|0</dd></dl><p><br>
</p><p><br>
</p>
<h2><span class="mw-headline" id="Question_re:_new_translations_of_articles_linked_out_to_other_languages">Question re: new translations of articles linked out to other languages</span></h2>
<p>Progression of events was:
@ -811,7 +811,7 @@ Evolutionary history of life · Timeline of the evolutionary ... · Earlie
<p><i><b><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" class="extiw" title="m:Special:MyLanguage/Tech/News">Tech news</a></b> prepared by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" class="extiw" title="m:Special:MyLanguage/Tech/News/Writers">Tech News writers</a> and posted by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki_message_delivery" class="extiw" title="m:Special:MyLanguage/User:MediaWiki message delivery">bot</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" class="extiw" title="m:Special:MyLanguage/Tech/News">Contribute</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/28" class="extiw" title="m:Special:MyLanguage/Tech/News/2019/28">Translate</a><a href="https://meta.wikimedia.org/wiki/Tech" class="extiw" title="m:Tech">Get help</a><a href="https://meta.wikimedia.org/wiki/Talk:Tech/News" class="extiw" title="m:Talk:Tech/News">Give feedback</a><a href="https://meta.wikimedia.org/wiki/Global_message_delivery/Targets/Tech_ambassadors" class="extiw" title="m:Global message delivery/Targets/Tech ambassadors">Subscribe or unsubscribe</a>.</i>
</p>
</div></div><p> 20:12, 8 July 2019 (UTC)
</p><dl><dd data-parsoid="{}">Reply to |2019-07-08T20:12:00.000Z|0</dd></dl><h2><span class="mw-headline" id="Wanted_-_someone_to_adopt_a_discontinued_bot">Wanted - someone to adopt a discontinued bot</span></h2>
</p><h2><span class="mw-headline" id="Wanted_-_someone_to_adopt_a_discontinued_bot">Wanted - someone to adopt a discontinued bot</span></h2>
<p><a href="//en.wikipedia.org/wiki/Wikipedia:WikiProject_Women_in_Red" title="Wikipedia:WikiProject Women in Red">Wikipedia:WikiProject Women in Red</a> is looking for someone who'd be prepared to run a bot, the owner of which has recently retired. The bot is described at <a href="https://www.wikidata.org/wiki/Wikidata:Requests_for_permissions/Bot/Emijrpbot_6" class="extiw" title="d:Wikidata:Requests for permissions/Bot/Emijrpbot 6">d:Wikidata:Requests for permissions/Bot/Emijrpbot 6</a>, which points to <a rel="nofollow" class="external text" href="https://github.com/emijrp/wikidata/blob/master/curate.newpages.en.py">code here</a>. The function of the bot is to add new wikidata items for new en.wiki biographies and/or to add human and/or gender statements to existing wikidata items, based on articles found on <a href="//en.wikipedia.org/wiki/Special:UnconnectedPages" title="Special:UnconnectedPages">Special:UnconnectedPages</a>. WiR bases all of its <a href="//en.wikipedia.org/wiki/Wikipedia:WikiProject_Women_in_Red/Metrics" title="Wikipedia:WikiProject Women in Red/Metrics">metrics</a> (&amp; <a rel="nofollow" class="external text" href="http://whgi.wmflabs.org/gender-by-language.html">these</a>) on wikidata records for en.wiki articles, and since end April the project's stats have become increasingly hard to compile. We'd be more than grateful if someone would consider picking up this thankless task; thx. --<a href="//en.wikipedia.org/wiki/User:Tagishsimon" title="User:Tagishsimon">Tagishsimon</a> (<a href="//en.wikipedia.org/wiki/User_talk:Tagishsimon" title="User talk:Tagishsimon">talk</a>) 17:33, 3 July 2019 (UTC)
</p>
<dl><dd><span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:Tagishsimon" title="User:Tagishsimon">Tagishsimon</a>:</span> if you haven't already, try <a href="//en.wikipedia.org/wiki/Wikipedia:BOTREQ" class="mw-redirect" title="Wikipedia:BOTREQ">WP:BOTREQ</a> <span style="font-variant:small-caps; whitespace:nowrap;"><a href="//en.wikipedia.org/wiki/User:Headbomb" title="User:Headbomb">Headbomb</a> {<a href="//en.wikipedia.org/wiki/User_talk:Headbomb" title="User talk:Headbomb">t</a> · <a href="//en.wikipedia.org/wiki/Special:Contributions/Headbomb" title="Special:Contributions/Headbomb">c</a> · <a href="//en.wikipedia.org/wiki/Wikipedia:PHYS" class="mw-redirect" title="Wikipedia:PHYS">p</a> · <a href="//en.wikipedia.org/wiki/Wikipedia:WBOOKS" class="mw-redirect" title="Wikipedia:WBOOKS">b</a>}</span> 05:16, 9 July 2019 (UTC)<dl><dd data-parsoid="{}">Reply to Headbomb|2019-07-09T05:16:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Tagishsimon|2019-07-03T17:33:00.000Z|0</dd></dl>
@ -1043,7 +1043,7 @@ Evolutionary history of life · Timeline of the evolutionary ... · Earlie
<h2><span id="Whist_marker_-_such_a_popular_article.21"></span><span class="mw-headline" id="Whist_marker_-_such_a_popular_article!">Whist marker - such a popular article!</span></h2>
<p>See <a href="//en.wikipedia.org/wiki/Talk:Whist_marker" title="Talk:Whist marker">Talk:Whist marker</a>, for the views this trifling monograph has attracted over time - i.e. very few until suddenly 100,000 in one day! Do we have any ideas why this might happen? (I have seen previous hadwavey "bot" explanations, of similar phenomena, do we have anything concrete?)
</p><p>All&nbsp;the&nbsp;best: <i><a href="//en.wikipedia.org/wiki/User:Rich_Farmbrough" title="User:Rich Farmbrough">Rich</a>&nbsp;<a href="//en.wikipedia.org/wiki/User_talk:Rich_Farmbrough" title="User talk:Rich Farmbrough">Farmbrough</a></i>,<small> 21:34, 14 July 2019 (UTC).</small><br>
</p><dl><dd data-parsoid="{}">Reply to |2019-07-14T21:34:00.000Z|0</dd></dl>
</p>
<dl><dd><span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:Rich_Farmbrough" title="User:Rich Farmbrough">Rich Farmbrough</a>:</span> the <a class="external text" href="https://tools.wmflabs.org/pageviews/?project=en.wikipedia.org&amp;platform=mobile-web&amp;agent=user&amp;start=2019-07-01&amp;end=2019-07-08&amp;pages=Whist_marker">additional view stats</a> report this is from "mobile web" user clients. It certainly could be some sort of "bot" (not a wikipedia bot, a web bot) that is not presenting as a bot. For a few reasons (primarily privacy) detailed reader information is not available except to developers. — <a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux"><span style="color:#FF9933; font-weight:bold; font-family:monotype;">xaosflux</span></a> <sup><a href="//en.wikipedia.org/wiki/User_talk:Xaosflux" title="User talk:Xaosflux"><span style="color:#009933;">Talk</span></a></sup> 21:59, 14 July 2019 (UTC)
<dl><dd>It's not merely mobile web. Mobile app and desktop had similar jumps, although smaller:</dd></dl></dd></dl>
<table class="wikitable">
@ -1113,7 +1113,7 @@ Evolutionary history of life · Timeline of the evolutionary ... · Earlie
</td></tr></tbody></table>
<dl><dd><dl><dd>So whatever's going on is presenting itself with all sorts of platforms. <a href="//en.wikipedia.org/wiki/User:Nyttend" title="User:Nyttend">Nyttend</a> (<a href="//en.wikipedia.org/wiki/User_talk:Nyttend" title="User talk:Nyttend">talk</a>) 22:39, 14 July 2019 (UTC)
<dl><dd>Just Reddit helping people figure out what their random junk is: <a rel="nofollow" class="external autonumber" href="https://www.reddit.com/r/whatisthisthing/comments/c9taon/my_dad_has_bought_2_of_these_from_junk_shops_over/">[17]</a>. Top comment links the Wikipedia article. <a href="//en.wikipedia.org/wiki/User:Modulus12" title="User:Modulus12">Modulus12</a> (<a href="//en.wikipedia.org/wiki/User_talk:Modulus12" title="User talk:Modulus12">talk</a>) 22:51, 14 July 2019 (UTC)
<dl><dd>Ah, this is the modern equivalent of being slashdotted! Thanks! All&nbsp;the&nbsp;best: <i><a href="//en.wikipedia.org/wiki/User:Rich_Farmbrough" title="User:Rich Farmbrough">Rich</a>&nbsp;<a href="//en.wikipedia.org/wiki/User_talk:Rich_Farmbrough" title="User talk:Rich Farmbrough">Farmbrough</a></i>,<small> 14:49, 15 July 2019 (UTC).</small><dl><dd data-parsoid="{}">Reply to |2019-07-15T14:49:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Modulus12|2019-07-14T22:51:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Nyttend|2019-07-14T22:39:00.000Z|0</dd></dl></dd></dl></dd><dd data-parsoid="{}">Reply to Xaosflux|2019-07-14T21:59:00.000Z|0</dd><dd><dl><dd><dl><dd><dl><dd><br></dd></dl></dd></dl></dd></dl></dd></dl>
<dl><dd data-parsoid="{}">Reply to Modulus12|2019-07-14T22:51:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Nyttend|2019-07-14T22:39:00.000Z|0</dd></dl></dd></dl></dd><dd data-parsoid="{}">Reply to Xaosflux|2019-07-14T21:59:00.000Z|0</dd><dd><dl><dd><dl><dd><dl><dd>Ah, this is the modern equivalent of being slashdotted! Thanks! All&nbsp;the&nbsp;best: <i><a href="//en.wikipedia.org/wiki/User:Rich_Farmbrough" title="User:Rich Farmbrough">Rich</a>&nbsp;<a href="//en.wikipedia.org/wiki/User_talk:Rich_Farmbrough" title="User talk:Rich Farmbrough">Farmbrough</a></i>,<small> 14:49, 15 July 2019 (UTC).</small><br></dd></dl></dd></dl></dd></dl></dd></dl>
<h2><span id="How_is_the_.22Number_of_page_watchers_who_visited_recent_edits.22_calculated.3F"></span><span class="mw-headline" id="How_is_the_&quot;Number_of_page_watchers_who_visited_recent_edits&quot;_calculated?">How is the "Number of page watchers who visited recent edits" calculated?</span></h2>
<p>Just curious. Neither <a href="//en.wikipedia.org/wiki/Help:Page_information" title="Help:Page information">Help:Page information</a> nor <a href="//en.wikipedia.org/wiki/Help:Watchlist" title="Help:Watchlist">Help:Watchlist</a> say. <a href="//en.wikipedia.org/wiki/User:Nardog" title="User:Nardog">Nardog</a> (<a href="//en.wikipedia.org/wiki/User_talk:Nardog" title="User talk:Nardog">talk</a>) 15:44, 10 July 2019 (UTC)
</p>
@ -1194,7 +1194,7 @@ Evolutionary history of life · Timeline of the evolutionary ... · Earlie
<p><i><b><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" class="extiw" title="m:Special:MyLanguage/Tech/News">Tech news</a></b> prepared by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" class="extiw" title="m:Special:MyLanguage/Tech/News/Writers">Tech News writers</a> and posted by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki_message_delivery" class="extiw" title="m:Special:MyLanguage/User:MediaWiki message delivery">bot</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" class="extiw" title="m:Special:MyLanguage/Tech/News">Contribute</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/29" class="extiw" title="m:Special:MyLanguage/Tech/News/2019/29">Translate</a><a href="https://meta.wikimedia.org/wiki/Tech" class="extiw" title="m:Tech">Get help</a><a href="https://meta.wikimedia.org/wiki/Talk:Tech/News" class="extiw" title="m:Talk:Tech/News">Give feedback</a><a href="https://meta.wikimedia.org/wiki/Global_message_delivery/Targets/Tech_ambassadors" class="extiw" title="m:Global message delivery/Targets/Tech ambassadors">Subscribe or unsubscribe</a>.</i>
</p>
</div></div><p> 15:29, 15 July 2019 (UTC)
</p><dl><dd data-parsoid="{}">Reply to |2019-07-15T15:29:00.000Z|0</dd></dl><p>Don't waste your time trying to give feedback on the Android item; the "leave feedback" page doesn't let you add a new section and doesn't even have an edit button. <a href="//en.wikipedia.org/wiki/User:Nyttend" title="User:Nyttend">Nyttend</a> (<a href="//en.wikipedia.org/wiki/User_talk:Nyttend" title="User talk:Nyttend">talk</a>) 21:43, 15 July 2019 (UTC)
</p><p>Don't waste your time trying to give feedback on the Android item; the "leave feedback" page doesn't let you add a new section and doesn't even have an edit button. <a href="//en.wikipedia.org/wiki/User:Nyttend" title="User:Nyttend">Nyttend</a> (<a href="//en.wikipedia.org/wiki/User_talk:Nyttend" title="User talk:Nyttend">talk</a>) 21:43, 15 July 2019 (UTC)
</p><dl><dd data-parsoid="{}">Reply to Nyttend|2019-07-15T21:43:00.000Z|0</dd></dl>
<h2><span class="mw-headline" id="WP:Dashboard_on_sidebar">WP:Dashboard on sidebar</span></h2>
<p>I had an idea that the Dashboard should be on the sidebar below the Community Portal. I don't know how to add it locally, and I feel it should be sitewide anyway. Thoughts? <a href="//en.wikipedia.org/wiki/User:Remagoxer" title="User:Remagoxer">Remagoxer</a> (<a href="//en.wikipedia.org/wiki/User_talk:Remagoxer" title="User talk:Remagoxer">talk</a>) 09:19, 16 July 2019 (UTC)
@ -1347,7 +1347,7 @@ Evolutionary history of life · Timeline of the evolutionary ... · Earlie
<p><i><b><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" class="extiw" title="m:Special:MyLanguage/Tech/News">Tech news</a></b> prepared by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" class="extiw" title="m:Special:MyLanguage/Tech/News/Writers">Tech News writers</a> and posted by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki_message_delivery" class="extiw" title="m:Special:MyLanguage/User:MediaWiki message delivery">bot</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" class="extiw" title="m:Special:MyLanguage/Tech/News">Contribute</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/30" class="extiw" title="m:Special:MyLanguage/Tech/News/2019/30">Translate</a><a href="https://meta.wikimedia.org/wiki/Tech" class="extiw" title="m:Tech">Get help</a><a href="https://meta.wikimedia.org/wiki/Talk:Tech/News" class="extiw" title="m:Talk:Tech/News">Give feedback</a><a href="https://meta.wikimedia.org/wiki/Global_message_delivery/Targets/Tech_ambassadors" class="extiw" title="m:Global message delivery/Targets/Tech ambassadors">Subscribe or unsubscribe</a>.</i>
</p>
</div></div><p> 13:07, 22 July 2019 (UTC)
</p><dl><dd data-parsoid="{}">Reply to |2019-07-22T13:07:00.000Z|0</dd></dl><h2><span class="mw-headline" id="Transclusions_with_hashes_at_the_beginning">Transclusions with hashes at the beginning</span></h2>
</p><h2><span class="mw-headline" id="Transclusions_with_hashes_at_the_beginning">Transclusions with hashes at the beginning</span></h2>
<p>I have recently become confused by some transclusions on sports seasons articles such as <a href="//en.wikipedia.org/wiki/2019%E2%80%9320_UEFA_Europa_League" title="201920 UEFA Europa League">201920 UEFA Europa League</a>, which under the "third qualifying round" header just has the following code to produce the fixtures table, with no edit button as is usual on templates:
</p><p><code>{{#lst:201920 UEFA Europa League qualifying phase and play-off round|Q3}}</code>
</p><p>I cannot find the corresponding template or module for this anywhere, can anyone give me a hand?
@ -1520,8 +1520,8 @@ It causes sidebar to get malformed by icorrectly indenting its contents.
<dl><dd><span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux">Xaosflux</a>:</span> Thank you for your reply - and suggestions - seems I have =&gt; <b>"You have 8,108 pages on your watchlist (excluding talk pages)."</b> - is there a <b>maximum limit</b> for all to be ok? - also - the <a class="external free" href="https://en.wikipedia.org/wiki/Special:EditWatchlist/raw?safemode=1">https://en.wikipedia.org/wiki/Special:EditWatchlist/raw?safemode=1</a> - seems to work ok at the moment - anything I should/could do to be ok again in "normalmode" (not "safemode") - in any case - Thanks again for your reply - and - Enjoy!&nbsp;:) <a href="//en.wikipedia.org/wiki/User:Drbogdan" title="User:Drbogdan">Drbogdan</a> (<a href="//en.wikipedia.org/wiki/User_talk:Drbogdan" title="User talk:Drbogdan">talk</a>) 16:03, 27 July 2019 (UTC)
<dl><dd>I've got 18,314 pages. I was over 25,000 a couple of weeks ago, and was able to edit it. <a href="//en.wikipedia.org/wiki/User:DuncanHill" title="User:DuncanHill">DuncanHill</a> (<a href="//en.wikipedia.org/wiki/User_talk:DuncanHill" title="User talk:DuncanHill">talk</a>) 16:09, 27 July 2019 (UTC)
<dl><dd><span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:Drbogdan" title="User:Drbogdan">Drbogdan</a>:</span> while there isn't a limit (well there probably is some super giant limit but you're not at it) WL's tend to get wonky over 5000 entries, so I really suggest you trim it if possible. Perhaps you have a bunch of old User:IPADDRESS ones from old feedback/warnings that you can remove. Also the safemode link disables scripts, such as the ones you have enabled in <a href="//en.wikipedia.org/wiki/User:Drbogdan/common.js" title="User:Drbogdan/common.js">User:Drbogdan/common.js</a> and <a href="//en.wikipedia.org/wiki/User:Drbogdan/vector.js" title="User:Drbogdan/vector.js">User:Drbogdan/vector.js</a> - you could try turning these user scripts off to see if there are any conflicts being caused. — <a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux"><span style="color:#FF9933; font-weight:bold; font-family:monotype;">xaosflux</span></a> <sup><a href="//en.wikipedia.org/wiki/User_talk:Xaosflux" title="User talk:Xaosflux"><span style="color:#009933;">Talk</span></a></sup> 16:43, 27 July 2019 (UTC)
<dl><dd><span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux">Xaosflux</a>:</span> Thanks for your reply - it's appreciated - yes - trimmed some entries in "safemode" - but this did <i>not</i> work - remmed script in <a href="//en.wikipedia.org/wiki/User:Drbogdan/common.js" title="User:Drbogdan/common.js">User:Drbogdan/common.js</a> - as follows =&gt; <b><code>&lt;!---mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hedonil/XTools/XTools.js&amp;action=raw&amp;ctype=text/javascript');
importScript('User:SD0001/oldSearchHistory.js');---&gt;</code></b> - not clear if this script is important for anything I'd miss at the moment - but yes - this worked *very well* and the WatchList edit seems to be *entirely* ok (in regular "normalmode") at the moment - Thanks again for your help with this - and - Enjoy!&nbsp;:) 17:17, 27 July 2019 (UTC)<dl><dd data-parsoid="{}">Reply to |2019-07-27T17:17:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Xaosflux|2019-07-27T16:43:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to DuncanHill|2019-07-27T16:09:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Drbogdan|2019-07-27T16:03:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Xaosflux|2019-07-27T15:37:00.000Z|0</dd></dl></dd>
<dl><dd data-parsoid="{}">Reply to Xaosflux|2019-07-27T16:43:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to DuncanHill|2019-07-27T16:09:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Drbogdan|2019-07-27T16:03:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Xaosflux|2019-07-27T15:37:00.000Z|0</dd><dd><dl><dd><dl><dd><dl><dd><span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux">Xaosflux</a>:</span> Thanks for your reply - it's appreciated - yes - trimmed some entries in "safemode" - but this did <i>not</i> work - remmed script in <a href="//en.wikipedia.org/wiki/User:Drbogdan/common.js" title="User:Drbogdan/common.js">User:Drbogdan/common.js</a> - as follows =&gt; <b><code>&lt;!---mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hedonil/XTools/XTools.js&amp;action=raw&amp;ctype=text/javascript');
importScript('User:SD0001/oldSearchHistory.js');---&gt;</code></b> - not clear if this script is important for anything I'd miss at the moment - but yes - this worked *very well* and the WatchList edit seems to be *entirely* ok (in regular "normalmode") at the moment - Thanks again for your help with this - and - Enjoy!&nbsp;:) 17:17, 27 July 2019 (UTC)</dd></dl></dd></dl></dd></dl></dd></dl></dd>
<dd><span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:Drbogdan" title="User:Drbogdan">Drbogdan</a>:</span> .js pages use a slightly different comment code (I edited YOUR page with the right comment type - feel free to revert or do anything you want with it now) You can try turning those lines on back one at a time if you want them, then contact whomever's script you are loading if you would like them to work on it. — <a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux"><span style="color:#FF9933; font-weight:bold; font-family:monotype;">xaosflux</span></a> <sup><a href="//en.wikipedia.org/wiki/User_talk:Xaosflux" title="User talk:Xaosflux"><span style="color:#009933;">Talk</span></a></sup> 17:21, 27 July 2019 (UTC)
<dl><dd><span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux">Xaosflux</a>:</span> Thanks for updating the js code with the right comment code(s) - it's appreciated - all now seems ok - Thanks again for all your help with this - and - Enjoy!&nbsp;:) <a href="//en.wikipedia.org/wiki/User:Drbogdan" title="User:Drbogdan">Drbogdan</a> (<a href="//en.wikipedia.org/wiki/User_talk:Drbogdan" title="User talk:Drbogdan">talk</a>) 17:27, 27 July 2019 (UTC)
<dl><dd><span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:Xaosflux" title="User:Xaosflux">Xaosflux</a>:</span> - BRIEF Followup - after several tests - seems the particular <i>problem</i> script line in the "<a href="//en.wikipedia.org/wiki/User:Drbogdan/common.js" title="User:Drbogdan/common.js">User:Drbogdan/common.js</a>" file is =&gt; <b><code>/*importScript('User:SD0001/oldSearchHistory.js');*/</code></b> - the other script line seems ok - and somewhat useful at the moment - hope this helps in some way - in any regards - Thanks again - and - Enjoy!&nbsp;:) <a href="//en.wikipedia.org/wiki/User:Drbogdan" title="User:Drbogdan">Drbogdan</a> (<a href="//en.wikipedia.org/wiki/User_talk:Drbogdan" title="User talk:Drbogdan">talk</a>) 17:51, 27 July 2019 (UTC) [<b>NOTE</b>: corrected code - <a href="//en.wikipedia.org/wiki/User:Drbogdan" title="User:Drbogdan">Drbogdan</a> (<a href="//en.wikipedia.org/wiki/User_talk:Drbogdan" title="User talk:Drbogdan">talk</a>) 21:12, 27 July 2019 (UTC)]
@ -1581,7 +1581,7 @@ Sorry should have said, monobook, Edge, Win10. <a href="//en.wikipedia.org/wiki/
<dl><dd><span class="template-ping">@<a href="//en.wikipedia.org/wiki/User:Monniasza" title="User:Monniasza">Monniasza</a>:</span> <a href="//en.wikipedia.org/wiki/Wikipedia:SIG#NoTemplates" class="mw-redirect" title="Wikipedia:SIG">usage of templates in signatures is forbidden</a>. —⁠<a href="//en.wikipedia.org/wiki/User:Andrybak" title="User:Andrybak">andrybak</a> (<a href="//en.wikipedia.org/wiki/User_talk:Andrybak" title="User talk:Andrybak">talk</a>) 10:29, 29 July 2019 (UTC)
<dl><dd>Template still works incorrectly .<a href="//en.wikipedia.org/wiki/User:Monniasza" title="User:Monniasza">Monniasza</a> <a href="//en.wikipedia.org/wiki/User_talk:Monniasza" title="User talk:Monniasza">talk</a> 10:37, 29 July 2019 (UTC)
<dl><dd>{{<a href="//en.wikipedia.org/wiki/Template:Collapsible_option" title="Template:Collapsible option">Collapsible option</a>}} is designed to be used on template documentation pages. It outputs text that <i>describes</i> how the <code class="mw-highlight" id="" style="" dir="ltr">state</code> parameter works in those other templates. It doesn't do any collapsing itself. And, as Andrybak said, you may not use any template in your signature. -- <a href="//en.wikipedia.org/wiki/User:John_of_Reading" title="User:John of Reading">John of Reading</a> (<a href="//en.wikipedia.org/wiki/User_talk:John_of_Reading" title="User talk:John of Reading">talk</a>) 10:43, 29 July 2019 (UTC)
<dl><dd>Yes, this is like wrapping your beer in a refrigerator manual and complaining it doesn't get cold. <a href="//en.wikipedia.org/wiki/User:PrimeHunter" title="User:PrimeHunter">PrimeHunter</a> (<a href="//en.wikipedia.org/wiki/User_talk:PrimeHunter" title="User talk:PrimeHunter">talk</a>) 13:10, 29 July 2019 (UTC)<dl><dd data-parsoid="{}">Reply to PrimeHunter|2019-07-29T13:10:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to John of Reading|2019-07-29T10:43:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Monniasza|2019-07-29T10:37:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Andrybak|2019-07-29T10:29:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to |2019-07-29T10:25:00.000Z|0</dd></dl>
<dl><dd>Yes, this is like wrapping your beer in a refrigerator manual and complaining it doesn't get cold. <a href="//en.wikipedia.org/wiki/User:PrimeHunter" title="User:PrimeHunter">PrimeHunter</a> (<a href="//en.wikipedia.org/wiki/User_talk:PrimeHunter" title="User talk:PrimeHunter">talk</a>) 13:10, 29 July 2019 (UTC)<dl><dd data-parsoid="{}">Reply to PrimeHunter|2019-07-29T13:10:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to John of Reading|2019-07-29T10:43:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Monniasza|2019-07-29T10:37:00.000Z|0</dd></dl></dd></dl></dd><dd data-parsoid="{}">Reply to Andrybak|2019-07-29T10:29:00.000Z|0</dd></dl>
<h2><span class="mw-headline" id="Tech_News:_2019-31"><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/31" class="extiw" title="m:Special:MyLanguage/Tech/News/2019/31">Tech News: 2019-31</a></span></h2>
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr"><div class="plainlinks">
<p>Latest <b><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" class="extiw" title="m:Special:MyLanguage/Tech/News">tech news</a></b> from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/31" class="extiw" title="m:Special:MyLanguage/Tech/News/2019/31">Translations</a> are available.
@ -1597,7 +1597,7 @@ Sorry should have said, monobook, Edge, Win10. <a href="//en.wikipedia.org/wiki/
<p><i><b><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" class="extiw" title="m:Special:MyLanguage/Tech/News">Tech news</a></b> prepared by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" class="extiw" title="m:Special:MyLanguage/Tech/News/Writers">Tech News writers</a> and posted by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki_message_delivery" class="extiw" title="m:Special:MyLanguage/User:MediaWiki message delivery">bot</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" class="extiw" title="m:Special:MyLanguage/Tech/News">Contribute</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/31" class="extiw" title="m:Special:MyLanguage/Tech/News/2019/31">Translate</a><a href="https://meta.wikimedia.org/wiki/Tech" class="extiw" title="m:Tech">Get help</a><a href="https://meta.wikimedia.org/wiki/Talk:Tech/News" class="extiw" title="m:Talk:Tech/News">Give feedback</a><a href="https://meta.wikimedia.org/wiki/Global_message_delivery/Targets/Tech_ambassadors" class="extiw" title="m:Global message delivery/Targets/Tech ambassadors">Subscribe or unsubscribe</a>.</i>
</p>
</div></div><p> 21:42, 29 July 2019 (UTC)
</p><dl><dd data-parsoid="{}">Reply to |2019-07-29T21:42:00.000Z|0</dd></dl><h2><span id="Colors_of_class.3Dwikitable.3F"></span><span class="mw-headline" id="Colors_of_class=wikitable?">Colors of class=wikitable?</span></h2>
</p><h2><span id="Colors_of_class.3Dwikitable.3F"></span><span class="mw-headline" id="Colors_of_class=wikitable?">Colors of class=wikitable?</span></h2>
<p>Quick question, but I can't find the answer. What are the color codes for the default wikitable? For the grey background and the darker grey header? Thanks, <a href="//en.wikipedia.org/wiki/User:Renata3" title="User:Renata3">Renata</a> (<a href="//en.wikipedia.org/wiki/User_talk:Renata3" title="User talk:Renata3">talk</a>) 02:33, 30 July 2019 (UTC)
</p><dl><dd data-parsoid="{}">Reply to Renata3|2019-07-30T02:33:00.000Z|0</dd></dl>
<table class="wikitable">
@ -1913,7 +1913,7 @@ which I noticed is overflowing outside the box on the right side. Next, I clicke
<p><i><b><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" class="extiw" title="m:Special:MyLanguage/Tech/News">Tech news</a></b> prepared by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" class="extiw" title="m:Special:MyLanguage/Tech/News/Writers">Tech News writers</a> and posted by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki_message_delivery" class="extiw" title="m:Special:MyLanguage/User:MediaWiki message delivery">bot</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" class="extiw" title="m:Special:MyLanguage/Tech/News">Contribute</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/32" class="extiw" title="m:Special:MyLanguage/Tech/News/2019/32">Translate</a><a href="https://meta.wikimedia.org/wiki/Tech" class="extiw" title="m:Tech">Get help</a><a href="https://meta.wikimedia.org/wiki/Talk:Tech/News" class="extiw" title="m:Talk:Tech/News">Give feedback</a><a href="https://meta.wikimedia.org/wiki/Global_message_delivery/Targets/Tech_ambassadors" class="extiw" title="m:Global message delivery/Targets/Tech ambassadors">Subscribe or unsubscribe</a>.</i>
</p>
</div></div><p> 13:24, 5 August 2019 (UTC)
</p><dl><dd data-parsoid="{}">Reply to |2019-08-05T13:24:00.000Z|0</dd></dl><h2><span id="SineBot_on_strike.3F"></span><span class="mw-headline" id="SineBot_on_strike?">SineBot on strike?</span></h2>
</p><h2><span id="SineBot_on_strike.3F"></span><span class="mw-headline" id="SineBot_on_strike?">SineBot on strike?</span></h2>
<p>The <a href="//en.wikipedia.org/wiki/User:SineBot" title="User:SineBot">SineBot</a>&nbsp;(<a href="//en.wikipedia.org/wiki/User_talk:SineBot" title="User talk:SineBot">talk</a>&nbsp;<b>·</b> <a href="//en.wikipedia.org/wiki/Special:Contributions/SineBot" title="Special:Contributions/SineBot">contribs</a>) has not made any edits since <a href="//en.wikipedia.org/wiki/Special:Contributions/SineBot" title="Special:Contributions/SineBot">2019 Jul 25</a>. What has happened.? — <a href="//en.wikipedia.org/wiki/User:RHaworth" title="User:RHaworth">RHaworth</a> (<a href="//en.wikipedia.org/wiki/User_talk:RHaworth" title="User talk:RHaworth">talk</a> <b>·</b> <a href="//en.wikipedia.org/wiki/Special:Contributions/RHaworth" title="Special:Contributions/RHaworth">contribs</a>) 17:04, 4 August 2019 (UTC)
</p>
<dl><dd>The operator, <a href="//en.wikipedia.org/wiki/User:Slakr" title="User:Slakr">User:Slakr</a>, hasn't edited since 22 July. Maybe something crashed with the bot and Slakr hasn't noticed the problem yet? Or maybe a MediaWiki software change affected something on which the bot depended, making it unable to function? I doubt there's any way to identify the precise problem until Slakr returns to activity — since the source code has not been published, only the operator knows how the bot works, and only the operator can figure out what critical processes may have been broken. And of course, only the operator can check to see if the operator's personal computer has stopped working properly at home. <a href="//en.wikipedia.org/wiki/User:Nyttend" title="User:Nyttend">Nyttend</a> (<a href="//en.wikipedia.org/wiki/User_talk:Nyttend" title="User talk:Nyttend">talk</a>) 21:04, 4 August 2019 (UTC)<dl><dd data-parsoid="{}">Reply to Nyttend|2019-08-04T21:04:00.000Z|0</dd></dl></dd>
@ -2320,7 +2320,7 @@ above now done, but <a class="external free" href="https://sq.wikipedia.org/wiki
<p><i><b><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" class="extiw" title="m:Special:MyLanguage/Tech/News">Tech news</a></b> prepared by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" class="extiw" title="m:Special:MyLanguage/Tech/News/Writers">Tech News writers</a> and posted by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki_message_delivery" class="extiw" title="m:Special:MyLanguage/User:MediaWiki message delivery">bot</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" class="extiw" title="m:Special:MyLanguage/Tech/News">Contribute</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/33" class="extiw" title="m:Special:MyLanguage/Tech/News/2019/33">Translate</a><a href="https://meta.wikimedia.org/wiki/Tech" class="extiw" title="m:Tech">Get help</a><a href="https://meta.wikimedia.org/wiki/Talk:Tech/News" class="extiw" title="m:Talk:Tech/News">Give feedback</a><a href="https://meta.wikimedia.org/wiki/Global_message_delivery/Targets/Tech_ambassadors" class="extiw" title="m:Global message delivery/Targets/Tech ambassadors">Subscribe or unsubscribe</a>.</i>
</p>
</div></div><p> 18:19, 12 August 2019 (UTC)
</p><dl><dd data-parsoid="{}">Reply to |2019-08-12T18:19:00.000Z|0</dd></dl><h2><span class="mw-headline" id="Adjusting_edit_window_size">Adjusting edit window size</span></h2>
</p><h2><span class="mw-headline" id="Adjusting_edit_window_size">Adjusting edit window size</span></h2>
<p>When editing in wikitext mode, is there a way to set the height of the edit window? Default seems to be 26 lines, and I almost always want about double that, especially when editing long articles or tables. I suppose there is a JS or CSS variable that can be adjusted somewhere? Also, this setting should be added to <a href="//en.wikipedia.org/wiki/Special:Preferences" title="Special:Preferences">Special:Preferences</a>, under the Editing tab, Editor section, to help non-technical users. — <a href="//en.wikipedia.org/wiki/User:JFG" title="User:JFG">JFG</a> <sup><a href="//en.wikipedia.org/wiki/User_talk:JFG" title="User talk:JFG">talk</a></sup> 07:57, 12 August 2019 (UTC)
</p>
<dl><dd>This will double the viewport:</dd>
@ -2415,7 +2415,7 @@ above now done, but <a class="external free" href="https://sq.wikipedia.org/wiki
<dl><dd><i>The following discussion is closed. <span style="color:red"><b>Please do not modify it.</b></span> Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.</i></dd></dl>
<hr>
<p>Should the interactive <a href="//en.wikipedia.org/wiki/Portable_game_notation" class="mw-redirect" title="Portable game notation">portable game notation</a> viewer in use on the Hebrew, Russian, and Ukrainian Wikipedias be enabled on the English Wikipedia? 05:28, 30 July 2019 (UTC)
</p><dl><dd data-parsoid="{}">Reply to |2019-07-30T05:28:00.000Z|0</dd></dl>
</p>
<dl><dt>Background</dt></dl>
<p>Chess games can be described in a standard machine-readable format, <a href="//en.wikipedia.org/wiki/Portable_game_notation" class="mw-redirect" title="Portable game notation">portable game notation</a>, so that these games can be displayed on computers. On a number of websites the user interface allows for PGN to be rendered as an interactive board so that readers can browse through games. Around 2013, <a href="//en.wikipedia.org/wiki/User:%D7%A7%D7%99%D7%A4%D7%95%D7%93%D7%A0%D7%97%D7%A9" title="User:קיפודנחש">User:קיפודנחש</a> developed a JavaScript application that brings this functionality to Wikipedia articles about chess which has been in use on the Hebrew Wikipedia. You can see examples of this at the Hebrew Wikipedia articles for <a href="https://he.wikipedia.org/wiki/%D7%9E%D7%A9%D7%97%D7%A7_%D7%94%D7%90%D7%9C%D7%9E%D7%95%D7%95%D7%AA" class="extiw" title="he:משחק האלמוות">The Immortal Game</a> (<a href="//en.wikipedia.org/wiki/Immortal_Game" title="Immortal Game">en</a>) and <a href="https://he.wikipedia.org/wiki/%D7%99%D7%A8%D7%95%D7%A7-%D7%94%D7%A2%D7%93" class="extiw" title="he:ירוק-העד">The Evergreen Game</a> (<a href="//en.wikipedia.org/wiki/Evergreen_Game" title="Evergreen Game">en</a>). A number of discussions have occured at VPT on interactive chessboards (you can find them by searching "PGN viewer" in the archives) with the most recent being <a href="//en.wikipedia.org/wiki/Wikipedia:Village_pump_(proposals)/Archive_132#Interactive_chess_boards" title="Wikipedia:Village pump (proposals)/Archive 132">Wikipedia:Village pump (proposals)/Archive 132#Interactive chess boards</a> in 2016. That discussion was closed by <a href="//en.wikipedia.org/w/index.php?title=User:Cunard&amp;action=edit&amp;redlink=1" class="new" title="User:Cunard (page does not exist)">User:Cunard</a> as having "a clear consensus to support the general proposal of enabling interactive chess boards on the English Wikipedia." While people were generally in favor of the functionality, the technical implementation was never fully discussed.
</p>
@ -2640,7 +2640,7 @@ Greetings, Community tech bot appears to be down (not running) since April, 2019
<p><i><b><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" class="extiw" title="m:Special:MyLanguage/Tech/News">Tech news</a></b> prepared by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" class="extiw" title="m:Special:MyLanguage/Tech/News/Writers">Tech News writers</a> and posted by <a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki_message_delivery" class="extiw" title="m:Special:MyLanguage/User:MediaWiki message delivery">bot</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" class="extiw" title="m:Special:MyLanguage/Tech/News">Contribute</a><a href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/34" class="extiw" title="m:Special:MyLanguage/Tech/News/2019/34">Translate</a><a href="https://meta.wikimedia.org/wiki/Tech" class="extiw" title="m:Tech">Get help</a><a href="https://meta.wikimedia.org/wiki/Talk:Tech/News" class="extiw" title="m:Talk:Tech/News">Give feedback</a><a href="https://meta.wikimedia.org/wiki/Global_message_delivery/Targets/Tech_ambassadors" class="extiw" title="m:Global message delivery/Targets/Tech ambassadors">Subscribe or unsubscribe</a>.</i>
</p>
</div></div><p> 15:20, 19 August 2019 (UTC)
</p><dl><dd data-parsoid="{}">Reply to |2019-08-19T15:20:00.000Z|0</dd></dl><h2><span class="mw-headline" id="Format_output_of_Template:To_USD">Format output of Template:To USD</span></h2>
</p><h2><span class="mw-headline" id="Format_output_of_Template:To_USD">Format output of Template:To USD</span></h2>
<p>Hi there, please can you assist me with formatting the output of <a href="//en.wikipedia.org/wiki/Template:To_USD" title="Template:To USD">Template:To USD</a> to insert commas between thousands, in addition to accept input which has commas. I believe <span class="nowrap"><code>{{formatnum:}}</code></span> will be of assistance. Thanks for your help in advance, <code>{{u|<a href="//en.wikipedia.org/wiki/User:Waddie96" title="User:Waddie96">waddie96</a>}}&nbsp;{<a href="//en.wikipedia.org/wiki/User_talk:Waddie96" title="User talk:Waddie96">talk</a>}</code> 18:39, 19 August 2019 (UTC)
</p><dl><dd data-parsoid="{}">Reply to Waddie96|2019-08-19T18:39:00.000Z|0</dd></dl>
<dl><dd><span style="font-size:85%;">[A note for myself that the template help doc must be updated to match these changes, i.e. r/v recent additions]</span></dd></dl>

View file

@ -203,24 +203,12 @@
"level": 2,
"id": "Jotamar|2019-06-26T19:01:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-06-28T10:49:00.000Z",
"author": null,
"range": [
"0/20/0/9/0/0",
"0/20/0/9/2/3/0/26"
],
"level": 3,
"id": "|2019-06-28T10:49:00.000Z|0",
"replies": []
},
{
"type": "comment",
"timestamp": "2019-06-28T11:09:00.000Z",
"author": "PrimeHunter",
"range": [
"0/20/0/9/2/4",
"0/20/0/9/0/0",
"0/20/0/9/2/6/0/8/27"
],
"level": 3,
@ -378,20 +366,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-07-01T21:22:00.000Z",
"author": null,
"range": [
"0/45/0/1/0",
"0/46/0/26"
],
"level": 1,
"id": "|2019-07-01T21:22:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",
@ -4021,20 +3996,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-07-08T20:12:00.000Z",
"author": null,
"range": [
"0/393/0/1/0",
"0/394/0/26"
],
"level": 1,
"id": "|2019-07-08T20:12:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",
@ -5897,24 +5859,12 @@
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-07-14T21:34:00.000Z",
"author": null,
"range": [
"0/590/0",
"0/591/3/0/26"
],
"level": 1,
"id": "|2019-07-14T21:34:00.000Z|0",
"replies": []
},
{
"type": "comment",
"timestamp": "2019-07-14T21:59:00.000Z",
"author": "Xaosflux",
"range": [
"0/591/4",
"0/590/0",
"0/593/0/7/26"
],
"level": 1,
@ -5941,20 +5891,7 @@
],
"level": 4,
"id": "Modulus12|2019-07-14T22:51:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-07-15T14:49:00.000Z",
"author": null,
"range": [
"0/597/0/0/0/5/0/7/0/0",
"0/597/0/0/0/5/0/7/0/3/0/26"
],
"level": 5,
"id": "|2019-07-15T14:49:00.000Z|0",
"replies": []
}
]
"replies": []
}
]
}
@ -6171,24 +6108,12 @@
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-07-15T15:29:00.000Z",
"author": null,
"range": [
"0/650/0/1/0",
"0/651/0/27"
],
"level": 1,
"id": "|2019-07-15T15:29:00.000Z|0",
"replies": []
},
{
"type": "comment",
"timestamp": "2019-07-15T21:43:00.000Z",
"author": "Nyttend",
"range": [
"0/652/0",
"0/650/0/1/0",
"0/652/4/27"
],
"level": 1,
@ -7103,20 +7028,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-07-22T13:07:00.000Z",
"author": null,
"range": [
"0/770/0/1/0",
"0/771/0/27"
],
"level": 1,
"id": "|2019-07-22T13:07:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",
@ -8104,20 +8016,7 @@
],
"level": 5,
"id": "Xaosflux|2019-07-27T16:43:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-07-27T17:17:00.000Z",
"author": null,
"range": [
"0/896/0/8/0/12/0/5/0/10/0/0/0",
"0/896/0/8/0/12/0/5/0/10/0/7/284"
],
"level": 6,
"id": "|2019-07-27T17:17:00.000Z|0",
"replies": []
}
]
"replies": []
}
]
}
@ -8130,7 +8029,7 @@
"timestamp": "2019-07-27T17:21:00.000Z",
"author": "Xaosflux",
"range": [
"0/896/2/0/0",
"0/896/0/8/0/12/0/5/0/10/0/0/0",
"0/896/2/5/26"
],
"level": 2,
@ -8486,61 +8385,48 @@
"replies": [
{
"type": "comment",
"timestamp": "2019-07-29T10:25:00.000Z",
"author": null,
"timestamp": "2019-07-29T10:29:00.000Z",
"author": "Andrybak",
"range": [
"0/929/0",
"0/934/8/28"
"0/936/0/7/27"
],
"level": 1,
"id": "|2019-07-29T10:25:00.000Z|0",
"id": "Andrybak|2019-07-29T10:29:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-07-29T10:29:00.000Z",
"author": "Andrybak",
"timestamp": "2019-07-29T10:37:00.000Z",
"author": "Monniasza",
"range": [
"0/936/0/0/0",
"0/936/0/7/27"
"0/936/0/8/0/0",
"0/936/0/8/0/4/27"
],
"level": 2,
"id": "Andrybak|2019-07-29T10:29:00.000Z|0",
"level": 3,
"id": "Monniasza|2019-07-29T10:37:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-07-29T10:37:00.000Z",
"author": "Monniasza",
"timestamp": "2019-07-29T10:43:00.000Z",
"author": "John of Reading",
"range": [
"0/936/0/8/0/0",
"0/936/0/8/0/4/27"
"0/936/0/8/0/5/0/0",
"0/936/0/8/0/5/0/10/27"
],
"level": 3,
"id": "Monniasza|2019-07-29T10:37:00.000Z|0",
"level": 4,
"id": "John of Reading|2019-07-29T10:43:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-07-29T10:43:00.000Z",
"author": "John of Reading",
"timestamp": "2019-07-29T13:10:00.000Z",
"author": "PrimeHunter",
"range": [
"0/936/0/8/0/5/0/0",
"0/936/0/8/0/5/0/10/27"
"0/936/0/8/0/5/0/11/0/0",
"0/936/0/8/0/5/0/11/0/4/27"
],
"level": 4,
"id": "John of Reading|2019-07-29T10:43:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-07-29T13:10:00.000Z",
"author": "PrimeHunter",
"range": [
"0/936/0/8/0/5/0/11/0/0",
"0/936/0/8/0/5/0/11/0/4/27"
],
"level": 5,
"id": "PrimeHunter|2019-07-29T13:10:00.000Z|0",
"replies": []
}
]
"level": 5,
"id": "PrimeHunter|2019-07-29T13:10:00.000Z|0",
"replies": []
}
]
}
@ -8558,20 +8444,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-07-29T21:42:00.000Z",
"author": null,
"range": [
"0/940/0/1/0",
"0/941/0/27"
],
"level": 1,
"id": "|2019-07-29T21:42:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",
@ -10693,20 +10566,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-08-05T13:24:00.000Z",
"author": null,
"range": [
"0/1170/0/1/0",
"0/1171/0/28"
],
"level": 1,
"id": "|2019-08-05T13:24:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",
@ -12498,20 +12358,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-08-12T18:19:00.000Z",
"author": null,
"range": [
"0/1388/0/1/0",
"0/1389/0/29"
],
"level": 1,
"id": "|2019-08-12T18:19:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",
@ -13280,18 +13127,6 @@
"level": 1,
"id": "Wugapodes|2019-08-27T22:44:00.000Z|0",
"replies": []
},
{
"type": "comment",
"timestamp": "2019-07-30T05:28:00.000Z",
"author": null,
"range": [
"0/1485/2/0/0/0",
"0/1485/6/2/126"
],
"level": 1,
"id": "|2019-07-30T05:28:00.000Z|0",
"replies": []
}
]
},
@ -14590,20 +14425,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-08-19T15:20:00.000Z",
"author": null,
"range": [
"0/1586/0/1/0",
"0/1587/0/29"
],
"level": 1,
"id": "|2019-08-19T15:20:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",

View file

@ -194,7 +194,7 @@ Czy ta dyskusja jest o encyklopedii papierowej, czy elektronicznej? Jeśli elekt
<ul><li>Nie. Pisma powstałe po roku 1989 a używające nazw dawnych czasopism (np. Bluszcz czy Warszawska Gazeta) mają bardzo niewiele wspólnego z przedwojennymi wydawnictwami. Powinny mieć osobne hasła, które w treści mogą zawierać wzmiankę np. W XXXX r. powstało czasopismo o tej samej nazwie nawiązujące doYYY. (można trochę więcej, na czym to nawiązywanie polega). <a href="//pl.wikipedia.org/wiki/Wikipedysta:Tomasz_Raburski" title="Wikipedysta:Tomasz Raburski">Tomasz Raburski</a> (<a href="//pl.wikipedia.org/wiki/Dyskusja_wikipedysty:Tomasz_Raburski" title="Dyskusja wikipedysty:Tomasz Raburski">dyskusja</a>) 13:05, 18 paź 2018 (CEST)<ul><li data-parsoid="{}">Reply to Tomasz Raburski|2018-10-18T11:05:00.000Z|0</li></ul></li>
<li>Powinny być ze sobą powiązane przez disambig albo <i>zobacz też</i>. <a href="//pl.wikipedia.org/wiki/Wikipedysta:Ciacho5" title="Wikipedysta:Ciacho5">Ciacho5</a> (<a href="//pl.wikipedia.org/wiki/Dyskusja_wikipedysty:Ciacho5" title="Dyskusja wikipedysty:Ciacho5">dyskusja</a>) 14:04, 18 paź 2018 (CEST)<ul><li data-parsoid="{}">Reply to Ciacho5|2018-10-18T12:04:00.000Z|0</li></ul></li><li data-parsoid="{}">Reply to Pawelmhm|2018-10-18T10:29:00.000Z|0</li></ul>
<h2><span id="T.C5.82o_w_kom.C3.B3rce"></span><span class="mw-headline" id="Tło_w_komórce">Tło w komórce</span></h2>
<dl><dd><small>Wątek założony przed: 21:03, 18 paź 2018 (CET)</small><dl><dd data-parsoid="{}">Reply to |2018-10-18T19:03:00.000Z|0</dd></dl></dd></dl>
<dl><dd><small>Wątek założony przed: 21:03, 18 paź 2018 (CET)</small></dd></dl>
<p>Jak dodać czarne tło w komórce (W tabelce)? Tak jak w tym artykule <a class="external free" href="https://pl.wikipedia.org/wiki/Rubel_bia%C5%82oruski">https://pl.wikipedia.org/wiki/Rubel_bia%C5%82oruski</a> w tabelce "Pierwszy rubel (19921999)" (Chodzi o awers i rewers)
</p>
<dl><dd>W kodzie źródłowym danej komórki musi się znaleźć wpis: <code>bgcolor="#000000"</code>.<br>We wspomnianym artykule cała linijka kodu dla pierwszego wiersza w kolumnie Awers wygląda tak: <code>| align="center" bgcolor="#000000" | [[Plik:Belarus-1992-Bill-0.5-Obverse.jpg|105px]]</code>; bgcolor to z ang. background color, czyli kolor tła; kolor czarny w zapisie szesnastkowym to #000000. <b><a href="//pl.wikipedia.org/wiki/Wikipedysta:Demkoff" title="Wikipedysta:Demkoff"><font face="Arial Narrow"><span style="color: #4169E1">Demkoff</span></font></a></b> <sub><b><a href="//pl.wikipedia.org/wiki/Dyskusja_wikipedysty:Demkoff" title="Dyskusja wikipedysty:Demkoff"><span style="color: #BD9F57">dyskusja</span></a></b></sub> 03:41, 19 paź 2018 (CEST)<dl><dd data-parsoid="{}">Reply to Demkoff|2018-10-19T01:41:00.000Z|0</dd></dl></dd></dl>

View file

@ -1469,27 +1469,15 @@
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2018-10-18T19:03:00.000Z",
"author": null,
"range": [
"0/160/0/0/0",
"0/160/0/0/0/46"
],
"level": 2,
"id": "|2018-10-18T19:03:00.000Z|0",
"replies": []
},
{
"type": "comment",
"timestamp": "2018-10-19T01:41:00.000Z",
"author": "Demkoff",
"range": [
"0/162/0",
"0/160/0/0/0",
"0/164/0/10/26"
],
"level": 1,
"level": 2,
"id": "Demkoff|2018-10-19T01:41:00.000Z|0",
"replies": []
}

View file

@ -42,7 +42,7 @@
<p id="mwTw">I'd like to know if there is any bot or tool that can help me finding old vandalizing editions in a WP file history. Thanks. --<a rel="mw:WikiLink" href="./User:Jotamar" title="User:Jotamar" id="mwUA">Jotamar</a> (<a rel="mw:WikiLink" href="./User_talk:Jotamar" title="User talk:Jotamar" id="mwUQ">talk</a>) 23:56, 19 June 2019 (UTC)</p>
<dl id="mwUg"><dd id="mwUw">When I said <i id="mwVA">WP files</i>, I meant <i id="mwVQ">WP pages</i>. Can someone at least tell me, where should I ask my question? --<a rel="mw:WikiLink" href="./User:Jotamar" title="User:Jotamar" id="mwVg">Jotamar</a> (<a rel="mw:WikiLink" href="./User_talk:Jotamar" title="User talk:Jotamar" id="mwVw">talk</a>) 19:01, 26 June 2019 (UTC)
<dl id="mwWA"><dd id="mwWQ">Yes, <a rel="mw:WikiLink" href="./User:Jotamar" title="User:Jotamar" id="mwWg">Jotamar</a>, probably <a rel="mw:WikiLink" href="./Wikipedia:BOTREQ" title="Wikipedia:BOTREQ" id="mwWw" class="mw-redirect">WP:BOTREQ</a>, how many edits are you looking for? There will be many millions. Fist step might be to look for edits preceding those with an edit summary of "rvv". Another good place to look is the edits prior to <a rel="mw:WikiLink" href="./User:ClueBot" title="User:ClueBot" id="mwXA">User:ClueBot</a>'s edits.</dd>
<dd id="mwXQ">All<span typeof="mw:Entity" id="mwXg">&nbsp;</span>the<span typeof="mw:Entity" id="mwXw">&nbsp;</span>best: <i id="mwYA"><a rel="mw:WikiLink" href="./User:Rich_Farmbrough" title="User:Rich Farmbrough" id="mwYQ">Rich</a><span typeof="mw:Entity" id="mwYg">&nbsp;</span><a rel="mw:WikiLink" href="./User_talk:Rich_Farmbrough" title="User talk:Rich Farmbrough" id="mwYw">Farmbrough</a></i>,<small id="mwZA"> 10:49, 28 June 2019 (UTC).</small><dl><dd data-parsoid="{}">Reply to |2019-06-28T10:49:00.000Z|0</dd></dl><br id="mwZQ">
<dd id="mwXQ">All<span typeof="mw:Entity" id="mwXg">&nbsp;</span>the<span typeof="mw:Entity" id="mwXw">&nbsp;</span>best: <i id="mwYA"><a rel="mw:WikiLink" href="./User:Rich_Farmbrough" title="User:Rich Farmbrough" id="mwYQ">Rich</a><span typeof="mw:Entity" id="mwYg">&nbsp;</span><a rel="mw:WikiLink" href="./User_talk:Rich_Farmbrough" title="User talk:Rich Farmbrough" id="mwYw">Farmbrough</a></i>,<small id="mwZA"> 10:49, 28 June 2019 (UTC).</small><br id="mwZQ">
<dl id="mwZg"><dd id="mwZw">If you already know specific vandalized text in an article and want the edit which added it then click "Find addition/removal" at the top of the page history. It used <a rel="mw:WikiLink" href="./Wikipedia:WikiBlame" title="Wikipedia:WikiBlame" id="mwaA">WikiBlame</a> until recently but the tool has problems and another is currently used. It's discussed at <a rel="mw:WikiLink" href="./MediaWiki_talk:Histlegend#Wikiblame_replacement" title="MediaWiki talk:Histlegend" id="mwaQ">MediaWiki talk:Histlegend#Wikiblame replacement</a>. <a rel="mw:WikiLink" href="./User:PrimeHunter" title="User:PrimeHunter" id="mwag">PrimeHunter</a> (<a rel="mw:WikiLink" href="./User_talk:PrimeHunter" title="User talk:PrimeHunter" id="mwaw">talk</a>) 11:09, 28 June 2019 (UTC)
<dl id="mwbA"><dd id="mwbQ">What I have in mind is some sort of heuristic tool, capable of finding a short list of possible vandalazing editions that have not been reverted, in a group of pages, for instance, the pages under one category. In less popular, poorly maintained pages, it's not uncommon that such an edition can be easily reverted even after months or years, but first you have to find them, and that takes up a lot of time. --<a rel="mw:WikiLink" href="./User:Jotamar" title="User:Jotamar" id="mwbg">Jotamar</a> (<a rel="mw:WikiLink" href="./User_talk:Jotamar" title="User talk:Jotamar" id="mwbw">talk</a>) 13:48, 1 July 2019 (UTC)<dl><dd data-parsoid="{}">Reply to Jotamar|2019-07-01T13:48:00.000Z|0</dd></dl></dd></dl></dd><dd data-parsoid="{}">Reply to PrimeHunter|2019-06-28T11:09:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Jotamar|2019-06-26T19:01:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Jotamar|2019-06-19T23:56:00.000Z|0</dd></dl>
@ -95,7 +95,7 @@ Tag: Rescuing 14 sources and tagging 0 as dead. #IABot (v2.0beta15)</p>
<ul id="mwzQ"><li id="mwzg"><figure-inline typeof="mw:Image" data-mw="{&quot;caption&quot;:&quot;Recurrent item&quot;}" id="mwzw"><span id="mw0A"><img resource="./File:Octicons-sync.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Octicons-sync.svg/12px-Octicons-sync.svg.png" data-file-width="768" data-file-height="1024" data-file-type="drawing" height="16" width="12" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Octicons-sync.svg/24px-Octicons-sync.svg.png 2x, //upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Octicons-sync.svg/18px-Octicons-sync.svg.png 1.5x" id="mw0Q"></span></figure-inline> <figure-inline typeof="mw:Image" data-mw="{&quot;caption&quot;:&quot;Advanced item&quot;}" id="mw0g"><span id="mw0w"><img resource="./File:Octicons-tools.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Octicons-tools.svg/15px-Octicons-tools.svg.png" data-file-width="1024" data-file-height="1024" data-file-type="drawing" height="15" width="15" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Octicons-tools.svg/30px-Octicons-tools.svg.png 2x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Octicons-tools.svg/23px-Octicons-tools.svg.png 1.5x" id="mw1A"></span></figure-inline> You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on <a rel="mw:ExtLink" href="https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190703T15" class="external text" id="mw1Q">3 July at 15:00 (UTC)</a>. See <a rel="mw:WikiLink/Interwiki" href="https://www.mediawiki.org/wiki/Technical%20Advice%20IRC%20Meeting" title="mw:Technical Advice IRC Meeting" id="mw1g">how to join</a>.</li></ul>
<p id="mw1w"><i id="mw2A"><b id="mw2Q"><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" title="m:Special:MyLanguage/Tech/News" id="mw2g">Tech news</a></b> prepared by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" title="m:Special:MyLanguage/Tech/News/Writers" id="mw2w">Tech News writers</a> and posted by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki%20message%20delivery" title="m:Special:MyLanguage/User:MediaWiki message delivery" id="mw3A">bot</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" title="m:Special:MyLanguage/Tech/News" id="mw3Q">Contribute</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/27" title="m:Special:MyLanguage/Tech/News/2019/27" id="mw3g">Translate</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Tech" title="m:Tech" id="mw3w">Get help</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Talk:Tech/News" title="m:Talk:Tech/News" id="mw4A">Give feedback</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Global%20message%20delivery/Targets/Tech%20ambassadors" title="m:Global message delivery/Targets/Tech ambassadors" id="mw4Q">Subscribe or unsubscribe</a>.</i></p>
</div></div> <link typeof="mw:Extension/section" about="#mwt35" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W27&quot;}}" id="mw4g"><p id="mw4w"> 21:22, 1 July 2019 (UTC)</p><dl><dd data-parsoid="{}">Reply to |2019-07-01T21:22:00.000Z|0</dd></dl>
</div></div> <link typeof="mw:Extension/section" about="#mwt35" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W27&quot;}}" id="mw4g"><p id="mw4w"> 21:22, 1 July 2019 (UTC)</p>
<!-- Message sent by User:Quiddity (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Tech_ambassadors&#x26;oldid=19175317 -->
<p id="mw5A">
<br id="mw5Q"></p>
@ -639,7 +639,7 @@ Currently, one of the most backlogged processes is <a rel="mw:WikiLink" href="./
<li id="mwCMs"><figure-inline typeof="mw:Image" data-mw="{&quot;caption&quot;:&quot;Advanced item&quot;}" id="mwCMw"><span id="mwCM0"><img resource="./File:Octicons-tools.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Octicons-tools.svg/15px-Octicons-tools.svg.png" data-file-width="1024" data-file-height="1024" data-file-type="drawing" height="15" width="15" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Octicons-tools.svg/30px-Octicons-tools.svg.png 2x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Octicons-tools.svg/23px-Octicons-tools.svg.png 1.5x" id="mwCM4"></span></figure-inline> There will be a change in the name format of new Wikidata RDF dumps starting on 15 July. <a rel="mw:ExtLink" href="https://phabricator.wikimedia.org/T226153" class="external autonumber" id="mwCM8"></a></li></ul>
<p id="mwCNA"><i id="mwCNE"><b id="mwCNI"><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" title="m:Special:MyLanguage/Tech/News" id="mwCNM">Tech news</a></b> prepared by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" title="m:Special:MyLanguage/Tech/News/Writers" id="mwCNQ">Tech News writers</a> and posted by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki%20message%20delivery" title="m:Special:MyLanguage/User:MediaWiki message delivery" id="mwCNU">bot</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" title="m:Special:MyLanguage/Tech/News" id="mwCNY">Contribute</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/28" title="m:Special:MyLanguage/Tech/News/2019/28" id="mwCNc">Translate</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Tech" title="m:Tech" id="mwCNg">Get help</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Talk:Tech/News" title="m:Talk:Tech/News" id="mwCNk">Give feedback</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Global%20message%20delivery/Targets/Tech%20ambassadors" title="m:Global message delivery/Targets/Tech ambassadors" id="mwCNo">Subscribe or unsubscribe</a>.</i></p>
</div></div> <link typeof="mw:Extension/section" about="#mwt246" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W28&quot;}}" id="mwCNs"><p id="mwCNw"> 20:12, 8 July 2019 (UTC)</p><dl><dd data-parsoid="{}">Reply to |2019-07-08T20:12:00.000Z|0</dd></dl>
</div></div> <link typeof="mw:Extension/section" about="#mwt246" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W28&quot;}}" id="mwCNs"><p id="mwCNw"> 20:12, 8 July 2019 (UTC)</p>
<!-- Message sent by User:Quiddity (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Tech_ambassadors&#x26;oldid=19192465 -->
</section><section data-mw-section-id="45" id="mwCN0"><h2 id="Wanted_-_someone_to_adopt_a_discontinued_bot">Wanted - someone to adopt a discontinued bot</h2>
@ -894,7 +894,7 @@ Currently, one of the most backlogged processes is <a rel="mw:WikiLink" href="./
</section><section data-mw-section-id="71" id="mwDKQ"><h2 id="Whist_marker_-_such_a_popular_article!"><span id="Whist_marker_-_such_a_popular_article.21" typeof="mw:FallbackId"></span>Whist marker - such a popular article!</h2>
<p id="mwDKU">See <a rel="mw:WikiLink" href="./Talk:Whist_marker" title="Talk:Whist marker" id="mwDKY">Talk:Whist marker</a>, for the views this trifling monograph has attracted over time - i.e. very few until suddenly 100,000 in one day! Do we have any ideas why this might happen? (I have seen previous hadwavey "bot" explanations, of similar phenomena, do we have anything concrete?) </p>
<p id="mwDKc">All<span typeof="mw:Entity" id="mwDKg">&nbsp;</span>the<span typeof="mw:Entity" id="mwDKk">&nbsp;</span>best: <i id="mwDKo"><a rel="mw:WikiLink" href="./User:Rich_Farmbrough" title="User:Rich Farmbrough" id="mwDKs">Rich</a><span typeof="mw:Entity" id="mwDKw">&nbsp;</span><a rel="mw:WikiLink" href="./User_talk:Rich_Farmbrough" title="User talk:Rich Farmbrough" id="mwDK0">Farmbrough</a></i>,<small id="mwDK4"> 21:34, 14 July 2019 (UTC).</small><br id="mwDK8"></p><dl><dd data-parsoid="{}">Reply to |2019-07-14T21:34:00.000Z|0</dd></dl>
<p id="mwDKc">All<span typeof="mw:Entity" id="mwDKg">&nbsp;</span>the<span typeof="mw:Entity" id="mwDKk">&nbsp;</span>best: <i id="mwDKo"><a rel="mw:WikiLink" href="./User:Rich_Farmbrough" title="User:Rich Farmbrough" id="mwDKs">Rich</a><span typeof="mw:Entity" id="mwDKw">&nbsp;</span><a rel="mw:WikiLink" href="./User_talk:Rich_Farmbrough" title="User talk:Rich Farmbrough" id="mwDK0">Farmbrough</a></i>,<small id="mwDK4"> 21:34, 14 July 2019 (UTC).</small><br id="mwDK8"></p>
<dl id="mwDLA"><dd id="mwDLE"><span class="template-ping" about="#mwt330" typeof="mw:Transclusion" data-mw="{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;re&quot;,&quot;href&quot;:&quot;./Template:Re&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;Rich Farmbrough&quot;}},&quot;i&quot;:0}}]}" id="mwDLI">@<a rel="mw:WikiLink" href="./User:Rich_Farmbrough" title="User:Rich Farmbrough">Rich Farmbrough</a>:</span> the <a rel="mw:ExtLink" href="https://tools.wmflabs.org/pageviews/?project=en.wikipedia.org&amp;platform=mobile-web&amp;agent=user&amp;start=2019-07-01&amp;end=2019-07-08&amp;pages=Whist_marker" class="external text" id="mwDLM">additional view stats</a> report this is from "mobile web" user clients. It certainly could be some sort of "bot" (not a wikipedia bot, a web bot) that is not presenting as a bot. For a few reasons (primarily privacy) detailed reader information is not available except to developers. — <a rel="mw:WikiLink" href="./User:Xaosflux" title="User:Xaosflux" id="mwDLQ"><span style="color:#FF9933; font-weight:bold; font-family:monotype;" id="mwDLU">xaosflux</span></a> <sup id="mwDLY"><a rel="mw:WikiLink" href="./User_talk:Xaosflux" title="User talk:Xaosflux" id="mwDLc"><span style="color:#009933;" id="mwDLg">Talk</span></a></sup> 21:59, 14 July 2019 (UTC)
<dl id="mwDLk"><dd id="mwDLo">It's not merely mobile web. Mobile app and desktop had similar jumps, although smaller:</dd></dl></dd></dl>
@ -921,7 +921,7 @@ Currently, one of the most backlogged processes is <a rel="mw:WikiLink" href="./
<dl id="mwDPM"><dd id="mwDPQ"><dl id="mwDPU"><dd id="mwDPY">So whatever's going on is presenting itself with all sorts of platforms. <a rel="mw:WikiLink" href="./User:Nyttend" title="User:Nyttend" id="mwDPc">Nyttend</a> (<a rel="mw:WikiLink" href="./User_talk:Nyttend" title="User talk:Nyttend" id="mwDPg">talk</a>) 22:39, 14 July 2019 (UTC)
<dl id="mwDPk"><dd id="mwDPo">Just Reddit helping people figure out what their random junk is: <a rel="mw:ExtLink" href="https://www.reddit.com/r/whatisthisthing/comments/c9taon/my_dad_has_bought_2_of_these_from_junk_shops_over/" class="external autonumber" id="mwDPs"></a>. Top comment links the Wikipedia article. <a rel="mw:WikiLink" href="./User:Modulus12" title="User:Modulus12" id="mwDPw">Modulus12</a> (<a rel="mw:WikiLink" href="./User_talk:Modulus12" title="User talk:Modulus12" id="mwDP0">talk</a>) 22:51, 14 July 2019 (UTC)
<dl id="mwDP4"><dd id="mwDP8">Ah, this is the modern equivalent of being slashdotted! Thanks! All<span typeof="mw:Entity" id="mwDQA">&nbsp;</span>the<span typeof="mw:Entity" id="mwDQE">&nbsp;</span>best: <i id="mwDQI"><a rel="mw:WikiLink" href="./User:Rich_Farmbrough" title="User:Rich Farmbrough" id="mwDQM">Rich</a><span typeof="mw:Entity" id="mwDQQ">&nbsp;</span><a rel="mw:WikiLink" href="./User_talk:Rich_Farmbrough" title="User talk:Rich Farmbrough" id="mwDQU">Farmbrough</a></i>,<small id="mwDQY"> 14:49, 15 July 2019 (UTC).</small><dl><dd data-parsoid="{}">Reply to |2019-07-15T14:49:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Modulus12|2019-07-14T22:51:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Nyttend|2019-07-14T22:39:00.000Z|0</dd></dl></dd></dl></dd><dd data-parsoid="{}">Reply to Xaosflux|2019-07-14T21:59:00.000Z|0</dd><dd id="mwDPQ"><dl id="mwDPU"><dd id="mwDPY"><dl id="mwDPk"><dd id="mwDPo"><dl id="mwDP4"><dd id="mwDP8"><br id="mwDQc"></dd></dl></dd></dl></dd></dl></dd></dl>
<dl><dd data-parsoid="{}">Reply to Modulus12|2019-07-14T22:51:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Nyttend|2019-07-14T22:39:00.000Z|0</dd></dl></dd></dl></dd><dd data-parsoid="{}">Reply to Xaosflux|2019-07-14T21:59:00.000Z|0</dd><dd id="mwDPQ"><dl id="mwDPU"><dd id="mwDPY"><dl id="mwDPk"><dd id="mwDPo"><dl id="mwDP4"><dd id="mwDP8">Ah, this is the modern equivalent of being slashdotted! Thanks! All<span typeof="mw:Entity" id="mwDQA">&nbsp;</span>the<span typeof="mw:Entity" id="mwDQE">&nbsp;</span>best: <i id="mwDQI"><a rel="mw:WikiLink" href="./User:Rich_Farmbrough" title="User:Rich Farmbrough" id="mwDQM">Rich</a><span typeof="mw:Entity" id="mwDQQ">&nbsp;</span><a rel="mw:WikiLink" href="./User_talk:Rich_Farmbrough" title="User talk:Rich Farmbrough" id="mwDQU">Farmbrough</a></i>,<small id="mwDQY"> 14:49, 15 July 2019 (UTC).</small><br id="mwDQc"></dd></dl></dd></dl></dd></dl></dd></dl>
</section><section data-mw-section-id="72" id="mwDQg"><h2 id="How_is_the_&quot;Number_of_page_watchers_who_visited_recent_edits&quot;_calculated?"><span id="How_is_the_.22Number_of_page_watchers_who_visited_recent_edits.22_calculated.3F" typeof="mw:FallbackId"></span>How is the "Number of page watchers who visited recent edits" calculated?</h2>
@ -1021,7 +1021,7 @@ Currently, one of the most backlogged processes is <a rel="mw:WikiLink" href="./
<ul id="mwDds"><li id="mwDdw">The <a rel="mw:WikiLink/Interwiki" href="https://www.mediawiki.org/wiki/Special:MyLanguage/Wikimedia%20Apps" title="mw:Special:MyLanguage/Wikimedia Apps" id="mwDd0">Wikipedia app</a> for Android will invite users to add image captions to images on Commons. It will only invite users who have added a number of edits in the app without being reverted. This is to avoid spam and bad edits. You can <a rel="mw:WikiLink/Interwiki" href="https://www.mediawiki.org/wiki/Wikimedia%20Apps/Team/Android/AppEditorTasks" title="mw:Wikimedia Apps/Team/Android/AppEditorTasks" id="mwDd4">read more</a> and <a rel="mw:WikiLink/Interwiki" href="https://www.mediawiki.org/wiki/Talk:Wikimedia_Apps/Team/Android/AppEditorTasks" title="mw:Talk:Wikimedia Apps/Team/Android/AppEditorTasks" id="mwDd8">leave feedback</a>. <a rel="mw:ExtLink" href="https://commons.wikimedia.org/wiki/Commons:Village_pump/Archive/2019/03#Edit_action_feed_(Android_Wikipedia_app)" class="external autonumber" id="mwDeA"></a></li></ul>
<p id="mwDeE"><i id="mwDeI"><b id="mwDeM"><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" title="m:Special:MyLanguage/Tech/News" id="mwDeQ">Tech news</a></b> prepared by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" title="m:Special:MyLanguage/Tech/News/Writers" id="mwDeU">Tech News writers</a> and posted by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki%20message%20delivery" title="m:Special:MyLanguage/User:MediaWiki message delivery" id="mwDeY">bot</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" title="m:Special:MyLanguage/Tech/News" id="mwDec">Contribute</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/29" title="m:Special:MyLanguage/Tech/News/2019/29" id="mwDeg">Translate</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Tech" title="m:Tech" id="mwDek">Get help</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Talk:Tech/News" title="m:Talk:Tech/News" id="mwDeo">Give feedback</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Global%20message%20delivery/Targets/Tech%20ambassadors" title="m:Global message delivery/Targets/Tech ambassadors" id="mwDes">Subscribe or unsubscribe</a>.</i></p>
</div></div> <link typeof="mw:Extension/section" about="#mwt366" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W29&quot;}}" id="mwDew"><p id="mwDe0"> 15:29, 15 July 2019 (UTC)</p><dl><dd data-parsoid="{}">Reply to |2019-07-15T15:29:00.000Z|0</dd></dl>
</div></div> <link typeof="mw:Extension/section" about="#mwt366" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W29&quot;}}" id="mwDew"><p id="mwDe0"> 15:29, 15 July 2019 (UTC)</p>
<!-- Message sent by User:Johan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Tech_ambassadors&#x26;oldid=19199404 -->
<p id="mwDe4">Don't waste your time trying to give feedback on the Android item; the "leave feedback" page doesn't let you add a new section and doesn't even have an edit button. <a rel="mw:WikiLink" href="./User:Nyttend" title="User:Nyttend" id="mwDe8">Nyttend</a> (<a rel="mw:WikiLink" href="./User_talk:Nyttend" title="User talk:Nyttend" id="mwDfA">talk</a>) 21:43, 15 July 2019 (UTC)</p><dl><dd data-parsoid="{}">Reply to Nyttend|2019-07-15T21:43:00.000Z|0</dd></dl>
@ -1203,7 +1203,7 @@ Currently, one of the most backlogged processes is <a rel="mw:WikiLink" href="./
<li id="mwEAk"><figure-inline typeof="mw:Image" data-mw="{&quot;caption&quot;:&quot;Advanced item&quot;}" id="mwEAo"><span id="mwEAs"><img resource="./File:Octicons-tools.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Octicons-tools.svg/15px-Octicons-tools.svg.png" data-file-width="1024" data-file-height="1024" data-file-type="drawing" height="15" width="15" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Octicons-tools.svg/30px-Octicons-tools.svg.png 2x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Octicons-tools.svg/23px-Octicons-tools.svg.png 1.5x" id="mwEAw"></span></figure-inline> The variable <code id="mwEA0">user_wpzero</code> will be removed from AbuseFilter. <a rel="mw:WikiLink/Interwiki" href="https://phabricator.wikimedia.org/T227843#5344413" title="phab:T227843" id="mwEA4">A list of filters needing a fix is provided</a>.</li></ul>
<p id="mwEA8"><i id="mwEBA"><b id="mwEBE"><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" title="m:Special:MyLanguage/Tech/News" id="mwEBI">Tech news</a></b> prepared by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" title="m:Special:MyLanguage/Tech/News/Writers" id="mwEBM">Tech News writers</a> and posted by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki%20message%20delivery" title="m:Special:MyLanguage/User:MediaWiki message delivery" id="mwEBQ">bot</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" title="m:Special:MyLanguage/Tech/News" id="mwEBU">Contribute</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/30" title="m:Special:MyLanguage/Tech/News/2019/30" id="mwEBY">Translate</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Tech" title="m:Tech" id="mwEBc">Get help</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Talk:Tech/News" title="m:Talk:Tech/News" id="mwEBg">Give feedback</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Global%20message%20delivery/Targets/Tech%20ambassadors" title="m:Global message delivery/Targets/Tech ambassadors" id="mwEBk">Subscribe or unsubscribe</a>.</i></p>
</div></div> <link typeof="mw:Extension/section" about="#mwt401" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W30&quot;}}" id="mwEBo"><p id="mwEBs"> 13:07, 22 July 2019 (UTC)</p><dl><dd data-parsoid="{}">Reply to |2019-07-22T13:07:00.000Z|0</dd></dl>
</div></div> <link typeof="mw:Extension/section" about="#mwt401" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W30&quot;}}" id="mwEBo"><p id="mwEBs"> 13:07, 22 July 2019 (UTC)</p>
<!-- Message sent by User:Trizek (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Tech_ambassadors&#x26;oldid=19224936 -->
</section><section data-mw-section-id="94" id="mwEBw"><h2 id="Transclusions_with_hashes_at_the_beginning">Transclusions with hashes at the beginning</h2>
@ -1395,8 +1395,8 @@ It causes sidebar to get malformed by icorrectly indenting its contents.</p>
<dl id="mwEkM"><dd id="mwEkQ"><span class="template-ping" about="#mwt443" typeof="mw:Transclusion" data-mw="{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;reply&quot;,&quot;href&quot;:&quot;./Template:Reply&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;Xaosflux&quot;}},&quot;i&quot;:0}}]}" id="mwEkU">@<a rel="mw:WikiLink" href="./User:Xaosflux" title="User:Xaosflux">Xaosflux</a>:</span> Thank you for your reply - and suggestions - seems I have =&gt; <b id="mwEkY">"You have 8,108 pages on your watchlist (excluding talk pages)."</b> - is there a <b id="mwEkc">maximum limit</b> for all to be ok? - also - the <a rel="mw:ExtLink" href="https://en.wikipedia.org/wiki/Special:EditWatchlist/raw?safemode=1" class="external free" id="mwEkg">https://en.wikipedia.org/wiki/Special:EditWatchlist/raw?safemode=1</a> - seems to work ok at the moment - anything I should/could do to be ok again in "normalmode" (not "safemode") - in any case - Thanks again for your reply - and - Enjoy!<span typeof="mw:DisplaySpace mw:Placeholder" id="mwEkk">&nbsp;</span>:) <a rel="mw:WikiLink" href="./User:Drbogdan" title="User:Drbogdan" id="mwEko">Drbogdan</a> (<a rel="mw:WikiLink" href="./User_talk:Drbogdan" title="User talk:Drbogdan" id="mwEks">talk</a>) 16:03, 27 July 2019 (UTC)
<dl id="mwEkw"><dd id="mwEk0">I've got 18,314 pages. I was over 25,000 a couple of weeks ago, and was able to edit it. <a rel="mw:WikiLink" href="./User:DuncanHill" title="User:DuncanHill" id="mwEk4">DuncanHill</a> (<a rel="mw:WikiLink" href="./User_talk:DuncanHill" title="User talk:DuncanHill" id="mwEk8">talk</a>) 16:09, 27 July 2019 (UTC)
<dl id="mwElA"><dd id="mwElE"><span class="template-ping" about="#mwt444" typeof="mw:Transclusion" data-mw="{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;Re&quot;,&quot;href&quot;:&quot;./Template:Re&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;Drbogdan&quot;}},&quot;i&quot;:0}}]}" id="mwElI">@<a rel="mw:WikiLink" href="./User:Drbogdan" title="User:Drbogdan">Drbogdan</a>:</span> while there isn't a limit (well there probably is some super giant limit but you're not at it) WL's tend to get wonky over 5000 entries, so I really suggest you trim it if possible. Perhaps you have a bunch of old User:IPADDRESS ones from old feedback/warnings that you can remove. Also the safemode link disables scripts, such as the ones you have enabled in <a rel="mw:WikiLink" href="./User:Drbogdan/common.js" title="User:Drbogdan/common.js" id="mwElM">User:Drbogdan/common.js</a> and <a rel="mw:WikiLink" href="./User:Drbogdan/vector.js" title="User:Drbogdan/vector.js" id="mwElQ">User:Drbogdan/vector.js</a> - you could try turning these user scripts off to see if there are any conflicts being caused. — <a rel="mw:WikiLink" href="./User:Xaosflux" title="User:Xaosflux" id="mwElU"><span style="color:#FF9933; font-weight:bold; font-family:monotype;" id="mwElY">xaosflux</span></a> <sup id="mwElc"><a rel="mw:WikiLink" href="./User_talk:Xaosflux" title="User talk:Xaosflux" id="mwElg"><span style="color:#009933;" id="mwElk">Talk</span></a></sup> 16:43, 27 July 2019 (UTC)
<dl id="mwElo"><dd id="mwEls"><span class="template-ping" about="#mwt446" typeof="mw:Transclusion" data-mw="{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;reply&quot;,&quot;href&quot;:&quot;./Template:Reply&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;Xaosflux&quot;}},&quot;i&quot;:0}}]}" id="mwElw">@<a rel="mw:WikiLink" href="./User:Xaosflux" title="User:Xaosflux">Xaosflux</a>:</span> Thanks for your reply - it's appreciated - yes - trimmed some entries in "safemode" - but this did <i id="mwEl0">not</i> work - remmed script in <a rel="mw:WikiLink" href="./User:Drbogdan/common.js" title="User:Drbogdan/common.js" id="mwEl4">User:Drbogdan/common.js</a> - as follows =&gt; <b id="mwEl8"><code id="mwEmA"><span typeof="mw:Nowiki" id="mwEmE">&lt;!---mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hedonil/XTools/XTools.js&amp;action=raw&amp;ctype=text/javascript');
importScript('User:SD0001/oldSearchHistory.js');---&gt;</span></code></b> - not clear if this script is important for anything I'd miss at the moment - but yes - this worked *very well* and the WatchList edit seems to be *entirely* ok (in regular "normalmode") at the moment - Thanks again for your help with this - and - Enjoy!<span typeof="mw:DisplaySpace mw:Placeholder" id="mwEmI">&nbsp;</span>:) 17:17, 27 July 2019 (UTC)<dl><dd data-parsoid="{}">Reply to |2019-07-27T17:17:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Xaosflux|2019-07-27T16:43:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to DuncanHill|2019-07-27T16:09:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Drbogdan|2019-07-27T16:03:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Xaosflux|2019-07-27T15:37:00.000Z|0</dd></dl></dd>
<dl><dd data-parsoid="{}">Reply to Xaosflux|2019-07-27T16:43:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to DuncanHill|2019-07-27T16:09:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Drbogdan|2019-07-27T16:03:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Xaosflux|2019-07-27T15:37:00.000Z|0</dd><dd id="mwEkQ"><dl id="mwEkw"><dd id="mwEk0"><dl id="mwElA"><dd id="mwElE"><dl id="mwElo"><dd id="mwEls"><span class="template-ping" about="#mwt446" typeof="mw:Transclusion" data-mw="{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;reply&quot;,&quot;href&quot;:&quot;./Template:Reply&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;Xaosflux&quot;}},&quot;i&quot;:0}}]}" id="mwElw">@<a rel="mw:WikiLink" href="./User:Xaosflux" title="User:Xaosflux">Xaosflux</a>:</span> Thanks for your reply - it's appreciated - yes - trimmed some entries in "safemode" - but this did <i id="mwEl0">not</i> work - remmed script in <a rel="mw:WikiLink" href="./User:Drbogdan/common.js" title="User:Drbogdan/common.js" id="mwEl4">User:Drbogdan/common.js</a> - as follows =&gt; <b id="mwEl8"><code id="mwEmA"><span typeof="mw:Nowiki" id="mwEmE">&lt;!---mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hedonil/XTools/XTools.js&amp;action=raw&amp;ctype=text/javascript');
importScript('User:SD0001/oldSearchHistory.js');---&gt;</span></code></b> - not clear if this script is important for anything I'd miss at the moment - but yes - this worked *very well* and the WatchList edit seems to be *entirely* ok (in regular "normalmode") at the moment - Thanks again for your help with this - and - Enjoy!<span typeof="mw:DisplaySpace mw:Placeholder" id="mwEmI">&nbsp;</span>:) 17:17, 27 July 2019 (UTC)</dd></dl></dd></dl></dd></dl></dd></dl></dd>
<dd id="mwEmM"><span class="template-ping" about="#mwt448" typeof="mw:Transclusion" data-mw="{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;ping&quot;,&quot;href&quot;:&quot;./Template:Ping&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;Drbogdan&quot;}},&quot;i&quot;:0}}]}" id="mwEmQ">@<a rel="mw:WikiLink" href="./User:Drbogdan" title="User:Drbogdan">Drbogdan</a>:</span> .js pages use a slightly different comment code (I edited YOUR page with the right comment type - feel free to revert or do anything you want with it now) You can try turning those lines on back one at a time if you want them, then contact whomever's script you are loading if you would like them to work on it. — <a rel="mw:WikiLink" href="./User:Xaosflux" title="User:Xaosflux" id="mwEmU"><span style="color:#FF9933; font-weight:bold; font-family:monotype;" id="mwEmY">xaosflux</span></a> <sup id="mwEmc"><a rel="mw:WikiLink" href="./User_talk:Xaosflux" title="User talk:Xaosflux" id="mwEmg"><span style="color:#009933;" id="mwEmk">Talk</span></a></sup> 17:21, 27 July 2019 (UTC)
<dl id="mwEmo"><dd id="mwEms"><span class="template-ping" about="#mwt449" typeof="mw:Transclusion" data-mw="{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;reply&quot;,&quot;href&quot;:&quot;./Template:Reply&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;Xaosflux&quot;}},&quot;i&quot;:0}}]}" id="mwEmw">@<a rel="mw:WikiLink" href="./User:Xaosflux" title="User:Xaosflux">Xaosflux</a>:</span> Thanks for updating the js code with the right comment code(s) - it's appreciated - all now seems ok - Thanks again for all your help with this - and - Enjoy!<span typeof="mw:DisplaySpace mw:Placeholder" id="mwEm0">&nbsp;</span>:) <a rel="mw:WikiLink" href="./User:Drbogdan" title="User:Drbogdan" id="mwEm4">Drbogdan</a> (<a rel="mw:WikiLink" href="./User_talk:Drbogdan" title="User talk:Drbogdan" id="mwEm8">talk</a>) 17:27, 27 July 2019 (UTC)
<dl id="mwEnA"><dd id="mwEnE"><span class="template-ping" about="#mwt451" typeof="mw:Transclusion" data-mw="{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;reply&quot;,&quot;href&quot;:&quot;./Template:Reply&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;Xaosflux&quot;}},&quot;i&quot;:0}}]}" id="mwEnI">@<a rel="mw:WikiLink" href="./User:Xaosflux" title="User:Xaosflux">Xaosflux</a>:</span> - BRIEF Followup - after several tests - seems the particular <i id="mwEnM">problem</i> script line in the "<a rel="mw:WikiLink" href="./User:Drbogdan/common.js" title="User:Drbogdan/common.js" id="mwEnQ">User:Drbogdan/common.js</a>" file is =&gt; <b id="mwEnU"><code id="mwEnY"><span typeof="mw:Nowiki" id="mwEnc">/*importScript('User:SD0001/oldSearchHistory.js');*/</span></code></b> - the other script line seems ok - and somewhat useful at the moment - hope this helps in some way - in any regards - Thanks again - and - Enjoy!<span typeof="mw:DisplaySpace mw:Placeholder" id="mwEng">&nbsp;</span>:) <a rel="mw:WikiLink" href="./User:Drbogdan" title="User:Drbogdan" id="mwEnk">Drbogdan</a> (<a rel="mw:WikiLink" href="./User_talk:Drbogdan" title="User talk:Drbogdan" id="mwEno">talk</a>) 17:51, 27 July 2019 (UTC) [<b id="mwEns">NOTE</b>: corrected code - <a rel="mw:WikiLink" href="./User:Drbogdan" title="User:Drbogdan" id="mwEnw">Drbogdan</a> (<a rel="mw:WikiLink" href="./User_talk:Drbogdan" title="User talk:Drbogdan" id="mwEn0">talk</a>) 21:12, 27 July 2019 (UTC)]
@ -1461,7 +1461,7 @@ Sorry should have said, monobook, Edge, Win10. <a rel="mw:WikiLink" href="./User
<dl id="mwEy4"><dd id="mwEy8"><span class="template-ping" about="#mwt492" typeof="mw:Transclusion" data-mw="{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;ping&quot;,&quot;href&quot;:&quot;./Template:Ping&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;Monniasza&quot;}},&quot;i&quot;:0}}]}" id="mwEzA">@<a rel="mw:WikiLink" href="./User:Monniasza" title="User:Monniasza">Monniasza</a>:</span> <a rel="mw:WikiLink" href="./Wikipedia:SIG#NoTemplates" title="Wikipedia:SIG" id="mwEzE" class="mw-redirect">usage of templates in signatures is forbidden</a>. —⁠<a rel="mw:WikiLink" href="./User:Andrybak" title="User:Andrybak" id="mwEzI">andrybak</a> (<a rel="mw:WikiLink" href="./User_talk:Andrybak" title="User talk:Andrybak" id="mwEzM">talk</a>) 10:29, 29 July 2019 (UTC)
<dl id="mwEzQ"><dd id="mwEzU">Template still works incorrectly .<a rel="mw:WikiLink" href="./User:Monniasza" title="User:Monniasza" id="mwEzY">Monniasza</a> <a rel="mw:WikiLink" href="./User_talk:Monniasza" title="User talk:Monniasza" id="mwEzc">talk</a> 10:37, 29 July 2019 (UTC)
<dl id="mwEzg"><dd id="mwEzk"><span typeof="mw:Transclusion mw:Entity" about="#mwt493" data-mw="{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;tl&quot;,&quot;href&quot;:&quot;./Template:Tl&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;Collapsible option&quot;}},&quot;i&quot;:0}}]}" id="mwEzo">{</span><span typeof="mw:Entity" about="#mwt493">{</span><a rel="mw:WikiLink" href="./Template:Collapsible_option" title="Template:Collapsible option" about="#mwt493">Collapsible option</a><span typeof="mw:Entity" about="#mwt493">}</span><span typeof="mw:Entity" about="#mwt493">}</span> is designed to be used on template documentation pages. It outputs text that <i id="mwEzs">describes</i> how the <code class="mw-highlight" id="mwEzw" style="" dir="ltr" typeof="mw:Extension/syntaxhighlight mw:Transclusion" about="#mwt494" data-mw="{&quot;parts&quot;:[{&quot;template&quot;:{&quot;target&quot;:{&quot;wt&quot;:&quot;code&quot;,&quot;href&quot;:&quot;./Template:Code&quot;},&quot;params&quot;:{&quot;1&quot;:{&quot;wt&quot;:&quot;state&quot;}},&quot;i&quot;:0}}]}">state</code> parameter works in those other templates. It doesn't do any collapsing itself. And, as Andrybak said, you may not use any template in your signature. -- <a rel="mw:WikiLink" href="./User:John_of_Reading" title="User:John of Reading" id="mwEz0">John of Reading</a> (<a rel="mw:WikiLink" href="./User_talk:John_of_Reading" title="User talk:John of Reading" id="mwEz4">talk</a>) 10:43, 29 July 2019 (UTC)
<dl id="mwEz8"><dd id="mwE0A">Yes, this is like wrapping your beer in a refrigerator manual and complaining it doesn't get cold. <a rel="mw:WikiLink" href="./User:PrimeHunter" title="User:PrimeHunter" id="mwE0E">PrimeHunter</a> (<a rel="mw:WikiLink" href="./User_talk:PrimeHunter" title="User talk:PrimeHunter" id="mwE0I">talk</a>) 13:10, 29 July 2019 (UTC)<dl><dd data-parsoid="{}">Reply to PrimeHunter|2019-07-29T13:10:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to John of Reading|2019-07-29T10:43:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Monniasza|2019-07-29T10:37:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Andrybak|2019-07-29T10:29:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to |2019-07-29T10:25:00.000Z|0</dd></dl>
<dl id="mwEz8"><dd id="mwE0A">Yes, this is like wrapping your beer in a refrigerator manual and complaining it doesn't get cold. <a rel="mw:WikiLink" href="./User:PrimeHunter" title="User:PrimeHunter" id="mwE0E">PrimeHunter</a> (<a rel="mw:WikiLink" href="./User_talk:PrimeHunter" title="User talk:PrimeHunter" id="mwE0I">talk</a>) 13:10, 29 July 2019 (UTC)<dl><dd data-parsoid="{}">Reply to PrimeHunter|2019-07-29T13:10:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to John of Reading|2019-07-29T10:43:00.000Z|0</dd></dl></dd><dd data-parsoid="{}">Reply to Monniasza|2019-07-29T10:37:00.000Z|0</dd></dl></dd></dl></dd><dd data-parsoid="{}">Reply to Andrybak|2019-07-29T10:29:00.000Z|0</dd></dl>
</section><section data-mw-section-id="113" id="mwE0M"><h2 id="Tech_News:_2019-31"><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/31" title="m:Special:MyLanguage/Tech/News/2019/31" id="mwE0Q">Tech News: 2019-31</a></h2>
@ -1478,7 +1478,7 @@ Sorry should have said, monobook, Edge, Win10. <a rel="mw:WikiLink" href="./User
<ul id="mwE1w"><li id="mwE10"><figure-inline typeof="mw:Image" data-mw="{&quot;caption&quot;:&quot;Recurrent item&quot;}" id="mwE14"><span id="mwE18"><img resource="./File:Octicons-sync.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Octicons-sync.svg/12px-Octicons-sync.svg.png" data-file-width="768" data-file-height="1024" data-file-type="drawing" height="16" width="12" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Octicons-sync.svg/24px-Octicons-sync.svg.png 2x, //upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Octicons-sync.svg/18px-Octicons-sync.svg.png 1.5x" id="mwE2A"></span></figure-inline> <figure-inline typeof="mw:Image" data-mw="{&quot;caption&quot;:&quot;Advanced item&quot;}" id="mwE2E"><span id="mwE2I"><img resource="./File:Octicons-tools.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Octicons-tools.svg/15px-Octicons-tools.svg.png" data-file-width="1024" data-file-height="1024" data-file-type="drawing" height="15" width="15" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Octicons-tools.svg/30px-Octicons-tools.svg.png 2x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Octicons-tools.svg/23px-Octicons-tools.svg.png 1.5x" id="mwE2M"></span></figure-inline> You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on <a rel="mw:ExtLink" href="https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190731T15" class="external text" id="mwE2Q">31 July at 15:00 (UTC)</a>. See <a rel="mw:WikiLink/Interwiki" href="https://www.mediawiki.org/wiki/Technical%20Advice%20IRC%20Meeting" title="mw:Technical Advice IRC Meeting" id="mwE2U">how to join</a>.</li></ul>
<p id="mwE2Y"><i id="mwE2c"><b id="mwE2g"><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" title="m:Special:MyLanguage/Tech/News" id="mwE2k">Tech news</a></b> prepared by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" title="m:Special:MyLanguage/Tech/News/Writers" id="mwE2o">Tech News writers</a> and posted by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki%20message%20delivery" title="m:Special:MyLanguage/User:MediaWiki message delivery" id="mwE2s">bot</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" title="m:Special:MyLanguage/Tech/News" id="mwE2w">Contribute</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/31" title="m:Special:MyLanguage/Tech/News/2019/31" id="mwE20">Translate</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Tech" title="m:Tech" id="mwE24">Get help</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Talk:Tech/News" title="m:Talk:Tech/News" id="mwE28">Give feedback</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Global%20message%20delivery/Targets/Tech%20ambassadors" title="m:Global message delivery/Targets/Tech ambassadors" id="mwE3A">Subscribe or unsubscribe</a>.</i></p>
</div></div> <link typeof="mw:Extension/section" about="#mwt599" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W31&quot;}}" id="mwE3E"><p id="mwE3I"> 21:42, 29 July 2019 (UTC)</p><dl><dd data-parsoid="{}">Reply to |2019-07-29T21:42:00.000Z|0</dd></dl>
</div></div> <link typeof="mw:Extension/section" about="#mwt599" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W31&quot;}}" id="mwE3E"><p id="mwE3I"> 21:42, 29 July 2019 (UTC)</p>
<!-- Message sent by User:Quiddity (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Tech_ambassadors&#x26;oldid=19235136 -->
</section><section data-mw-section-id="114" id="mwE3M"><h2 id="Colors_of_class=wikitable?"><span id="Colors_of_class.3Dwikitable.3F" typeof="mw:FallbackId"></span>Colors of class=wikitable?</h2>
@ -1834,7 +1834,7 @@ which I noticed is overflowing outside the box on the right side. Next, I clicke
<ul id="mwFzI"><li id="mwFzM">Today everyone can see <a rel="mw:WikiLink" href="./IP_addresses" title="IP addresses" id="mwFzQ" class="mw-redirect">IP addresses</a> if someone edits without an account. In the future this could be more hidden. This is to protect unregistered editors so fewer can see their IP address. This would only happen after we make sure the tools for vandal fighting can still be effective. You can <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/IP_Editing:%20Privacy%20Enhancement%20and%20Abuse%20Mitigation" title="m:Special:MyLanguage/IP Editing: Privacy Enhancement and Abuse Mitigation" id="mwFzU">read more</a> and <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Talk:IP%20Editing:%20Privacy%20Enhancement%20and%20Abuse%20Mitigation" title="m:Talk:IP Editing: Privacy Enhancement and Abuse Mitigation" id="mwFzY">comment</a>.</li></ul>
<p id="mwFzc"><i id="mwFzg"><b id="mwFzk"><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" title="m:Special:MyLanguage/Tech/News" id="mwFzo">Tech news</a></b> prepared by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" title="m:Special:MyLanguage/Tech/News/Writers" id="mwFzs">Tech News writers</a> and posted by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki%20message%20delivery" title="m:Special:MyLanguage/User:MediaWiki message delivery" id="mwFzw">bot</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" title="m:Special:MyLanguage/Tech/News" id="mwFz0">Contribute</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/32" title="m:Special:MyLanguage/Tech/News/2019/32" id="mwFz4">Translate</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Tech" title="m:Tech" id="mwFz8">Get help</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Talk:Tech/News" title="m:Talk:Tech/News" id="mwF0A">Give feedback</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Global%20message%20delivery/Targets/Tech%20ambassadors" title="m:Global message delivery/Targets/Tech ambassadors" id="mwF0E">Subscribe or unsubscribe</a>.</i></p>
</div></div> <link typeof="mw:Extension/section" about="#mwt675" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W32&quot;}}" id="mwF0I"><p id="mwF0M"> 13:24, 5 August 2019 (UTC)</p><dl><dd data-parsoid="{}">Reply to |2019-08-05T13:24:00.000Z|0</dd></dl>
</div></div> <link typeof="mw:Extension/section" about="#mwt675" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W32&quot;}}" id="mwF0I"><p id="mwF0M"> 13:24, 5 August 2019 (UTC)</p>
<!-- Message sent by User:Trizek (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Tech_ambassadors&#x26;oldid=19263690 -->
</section><section data-mw-section-id="136" id="mwF0Q"><h2 id="SineBot_on_strike?"><span id="SineBot_on_strike.3F" typeof="mw:FallbackId"></span>SineBot on strike?</h2>
@ -2225,7 +2225,7 @@ above now done, but <a rel="mw:ExtLink" href="https://sq.wikipedia.org/wiki/Dosj
<ul id="mwG8Q"><li id="mwG8U">The "Wikidata item" link will be moved from "Tools" to "In other projects" section on all Wikimedia projects, starting on August 21. <a rel="mw:ExtLink" href="https://lists.wikimedia.org/pipermail/wikidata/2019-August/013316.html" class="external text" id="mwG8Y">Full announcement</a>, <a rel="mw:WikiLink/Interwiki" href="https://phabricator.wikimedia.org/T66315" title="phab:T66315" id="mwG8c">Phabricator task</a>.</li></ul>
<p id="mwG8g"><i id="mwG8k"><b id="mwG8o"><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" title="m:Special:MyLanguage/Tech/News" id="mwG8s">Tech news</a></b> prepared by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" title="m:Special:MyLanguage/Tech/News/Writers" id="mwG8w">Tech News writers</a> and posted by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki%20message%20delivery" title="m:Special:MyLanguage/User:MediaWiki message delivery" id="mwG80">bot</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" title="m:Special:MyLanguage/Tech/News" id="mwG84">Contribute</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/33" title="m:Special:MyLanguage/Tech/News/2019/33" id="mwG88">Translate</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Tech" title="m:Tech" id="mwG9A">Get help</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Talk:Tech/News" title="m:Talk:Tech/News" id="mwG9E">Give feedback</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Global%20message%20delivery/Targets/Tech%20ambassadors" title="m:Global message delivery/Targets/Tech ambassadors" id="mwG9I">Subscribe or unsubscribe</a>.</i></p>
</div></div> <link typeof="mw:Extension/section" about="#mwt758" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W33&quot;}}" id="mwG9M"><p id="mwG9Q"> 18:19, 12 August 2019 (UTC)</p><dl><dd data-parsoid="{}">Reply to |2019-08-12T18:19:00.000Z|0</dd></dl>
</div></div> <link typeof="mw:Extension/section" about="#mwt758" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W33&quot;}}" id="mwG9M"><p id="mwG9Q"> 18:19, 12 August 2019 (UTC)</p>
<!-- Message sent by User:Johan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Tech_ambassadors&#x26;oldid=19280448 -->
</section><section data-mw-section-id="166" id="mwG9U"><h2 id="Adjusting_edit_window_size">Adjusting edit window size</h2>
@ -2345,7 +2345,7 @@ above now done, but <a rel="mw:ExtLink" href="https://sq.wikipedia.org/wiki/Dosj
</div>
<dl><dd><i>The following discussion is closed. <span style="color:red"><b>Please do not modify it.</b></span> Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.</i></dd></dl>
<hr>
<p>Should the interactive <a rel="mw:WikiLink" href="./Portable_game_notation" title="Portable game notation" class="mw-redirect">portable game notation</a> viewer in use on the Hebrew, Russian, and Ukrainian Wikipedias be enabled on the English Wikipedia? 05:28, 30 July 2019 (UTC)</p><dl><dd data-parsoid="{}">Reply to |2019-07-30T05:28:00.000Z|0</dd></dl>
<p>Should the interactive <a rel="mw:WikiLink" href="./Portable_game_notation" title="Portable game notation" class="mw-redirect">portable game notation</a> viewer in use on the Hebrew, Russian, and Ukrainian Wikipedias be enabled on the English Wikipedia? 05:28, 30 July 2019 (UTC)</p>
<dl><dt>Background</dt></dl>
<p>Chess games can be described in a standard machine-readable format, <a rel="mw:WikiLink" href="./Portable_game_notation" title="Portable game notation" class="mw-redirect">portable game notation</a>, so that these games can be displayed on computers. On a number of websites the user interface allows for PGN to be rendered as an interactive board so that readers can browse through games. Around 2013, <a rel="mw:WikiLink" href="./User:קיפודנחש" title="User:קיפודנחש">User:קיפודנחש</a> developed a JavaScript application that brings this functionality to Wikipedia articles about chess which has been in use on the Hebrew Wikipedia. You can see examples of this at the Hebrew Wikipedia articles for <a rel="mw:WikiLink/Interwiki" href="https://he.wikipedia.org/wiki/משחק_האלמוות" title="he:משחק האלמוות">The Immortal Game</a> (<a rel="mw:WikiLink" href="./Immortal_Game" title="Immortal Game">en</a>) and <a rel="mw:WikiLink/Interwiki" href="https://he.wikipedia.org/wiki/ירוק-העד" title="he:ירוק-העד">The Evergreen Game</a> (<a rel="mw:WikiLink" href="./Evergreen_Game" title="Evergreen Game">en</a>). A number of discussions have occured at VPT on interactive chessboards (you can find them by searching "PGN viewer" in the archives) with the most recent being <a rel="mw:WikiLink" href="./Wikipedia:Village_pump_(proposals)/Archive_132#Interactive_chess_boards" title="Wikipedia:Village pump (proposals)/Archive 132">Wikipedia:Village pump (proposals)/Archive 132#Interactive chess boards</a> in 2016. That discussion was closed by <a rel="mw:WikiLink" href="./User:Cunard" title="User:Cunard" class="new">User:Cunard</a> as having "a clear consensus to support the general proposal of enabling interactive chess boards on the English Wikipedia." While people were generally in favor of the functionality, the technical implementation was never fully discussed.</p>
@ -2588,7 +2588,7 @@ Greetings, Community tech bot appears to be down (not running) since April, 2019
<li id="mwHss"><code id="mwHsw">Special:Contributions/newbies</code> will no longer be working. This is because of performance reasons. It showed edits by new accounts. You can see this in the recent changes feed instead. <a rel="mw:ExtLink" href="https://phabricator.wikimedia.org/T220447" class="external autonumber" id="mwHs0"></a></li></ul>
<p id="mwHs4"><i id="mwHs8"><b id="mwHtA"><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News" title="m:Special:MyLanguage/Tech/News" id="mwHtE">Tech news</a></b> prepared by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers" title="m:Special:MyLanguage/Tech/News/Writers" id="mwHtI">Tech News writers</a> and posted by <a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki%20message%20delivery" title="m:Special:MyLanguage/User:MediaWiki message delivery" id="mwHtM">bot</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute" title="m:Special:MyLanguage/Tech/News" id="mwHtQ">Contribute</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2019/34" title="m:Special:MyLanguage/Tech/News/2019/34" id="mwHtU">Translate</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Tech" title="m:Tech" id="mwHtY">Get help</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Talk:Tech/News" title="m:Talk:Tech/News" id="mwHtc">Give feedback</a><a rel="mw:WikiLink/Interwiki" href="https://meta.wikimedia.org/wiki/Global%20message%20delivery/Targets/Tech%20ambassadors" title="m:Global message delivery/Targets/Tech ambassadors" id="mwHtg">Subscribe or unsubscribe</a>.</i></p>
</div></div> <link typeof="mw:Extension/section" about="#mwt893" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W34&quot;}}" id="mwHtk"><p id="mwHto"> 15:20, 19 August 2019 (UTC)</p><dl><dd data-parsoid="{}">Reply to |2019-08-19T15:20:00.000Z|0</dd></dl>
</div></div> <link typeof="mw:Extension/section" about="#mwt893" data-mw="{&quot;name&quot;:&quot;section&quot;,&quot;attrs&quot;:{&quot;end&quot;:&quot;technews-2019-W34&quot;}}" id="mwHtk"><p id="mwHto"> 15:20, 19 August 2019 (UTC)</p>
<!-- Message sent by User:Johan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Global_message_delivery/Targets/Tech_ambassadors&#x26;oldid=19310286 -->
</section><section data-mw-section-id="198" id="mwHts"><h2 id="Format_output_of_Template:To_USD">Format output of Template:To USD</h2>

View file

@ -203,24 +203,12 @@
"level": 2,
"id": "Jotamar|2019-06-26T19:01:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-06-28T10:49:00.000Z",
"author": null,
"range": [
"19/4/0/9/0/0",
"19/4/0/9/2/7/0/26"
],
"level": 3,
"id": "|2019-06-28T10:49:00.000Z|0",
"replies": []
},
{
"type": "comment",
"timestamp": "2019-06-28T11:09:00.000Z",
"author": "PrimeHunter",
"range": [
"19/4/0/9/2/8",
"19/4/0/9/0/0",
"19/4/0/9/2/10/0/8/27"
],
"level": 3,
@ -378,20 +366,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-07-01T21:22:00.000Z",
"author": null,
"range": [
"22/2",
"22/6/0/25"
],
"level": 1,
"id": "|2019-07-01T21:22:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",
@ -4020,20 +3995,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-07-08T20:12:00.000Z",
"author": null,
"range": [
"45/2",
"45/6/0/25"
],
"level": 1,
"id": "|2019-07-08T20:12:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",
@ -5896,24 +5858,12 @@
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-07-14T21:34:00.000Z",
"author": null,
"range": [
"72/2/0",
"72/4/7/0/26"
],
"level": 1,
"id": "|2019-07-14T21:34:00.000Z|0",
"replies": []
},
{
"type": "comment",
"timestamp": "2019-07-14T21:59:00.000Z",
"author": "Xaosflux",
"range": [
"72/4/8",
"72/2/0",
"72/6/0/7/26"
],
"level": 1,
@ -5940,20 +5890,7 @@
],
"level": 4,
"id": "Modulus12|2019-07-14T22:51:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-07-15T14:49:00.000Z",
"author": null,
"range": [
"72/10/0/0/0/5/0/7/0/0",
"72/10/0/0/0/5/0/7/0/7/0/26"
],
"level": 5,
"id": "|2019-07-15T14:49:00.000Z|0",
"replies": []
}
]
"replies": []
}
]
}
@ -6170,24 +6107,12 @@
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-07-15T15:29:00.000Z",
"author": null,
"range": [
"76/2",
"76/6/0/26"
],
"level": 1,
"id": "|2019-07-15T15:29:00.000Z|0",
"replies": []
},
{
"type": "comment",
"timestamp": "2019-07-15T21:43:00.000Z",
"author": "Nyttend",
"range": [
"76/10/0",
"76/2",
"76/10/4/27"
],
"level": 1,
@ -7102,20 +7027,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-07-22T13:07:00.000Z",
"author": null,
"range": [
"90/2",
"90/6/0/26"
],
"level": 1,
"id": "|2019-07-22T13:07:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",
@ -8103,20 +8015,7 @@
],
"level": 5,
"id": "Xaosflux|2019-07-27T16:43:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-07-27T17:17:00.000Z",
"author": null,
"range": [
"101/4/0/8/0/14/0/5/0/10/0/0/0",
"101/4/0/8/0/14/0/5/0/10/0/9/28"
],
"level": 6,
"id": "|2019-07-27T17:17:00.000Z|0",
"replies": []
}
]
"replies": []
}
]
}
@ -8129,7 +8028,7 @@
"timestamp": "2019-07-27T17:21:00.000Z",
"author": "Xaosflux",
"range": [
"101/4/2/0/0",
"101/4/0/8/0/14/0/5/0/10/0/0/0",
"101/4/2/5/26"
],
"level": 2,
@ -8485,61 +8384,48 @@
"replies": [
{
"type": "comment",
"timestamp": "2019-07-29T10:25:00.000Z",
"author": null,
"timestamp": "2019-07-29T10:29:00.000Z",
"author": "Andrybak",
"range": [
"106/2/0",
"106/8/8/28"
"106/10/0/7/27"
],
"level": 1,
"id": "|2019-07-29T10:25:00.000Z|0",
"id": "Andrybak|2019-07-29T10:29:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-07-29T10:29:00.000Z",
"author": "Andrybak",
"timestamp": "2019-07-29T10:37:00.000Z",
"author": "Monniasza",
"range": [
"106/10/0/0/0",
"106/10/0/7/27"
"106/10/0/8/0/0",
"106/10/0/8/0/4/27"
],
"level": 2,
"id": "Andrybak|2019-07-29T10:29:00.000Z|0",
"level": 3,
"id": "Monniasza|2019-07-29T10:37:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-07-29T10:37:00.000Z",
"author": "Monniasza",
"timestamp": "2019-07-29T10:43:00.000Z",
"author": "John of Reading",
"range": [
"106/10/0/8/0/0",
"106/10/0/8/0/4/27"
"106/10/0/8/0/5/0/0/0",
"106/10/0/8/0/5/0/13/27"
],
"level": 3,
"id": "Monniasza|2019-07-29T10:37:00.000Z|0",
"level": 4,
"id": "John of Reading|2019-07-29T10:43:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-07-29T10:43:00.000Z",
"author": "John of Reading",
"timestamp": "2019-07-29T13:10:00.000Z",
"author": "PrimeHunter",
"range": [
"106/10/0/8/0/5/0/0/0",
"106/10/0/8/0/5/0/13/27"
"106/10/0/8/0/5/0/14/0/0",
"106/10/0/8/0/5/0/14/0/4/27"
],
"level": 4,
"id": "John of Reading|2019-07-29T10:43:00.000Z|0",
"replies": [
{
"type": "comment",
"timestamp": "2019-07-29T13:10:00.000Z",
"author": "PrimeHunter",
"range": [
"106/10/0/8/0/5/0/14/0/0",
"106/10/0/8/0/5/0/14/0/4/27"
],
"level": 5,
"id": "PrimeHunter|2019-07-29T13:10:00.000Z|0",
"replies": []
}
]
"level": 5,
"id": "PrimeHunter|2019-07-29T13:10:00.000Z|0",
"replies": []
}
]
}
@ -8557,20 +8443,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-07-29T21:42:00.000Z",
"author": null,
"range": [
"107/2",
"107/6/0/26"
],
"level": 1,
"id": "|2019-07-29T21:42:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",
@ -10692,20 +10565,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-08-05T13:24:00.000Z",
"author": null,
"range": [
"128/2",
"128/6/0/27"
],
"level": 1,
"id": "|2019-08-05T13:24:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",
@ -12497,20 +12357,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-08-12T18:19:00.000Z",
"author": null,
"range": [
"158/2",
"158/6/0/28"
],
"level": 1,
"id": "|2019-08-12T18:19:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",
@ -13279,18 +13126,6 @@
"level": 1,
"id": "Wugapodes|2019-08-27T22:44:00.000Z|0",
"replies": []
},
{
"type": "comment",
"timestamp": "2019-07-30T05:28:00.000Z",
"author": null,
"range": [
"172/2/2/0/0/0",
"172/2/6/2/126"
],
"level": 1,
"id": "|2019-07-30T05:28:00.000Z|0",
"replies": []
}
]
},
@ -14589,20 +14424,7 @@
],
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2019-08-19T15:20:00.000Z",
"author": null,
"range": [
"180/2",
"180/6/0/28"
],
"level": 1,
"id": "|2019-08-19T15:20:00.000Z|0",
"replies": []
}
]
"replies": []
},
{
"type": "heading",

View file

@ -184,7 +184,7 @@ Czy ta dyskusja jest o encyklopedii papierowej, czy elektronicznej? Jeśli elekt
</section><section data-mw-section-id="15" id="mwAtI"><h2 id="Tło_w_komórce"><span id="T.C5.82o_w_kom.C3.B3rce" typeof="mw:FallbackId"></span>Tło w komórce</h2>
<dl id="mwAtM"><dd id="mwAtQ"><small id="mwAtU">Wątek założony przed: 21:03, 18 paź 2018 (CET)</small><dl><dd data-parsoid="{}">Reply to |2018-10-18T19:03:00.000Z|0</dd></dl></dd></dl>
<dl id="mwAtM"><dd id="mwAtQ"><small id="mwAtU">Wątek założony przed: 21:03, 18 paź 2018 (CET)</small></dd></dl>
<p id="mwAtY">Jak dodać czarne tło w komórce (W tabelce)? Tak jak w tym artykule <a rel="mw:ExtLink" href="https://pl.wikipedia.org/wiki/Rubel_bia%C5%82oruski" class="external free" id="mwAtc">https://pl.wikipedia.org/wiki/Rubel_bia%C5%82oruski</a> w tabelce "Pierwszy rubel (19921999)" (Chodzi o awers i rewers)</p>
<dl id="mwAtg"><dd id="mwAtk">W kodzie źródłowym danej komórki musi się znaleźć wpis: <code id="mwAto">bgcolor="#000000"</code>.<br id="mwAts">We wspomnianym artykule cała linijka kodu dla pierwszego wiersza w kolumnie Awers wygląda tak: <code id="mwAtw">| align="center" bgcolor="#000000" | <span typeof="mw:Nowiki" id="mwAt0">[[</span>Plik:Belarus-1992-Bill-0.5-Obverse.jpg|105px<span typeof="mw:Nowiki" id="mwAt4">]]</span></code>; bgcolor to z ang. background color, czyli kolor tła; kolor czarny w zapisie szesnastkowym to #000000. <b id="mwAt8"><a rel="mw:WikiLink" href="./Wikipedysta:Demkoff" title="Wikipedysta:Demkoff" id="mwAuA"><font face="Arial Narrow" id="mwAuE"><span style="color: #4169E1" id="mwAuI">Demkoff</span></font></a></b> <sub id="mwAuM"><b id="mwAuQ"><a rel="mw:WikiLink" href="./Dyskusja_wikipedysty:Demkoff" title="Dyskusja wikipedysty:Demkoff" id="mwAuU"><span style="color: #BD9F57" id="mwAuY">dyskusja</span></a></b></sub> 03:41, 19 paź 2018 (CEST)<dl><dd data-parsoid="{}">Reply to Demkoff|2018-10-19T01:41:00.000Z|0</dd></dl></dd></dl>

View file

@ -1469,27 +1469,15 @@
"level": 0,
"id": null,
"replies": [
{
"type": "comment",
"timestamp": "2018-10-18T19:03:00.000Z",
"author": null,
"range": [
"31/2/0/0/0",
"31/2/0/0/0/46"
],
"level": 2,
"id": "|2018-10-18T19:03:00.000Z|0",
"replies": []
},
{
"type": "comment",
"timestamp": "2018-10-19T01:41:00.000Z",
"author": "Demkoff",
"range": [
"31/4/0",
"31/2/0/0/0",
"31/6/0/10/26"
],
"level": 1,
"level": 2,
"id": "Demkoff|2018-10-19T01:41:00.000Z|0",
"replies": []
}